jakedahn | ohnoimdead: are you volunteering? because that would be awesome | 00:01 |
---|---|---|
*** Ryan_Lane is now known as Ryan_Lane|away | 00:01 | |
mnewby | I'd like to propose the addition of unittest2 to the test dependencies. | 00:04 |
mnewby | Is anyone familiar with it? | 00:05 |
*** oneiroi has quit IRC | 00:08 | |
*** mattray has quit IRC | 00:09 | |
rmk | What have you guys been referring to as RC1? | 00:12 |
rmk | milestone4? | 00:12 |
*** Mandell has quit IRC | 00:13 | |
*** thingee has joined #openstack-dev | 00:15 | |
*** mikeyp has quit IRC | 00:16 | |
*** zzed has quit IRC | 00:16 | |
*** Mandell has joined #openstack-dev | 00:17 | |
ohnoimdead | jakedahn: we've had some discussions and there are strong opinions on frameworks for integration tests (lots of selenium haters). we'll get some consensus and make progress on that in early folsom hopefully. | 00:23 |
*** bengrue has quit IRC | 00:28 | |
jakedahn | cool, we should talk about it at the summit for sure - today at this hackathon people have brough it up a few times | 00:29 |
mnewby | unittest2! | 00:42 |
*** jmckenty has quit IRC | 00:50 | |
*** anotherjesse has joined #openstack-dev | 00:52 | |
*** adjohn has quit IRC | 00:54 | |
*** adjohn has joined #openstack-dev | 00:54 | |
*** adam_g has quit IRC | 00:56 | |
*** spiffxp has quit IRC | 00:59 | |
devcamcar | whats the other one people like … t something | 01:01 |
devcamcar | twill? | 01:01 |
devcamcar | http://twill.idyll.org/ | 01:01 |
*** Mandell has quit IRC | 01:01 | |
mnewby | why do people hate selenium? | 01:03 |
mnewby | When it comes to performing client-side testing, nothing can touch selenium. | 01:04 |
mnewby | Twill is an also-ran, since it doesn't test in a browser. | 01:04 |
openstackgerrit | Verification of a change to openstack/nova failed: Remove unnecessary variables from tests https://review.openstack.org/4776 | 01:04 |
mnewby | The secret to selenium is doing golden-path only, and using something like twill for more comprehensive non-js testing. | 01:05 |
*** littleidea has quit IRC | 01:05 | |
*** Mandell has joined #openstack-dev | 01:05 | |
*** littleidea has joined #openstack-dev | 01:06 | |
ohnoimdead | mnewby: no argument here | 01:06 |
*** littleidea has quit IRC | 01:06 | |
*** pixelbeat has quit IRC | 01:06 | |
*** jog0 has left #openstack-dev | 01:10 | |
*** pixelbeat has joined #openstack-dev | 01:11 | |
*** Ryan_Lane|away has quit IRC | 01:12 | |
*** novas0x2a|laptop has quit IRC | 01:12 | |
*** Ryan_Lane has joined #openstack-dev | 01:12 | |
*** Ryan_Lane has quit IRC | 01:12 | |
*** Ryan_Lane has joined #openstack-dev | 01:12 | |
*** novas0x2a|laptop has joined #openstack-dev | 01:14 | |
openstackgerrit | Verification of a change to openstack/horizon failed: Removed unwanted handling for the -e and -f flags in install_requires. https://review.openstack.org/4786 | 01:14 |
*** littleidea has joined #openstack-dev | 01:17 | |
zaitcev | Wow guys, did you see this http://www.swiftstack.com/whitepaper/ | 01:18 |
devcamcar | anyone around to answer a q about nova-rootwrap? | 01:18 |
zaitcev | Click-through to download a whitepaper? Seriously? | 01:18 |
devcamcar | right now my nova-api is complaining about not being able to execute iptables-save -t filter | 01:18 |
Ryan_Lane | zaitcev: clickthrough? it wants your info too | 01:19 |
termie | ayoung, Ryan_Lane: rpedde has some questions about the ldap in keystone that i don't know how to answer | 01:19 |
zaitcev | Well I suppose that's what president@whitehouse.gov is fot. | 01:19 |
termie | trying to get him to log on | 01:19 |
ayoung | I'm here | 01:19 |
termie | ayoung: cool, he should be in momentarily | 01:20 |
*** rpedde has joined #openstack-dev | 01:20 | |
termie | ayoung, rpedde: sounds like he is trying to fill up sample data into an ldap db, but doesn't know what structure you are using, do you have a sample data script? | 01:20 |
ayoung | termie, yes | 01:21 |
ayoung | rpedde, you are looking fro the schema to use? | 01:21 |
termie | ayoung: that would probably be a big help if we could get at it | 01:21 |
rpedde | ayoung: yes, exactly, and/or sample data | 01:21 |
ayoung | termie, that was what I wrote up here:http://adam.younglogic.com/2012/02/openstack-keystone-ldap-redux/ | 01:22 |
ayoung | Users will be stored in a flat collection. ou=Users,$SUBTREE and be based on the standard LDAP objectClass inetOrgPerson which is defined in | 01:22 |
ayoung | Tenants are in a collection that is a peer to Users. Tenants are instancs of the groupOfNames object class | 01:22 |
ayoung | they are in the Groups subtree. | 01:23 |
ayoung | really, that is all you need. but roles get a subtree, too. although it isn't really used. | 01:23 |
ayoung | Roles are instances of the LDAP object class organizationalRole defined in /etc/openldap/schema/core.ldif. Role assignment is indicated by the presence of the User’s DN in the roleOccupant attribute. | 01:23 |
Ryan_Lane | I thought roles were going to be a subentry of the tenant? | 01:23 |
*** AZ_ has quit IRC | 01:23 | |
ayoung | so while there is a subtree ou=Roles... | 01:23 |
ayoung | Ryan_Lane, they are | 01:23 |
Ryan_Lane | is ou=Roles for global roles? | 01:23 |
ayoung | the Roles subtree is a vestige, I haven't even looked at what ends up in there | 01:24 |
termie | for the record we are trying to avoid global roles | 01:24 |
Ryan_Lane | ah | 01:24 |
*** andrewsmedina has joined #openstack-dev | 01:24 | |
termie | so there shouldn't be anything in there | 01:24 |
ayoung | so really, all you should need is Users and Groups | 01:24 |
ayoung | termie, yeah | 01:24 |
Ryan_Lane | that makes things painful for private clouds | 01:24 |
*** _adjohn has joined #openstack-dev | 01:24 | |
termie | Ryan_Lane: which part? | 01:24 |
Ryan_Lane | lack of global roles | 01:24 |
termie | Ryan_Lane: disagree but we can chat abou tit | 01:24 |
Ryan_Lane | I occasionally need to do actions in all projects | 01:25 |
termie | Ryan_Lane: assign admin roles under and admin tenant | 01:25 |
*** gyee has quit IRC | 01:25 | |
termie | the api was designed poorly so it makes it difficult to perform some actions on tenants you are not a member of | 01:25 |
* Ryan_Lane nods | 01:25 | |
termie | but in general it doesn't matter | 01:25 |
termie | and those api choices will be taken out back and shot | 01:26 |
Ryan_Lane | heh | 01:26 |
ayoung | If we want global roles, we should probably put them under ou=Tenants | 01:26 |
termie | ayoung: we don't | 01:26 |
ayoung | termie, agreeds, just saying that having their own subtree makes no sense at all | 01:26 |
ayoung | even less sense? | 01:26 |
*** jog0 has joined #openstack-dev | 01:26 | |
*** jog0 has quit IRC | 01:26 | |
ayoung | rpedde, is that enough information for you to go by? | 01:27 |
*** jog0 has joined #openstack-dev | 01:27 | |
Ryan_Lane | well, I'd like to chat about this during the design summit... | 01:27 |
*** adjohn has quit IRC | 01:27 | |
*** _adjohn is now known as adjohn | 01:27 | |
*** jdg has quit IRC | 01:28 | |
rpedde | ayoung: good except I don't see the roles -- appears to be organizationRole objects in the tenant ou. Does this mean that roles cannot be named the same as tenants? i.e. admin role on an admin tenant? Since both orgRole and groupOfNames are structural? | 01:29 |
ayoung | YOU can name the role the same as the tenant | 01:29 |
ayoung | it would look like this | 01:29 |
ayoung | you would have a group named | 01:30 |
ayoung | dn=cn=admin,ou=Groups,cn=example,cn=com | 01:30 |
ayoung | then you would have a role | 01:31 |
ayoung | dn=cn=admin,cn=admin,ou=Groups,cn=example,cn=com | 01:31 |
ayoung | we don't have nesting | 01:31 |
ayoung | so there is no conflict in the naming | 01:31 |
ayoung | however | 01:31 |
ayoung | role will have objectclass=organizationalRole | 01:32 |
rpedde | gotcha | 01:32 |
ayoung | and group will have objectClass=groupOfNames | 01:32 |
ayoung | If it proves to be a problem, we can make an explicit container for roles under tenants | 01:32 |
ayoung | so then it would be | 01:32 |
ayoung | dn=cn=admin,ou=roles,cn=admin,ou=Groups,cn=example,cn=com | 01:32 |
ayoung | or something | 01:32 |
ayoung | you can override all of the values | 01:33 |
ayoung | for example say you already have user in a group called people | 01:33 |
ayoung | you would set | 01:33 |
*** jog0 has quit IRC | 01:33 | |
*** PotHix has quit IRC | 01:33 | |
ayoung | user_tree_dn = ou=people,dc=example,dc=com | 01:34 |
ayoung | all of the config values are specified in the file | 01:34 |
ayoung | keystone/config.py | 01:34 |
ayoung | so if you want to change an object class or attribute, you have the power | 01:35 |
rpedde | ayoung: thanks much. I think I was led off-track by the Roles stuff | 01:35 |
ayoung | rpedde, yeah, need to drop that, I think | 01:35 |
ayoung | I'll probably deprecate the role_tree_dn | 01:35 |
ayoung | rpedde, the bits are very fresh on this stuff | 01:36 |
*** vizsla has joined #openstack-dev | 01:36 | |
ayoung | I know of at least one problem with LDAP that keeps it from working with the keystone client. A patch has been submitted for that | 01:36 |
ayoung | https://review.openstack.org/#change,4725 | 01:37 |
ayoung | Ryan_Lane, can you give a code review to https://review.openstack.org/#change,4762 | 01:38 |
Ryan_Lane | lemme see | 01:38 |
ayoung | I need that so I can fixup and resubmite 4725 | 01:38 |
Ryan_Lane | heh. yeah, but it's going to take me a bit :) | 01:38 |
Ryan_Lane | I'll do it tonight | 01:38 |
*** ncode has quit IRC | 01:38 | |
ayoung | thanks | 01:39 |
zul | heckj: pong | 01:39 |
Ryan_Lane | yw | 01:39 |
heckj | zul: wanted to give you a head's up on some packaging changes - horizon, specifically, has some significant change. Much simpler - so the patch is mostly deleting | 01:40 |
ayoung | termie, I have a branch with the patch from 4762 on it. I've made an additional change which is 4725 minus the parts you said we needed to remove. If I run git review with the same change ID, I assume it will show up as patchset N+1 of 4725. Is that the right thing to do? | 01:41 |
termie | sounds like it | 01:41 |
zul | heckj: yeah saw the email....started on the packaging changes last night | 01:41 |
heckj | zul: cool | 01:42 |
notmyname | mnewby: ping | 01:43 |
mnewby | notmyname: pong | 01:43 |
heckj | zul: I've also ended up making a nova-consoleauth package locally - separate process in devstack. The vnc changes are all over the place | 01:43 |
notmyname | mnewby: another question about the tox patch for swift | 01:44 |
mnewby | shoot | 01:44 |
notmyname | mnewby: according to your last comment on it, it does introduce pep8 gating for swift? | 01:44 |
mnewby | It is intended to. | 01:44 |
mnewby | It doesn't have to though - whoever configures Jenkins can run only the unit tests. | 01:45 |
notmyname | mnewby: ok, let me go change my vote. we don't want pep8 gating | 01:45 |
*** maplebed has quit IRC | 01:45 | |
mnewby | The default is configured to run py26.py27,pep8, but Jenkins can be configured to run whichever of the configured tox builds. | 01:45 |
mnewby | Why the aversion to pep8 gating? | 01:45 |
mnewby | swift already complies with it. | 01:46 |
notmyname | mnewby: personally, I see it as a guideline instead of a hard requirement. | 01:46 |
notmyname | swift tests don't pass it | 01:46 |
mnewby | They do | 01:46 |
mnewby | I made sure of it | 01:46 |
mnewby | Or do you mean the unit tests? | 01:46 |
notmyname | unit tests | 01:46 |
mnewby | The configured pep8 build only checks the code. | 01:47 |
mnewby | I wouldn't have submitted this change if the builds wouldn't run. | 01:47 |
mnewby | I'm pretty sure this is standard in openstack projects. The tests don't have to pass pep8. | 01:47 |
notmyname | mnewby: and I'm also not going to introduce another gating mechanism without support from the other core devs (who don't want pep8 gating). I think we all have our reasons, but generally, we don't want to force that requirement | 01:47 |
mnewby | *sigh* sure | 01:48 |
mnewby | No reason for openstack projects to actually be consistent. | 01:48 |
*** vizsla has quit IRC | 01:48 | |
zul | heckj: wha? | 01:49 |
*** madhav has quit IRC | 01:49 | |
*** rpedde has quit IRC | 01:49 | |
*** vizsla has joined #openstack-dev | 01:50 | |
ayoung | termie, git review is smareter than I am: "You have more than one commit that you are about to submit....Is this really what you meant to do?" | 01:50 |
mnewby | notmyname: I say again, this patch doesn't introduce pep8 gating anymore than pep8's existence introduces pep8 gating. It is up to the CI team to enable pep8 gating in jenkins. | 01:50 |
ayoung | it wants to submit both yours and mine.... | 01:50 |
heckj | zul: there's a new binary that does expiration of VNC auth tokens - it's called "nova-consoleauth". I made a package in my local nova package cluster to run that separately, with upstart scripts, etc. | 01:51 |
zul | heckj: ah cool cool.. | 01:51 |
notmyname | mnewby: but the submitted patch would be the config the CI team uses for gating? | 01:51 |
notmyname | mnewby: *patch == config file | 01:52 |
mnewby | notmyname: The submitted patch introduces many available builds. The CI team can configure jenkins to use any of them. There is no requirement to use the default builds. | 01:52 |
mnewby | notmyname: I suggest talking to monty about it. He's the person I worked with to introduce this change, and he's likely the person responsible for configuring jenkins once the change goes in. | 01:53 |
notmyname | mnewby: will do. thanks for the clarification | 01:54 |
*** Mandell has quit IRC | 01:56 | |
*** torgomatic has quit IRC | 01:57 | |
mnewby | notmyname: It is probably also possible to have jenkins run pep8 and report success or failure, but not have the result gate the commits. That way those that care about pep8 compliance can worry about it, and those that do not can continue to ignore it. | 01:59 |
*** andrewsben has joined #openstack-dev | 02:01 | |
*** mnewby has quit IRC | 02:05 | |
*** adam_g has joined #openstack-dev | 02:07 | |
anotherjesse | annegentle: this might work - https://review.openstack.org/#change,4791,patchset=1 - it adds "Last updated on Tue Feb 28 19:29:28 2012, commit 95413dc." in the copyright line | 02:13 |
*** ewanmellor has left #openstack-dev | 02:13 | |
*** rods has quit IRC | 02:14 | |
*** vincentricci has quit IRC | 02:15 | |
hazmat | can anyone describe the problem with the previous attempt db_pool/tpool usage? | 02:22 |
hazmat | er.. just a link to a bug | 02:23 |
*** andrewsben has quit IRC | 02:23 | |
*** madhav has joined #openstack-dev | 02:25 | |
*** anotherjesse has quit IRC | 02:25 | |
annegentle | ooo coooool | 02:25 |
novas0x2a|laptop | is there documentation on what exactly launchpad does with tying bug status to commit messages? | 02:30 |
novas0x2a|laptop | i wanted to reference a bug, but it looks like now if my merge is accepted it will close that bug; that bug isn't fixed by my merge | 02:31 |
openstackgerrit | Verification of a change to openstack/horizon failed: One last fix to setup.py to avoid package name conflicts for dev packages. https://review.openstack.org/4795 | 02:37 |
openstackgerrit | Verification of a change to openstack/horizon failed: One last fix to setup.py to avoid package name conflicts for dev packages. https://review.openstack.org/4795 | 02:39 |
*** novas0x2a|laptop has quit IRC | 02:41 | |
*** Ryan_Lane has quit IRC | 02:43 | |
*** shevek_ has quit IRC | 02:46 | |
*** adjohn has quit IRC | 02:48 | |
*** pixelbeat has quit IRC | 02:56 | |
*** flaviamissi_ has joined #openstack-dev | 02:58 | |
*** flaviamissi has quit IRC | 03:02 | |
*** danwent has quit IRC | 03:03 | |
*** thingee has quit IRC | 03:03 | |
*** flaviamissi_ is now known as flaviamissi | 03:07 | |
*** andrewsben has joined #openstack-dev | 03:08 | |
*** jdurgin has quit IRC | 03:09 | |
*** dalang has left #openstack-dev | 03:14 | |
*** madhav has quit IRC | 03:21 | |
*** heckj has quit IRC | 03:21 | |
openstackgerrit | Verification of a change to openstack/horizon failed: Removed period from login status. https://review.openstack.org/4790 | 03:28 |
*** dubsquared has joined #openstack-dev | 03:30 | |
*** Mandell has joined #openstack-dev | 03:39 | |
*** adiantum has joined #openstack-dev | 03:44 | |
*** anotherjesse has joined #openstack-dev | 03:45 | |
*** anotherjesse has quit IRC | 03:46 | |
*** clayg has quit IRC | 03:47 | |
*** clayg_ is now known as clayg | 03:47 | |
*** clayg_ has joined #openstack-dev | 03:48 | |
*** dubsquared has quit IRC | 03:58 | |
*** flaviamissi has quit IRC | 03:59 | |
*** dubsquared has joined #openstack-dev | 04:02 | |
*** dolphm has joined #openstack-dev | 04:03 | |
*** dolphm has quit IRC | 04:04 | |
*** dolphm has joined #openstack-dev | 04:07 | |
*** andrewsmedina has quit IRC | 04:10 | |
*** adjohn has joined #openstack-dev | 04:19 | |
jeblair | notmyname, mnewby: our practice with tox-based tests is to make a jenkins job for each test environment and run only that one in that job. so for quantum there are gate-quantum-python26, gate-quantum-python27, and gate-quantum-pep8 jobs. since swift doesn't gate on pep8, we won't create a gate-swift-pep8 job. however, we will update the swift-pep8 job, which runs post-commit, to use the pep8 environment provided by tox. | 04:25 |
*** novas0x2a has joined #openstack-dev | 04:26 | |
novas0x2a | i asked earlier, but i was offline for a bit; how does the autolinkify stuff work between git commit messages and launchpad? | 04:27 |
jeblair | novas0x2a: hi | 04:28 |
novas0x2a | hiya. | 04:28 |
jeblair | novas0x2a: if you reference a bug in a commit, it will update the bug with a link to the commit and set it to "in progress" when the patchset is first uploaded. when it's merged, it will set the bug to "fix committed". | 04:29 |
jeblair | it never automatically sets it to "fix released". | 04:29 |
novas0x2a | the commit in question affects a bug but doesn't fix it; is there any way to do that without making it switch to "fix committed"? | 04:29 |
jeblair | if it's wrong, you can change it back in launchpad -- the scripted action is one-time only (it won't reset it again behind your back) | 04:29 |
novas0x2a | because it's not a fix | 04:29 |
jeblair | not that i'm aware of, other than to name the bug in a way that doesn't match the regex (which is pretty inclusive). | 04:31 |
jeblair | there is one other thing... | 04:31 |
jeblair | it only updates bugs in the context of the project the patch is for; so if you are patching nova and the bug is not targeted to nova, it won't update it. | 04:32 |
*** zaitcev has quit IRC | 04:32 | |
novas0x2a | is this launchpad code, or something specific to us? (i.e. where's the code so i can fix it :)) | 04:32 |
jeblair | (just in case that happens to apply to what you're doing) | 04:32 |
jeblair | https://github.com/openstack/openstack-ci/blob/master/gerrit/update_bug.py | 04:33 |
jeblair | it's ours, and patches are welcome! | 04:33 |
novas0x2a | to be honest, i strongly prefer the trac long-form syntax ("fixes bug #10", "references #3") but it's probably too late to make that drastic of a change | 04:35 |
uvirtbot` | Launchpad bug 10 in launchpad "It says "displaying matching bugs 1 to 8 of 8", but there is 9" [Medium,Invalid] https://launchpad.net/bugs/10 | 04:35 |
jeblair | that's a good approach, but we'd have to ask developers to be much more consistent with how commit messages are written. right now we're all over the place, and the script/regex reflects that. | 04:37 |
*** Vek has quit IRC | 04:38 | |
*** eglynn_ has joined #openstack-dev | 04:46 | |
*** danwent has joined #openstack-dev | 04:48 | |
*** eglynn has quit IRC | 04:49 | |
*** nikhil_ has quit IRC | 04:51 | |
*** mjfork has quit IRC | 04:56 | |
*** sandywalsh has quit IRC | 05:05 | |
*** danwent has quit IRC | 05:05 | |
*** dtroyer has quit IRC | 05:05 | |
*** zigo has joined #openstack-dev | 05:06 | |
*** winston-d has quit IRC | 05:28 | |
*** madhav has joined #openstack-dev | 05:31 | |
*** zykes- has quit IRC | 05:38 | |
*** bengrue has joined #openstack-dev | 05:41 | |
*** sandywalsh has joined #openstack-dev | 05:43 | |
*** madhav has left #openstack-dev | 05:46 | |
rmk | Hmm, are the PPAs being updated anymore? | 05:47 |
rmk | Milestone PPA's latest are E2 packages | 05:47 |
*** asdfasdfasdf has joined #openstack-dev | 05:52 | |
*** asdfasdfasdf has left #openstack-dev | 05:55 | |
*** anotherjesse has joined #openstack-dev | 06:02 | |
*** adjohn has quit IRC | 06:04 | |
*** gregburek has quit IRC | 06:05 | |
*** anotherjesse has joined #openstack-dev | 06:05 | |
*** zykes has quit IRC | 06:09 | |
*** littleidea has quit IRC | 06:10 | |
*** anotherjesse has quit IRC | 06:11 | |
*** anotherjesse has joined #openstack-dev | 06:16 | |
*** mihgen has joined #openstack-dev | 06:19 | |
*** anotherjesse_ has joined #openstack-dev | 06:20 | |
*** anotherjesse_ has quit IRC | 06:22 | |
*** anotherjesse is now known as anotherjesse_zz | 06:30 | |
*** anotherjesse_zz is now known as anotherjesse | 06:31 | |
*** thingee has joined #openstack-dev | 06:31 | |
*** anotherjesse is now known as anotherjesse_zz | 06:32 | |
*** anotherjesse_zz is now known as anotherjesse | 06:33 | |
*** vizsla has quit IRC | 06:33 | |
*** thingee has quit IRC | 06:33 | |
*** thingee has joined #openstack-dev | 06:34 | |
*** x86brandon has quit IRC | 06:34 | |
*** berendt has joined #openstack-dev | 06:36 | |
*** shevek_ has joined #openstack-dev | 06:40 | |
anotherjesse | mtaylor: does this build https://jenkins.openstack.org/view/Keystone/job/keystone-docs/ really update http://keystone.openstack.org/ ? if so is there a cache or something? | 06:41 |
*** thingee has quit IRC | 06:41 | |
*** thingee has joined #openstack-dev | 06:42 | |
openstackgerrit | Verification of a change to openstack/horizon failed: Removed period from login status. https://review.openstack.org/4790 | 06:43 |
*** thingee has quit IRC | 06:54 | |
*** thingee has joined #openstack-dev | 06:55 | |
*** thingee has quit IRC | 06:59 | |
*** thingee has joined #openstack-dev | 06:59 | |
jeblair | anotherjesse: yes, but https://github.com/openstack/keystone/commit/f8ba5af130b7ec2d2ec8c0abcadbc27275467ab8 changed where the output ended up. i updated the jenkins job and re-ran it. | 07:20 |
anotherjesse | jeblair: the change was wanted - for project-wide standardization? | 07:20 |
*** thingee has quit IRC | 07:20 | |
*** thingee has joined #openstack-dev | 07:21 | |
jeblair | yep. we're trying to get all the projects presenting the same interface to jenkins. this will help, but we might run into things like this where jenkins and the project configs get out of sync. | 07:21 |
*** bengrue has quit IRC | 07:24 | |
anotherjesse | jeblair: seems like the content is still old | 07:25 |
rmk | seems like essex even right now is in better shape than diablo stable | 07:28 |
anotherjesse | rmk: :) | 07:28 |
anotherjesse | rmk: I hope lots of organizations will be banging against it to smooth out the rough edges | 07:28 |
rmk | we're definitely going to be doing that | 07:29 |
rmk | from this point forward we're not deploying diablo anymore, no real reason to do so | 07:30 |
*** dolphm has quit IRC | 07:38 | |
*** zigo has quit IRC | 07:39 | |
*** adjohn has joined #openstack-dev | 07:41 | |
*** Mandell has quit IRC | 07:50 | |
*** Mandell has joined #openstack-dev | 07:56 | |
*** Mandell has joined #openstack-dev | 07:56 | |
*** ches has quit IRC | 08:12 | |
*** ches has joined #openstack-dev | 08:13 | |
*** sniperd has quit IRC | 08:18 | |
*** sniperd has joined #openstack-dev | 08:18 | |
*** eglynn_ has quit IRC | 08:19 | |
*** tserong has quit IRC | 08:19 | |
*** ghe_ has quit IRC | 08:23 | |
*** ghe_ has joined #openstack-dev | 08:24 | |
*** anotherjesse is now known as anotherjesse_zz | 08:25 | |
*** apevec has joined #openstack-dev | 08:31 | |
*** zigo has joined #openstack-dev | 08:32 | |
*** mancdaz has joined #openstack-dev | 08:42 | |
*** tserong has joined #openstack-dev | 08:49 | |
*** zigo has quit IRC | 08:52 | |
*** zigo has joined #openstack-dev | 08:55 | |
*** dneary has joined #openstack-dev | 08:55 | |
*** dneary has joined #openstack-dev | 08:55 | |
*** eglynn_ has joined #openstack-dev | 08:57 | |
*** derekh has joined #openstack-dev | 09:02 | |
*** eglynn_ has quit IRC | 09:03 | |
*** bencherian has quit IRC | 09:04 | |
*** oneiroi has joined #openstack-dev | 09:08 | |
*** oneiroi has joined #openstack-dev | 09:08 | |
*** oneiroi has quit IRC | 09:08 | |
*** oneiroi has joined #openstack-dev | 09:08 | |
*** eglynn_ has joined #openstack-dev | 09:25 | |
*** eglynn_ has quit IRC | 09:30 | |
*** adjohn has quit IRC | 09:56 | |
*** HugoKuo_ has quit IRC | 10:06 | |
*** eglynn_ has joined #openstack-dev | 10:10 | |
*** pixelbeat has joined #openstack-dev | 10:13 | |
*** eglynn__ has joined #openstack-dev | 10:15 | |
*** eglynn_ has quit IRC | 10:16 | |
*** eglynn has joined #openstack-dev | 10:19 | |
*** eglynn__ has quit IRC | 10:19 | |
*** darraghb has joined #openstack-dev | 10:31 | |
openstackgerrit | Verification of a change to openstack/glance failed: Added first step of babel-based translations. https://review.openstack.org/4326 | 10:32 |
*** hashar has joined #openstack-dev | 10:35 | |
*** adiantum has quit IRC | 10:36 | |
*** Mandell has quit IRC | 10:36 | |
*** flaviamissi has joined #openstack-dev | 10:44 | |
*** bencherian has joined #openstack-dev | 10:44 | |
*** flaviamissi has quit IRC | 10:48 | |
*** hashar has quit IRC | 10:51 | |
*** mancdaz has quit IRC | 11:13 | |
*** mancdaz1203 has quit IRC | 11:13 | |
*** dneary has quit IRC | 11:13 | |
*** mancdaz has joined #openstack-dev | 11:14 | |
*** shang has quit IRC | 11:24 | |
*** vizsla has joined #openstack-dev | 11:46 | |
*** mancdaz has quit IRC | 11:49 | |
*** rods has joined #openstack-dev | 11:54 | |
*** adiantum has joined #openstack-dev | 11:55 | |
*** hashar has joined #openstack-dev | 11:56 | |
*** hashar has quit IRC | 11:59 | |
berendt | is the horizon milestone 4 tarball broken? | 12:29 |
berendt | there is no manage.py included for example | 12:29 |
*** hashar has joined #openstack-dev | 12:30 | |
chmouel | I think there is missing some files on it | 12:30 |
chmouel | ttx: ^^ | 12:30 |
berendt | README.rst is also missing.. setup.py failed.. | 12:31 |
ttx | berendt: could be, they changed the packaging just before E4 | 12:32 |
ttx | berendt: please file bug | 12:33 |
berendt | why do that just before the release? | 12:34 |
ttx | berendt: E4 is not a release, it's a milestone... so that we catch that kind of issue before the final release :) | 12:35 |
ttx | so I prefer theyt change it just before, rather than just after. | 12:35 |
berendt | i meant before the milestone release | 12:35 |
*** mdomsch has joined #openstack-dev | 12:54 | |
*** sandywalsh has quit IRC | 12:55 | |
*** markvoelker has joined #openstack-dev | 13:06 | |
*** sandywalsh has joined #openstack-dev | 13:08 | |
vizsla | mayonnaise | 13:17 |
apevec | vizsla, is that short for "milestone release" ? | 13:22 |
*** andrewsben has quit IRC | 13:22 | |
smoser | vishy, sorry. here now. | 13:30 |
*** lts has joined #openstack-dev | 13:32 | |
*** kbringard has joined #openstack-dev | 13:34 | |
*** bsza has joined #openstack-dev | 13:35 | |
*** andrewsmedina has joined #openstack-dev | 13:40 | |
*** dtroyer has joined #openstack-dev | 13:40 | |
*** ncode has joined #openstack-dev | 13:41 | |
*** ncode has joined #openstack-dev | 13:41 | |
*** dneary has joined #openstack-dev | 13:47 | |
*** dneary has quit IRC | 13:47 | |
*** dneary has joined #openstack-dev | 13:47 | |
*** dprince has joined #openstack-dev | 13:54 | |
*** hashar has quit IRC | 14:07 | |
*** mjfork has joined #openstack-dev | 14:07 | |
*** mattray has joined #openstack-dev | 14:15 | |
*** flaviamissi has joined #openstack-dev | 14:33 | |
*** ncode has quit IRC | 14:35 | |
*** griff has joined #openstack-dev | 14:35 | |
*** stuntmachine has joined #openstack-dev | 14:38 | |
smoser | vishy, i have a ping for you when you get in | 14:38 |
smoser | regarding https://review.openstack.org/#change,4788,patchset=1 and https://review.openstack.org/#change,4025 | 14:39 |
smoser | (your change, and mine that did some things similar) | 14:39 |
annegentle | tax or another admin, can you approve Jacek Artymiak on https://launchpad.net/~openstack-cla/+members#proposed | 14:41 |
*** ncode has joined #openstack-dev | 14:41 | |
smoser | vishy, i hadded comment to the changeset. | 14:44 |
*** ncode has quit IRC | 14:49 | |
*** griff is now known as jdg | 14:50 | |
*** Gordonz has joined #openstack-dev | 14:52 | |
*** zykes- has joined #openstack-dev | 14:56 | |
*** dtroyer has quit IRC | 14:58 | |
*** ncode has joined #openstack-dev | 15:00 | |
*** ncode has joined #openstack-dev | 15:00 | |
*** ncode has quit IRC | 15:03 | |
*** ncode has joined #openstack-dev | 15:05 | |
*** littleidea has joined #openstack-dev | 15:06 | |
*** ncode has quit IRC | 15:06 | |
*** ncode has joined #openstack-dev | 15:08 | |
*** ncode has joined #openstack-dev | 15:08 | |
*** dtroyer has joined #openstack-dev | 15:11 | |
*** ncode has quit IRC | 15:12 | |
*** ncode has joined #openstack-dev | 15:14 | |
*** ncode has joined #openstack-dev | 15:14 | |
*** ncode has quit IRC | 15:17 | |
jeblair | anotherjesse_zz: i believe http://keystone.openstack.org/ is pointing to the right docs now; but there seems to be a lot missing. | 15:18 |
*** zykes- has quit IRC | 15:19 | |
*** ncode has joined #openstack-dev | 15:20 | |
*** ncode has joined #openstack-dev | 15:20 | |
*** ncode has quit IRC | 15:21 | |
*** littleidea has quit IRC | 15:21 | |
*** ncode has joined #openstack-dev | 15:23 | |
*** ncode has joined #openstack-dev | 15:23 | |
*** ncode has quit IRC | 15:23 | |
*** ncode has joined #openstack-dev | 15:26 | |
*** ncode has joined #openstack-dev | 15:26 | |
*** ncode has joined #openstack-dev | 15:27 | |
*** ncode has joined #openstack-dev | 15:27 | |
*** dayou has quit IRC | 15:32 | |
*** zykes- has joined #openstack-dev | 15:33 | |
*** dayou has joined #openstack-dev | 15:33 | |
*** nikhil has quit IRC | 15:34 | |
*** hhoover has joined #openstack-dev | 15:38 | |
*** dolphm has joined #openstack-dev | 15:39 | |
*** zykes- has quit IRC | 15:39 | |
*** cp16net has joined #openstack-dev | 15:42 | |
*** zzed has joined #openstack-dev | 15:44 | |
*** cmagina_ has joined #openstack-dev | 15:45 | |
*** cmagina has quit IRC | 15:45 | |
*** danwent has joined #openstack-dev | 15:47 | |
*** dayou has quit IRC | 15:48 | |
*** cp16net has joined #openstack-dev | 15:53 | |
openstackgerrit | Verification of a change to openstack/nova failed: Remove unnecessary setting up and down of mox and stubout https://review.openstack.org/4789 | 15:53 |
*** rkukura has quit IRC | 15:54 | |
*** rkukura has joined #openstack-dev | 15:55 | |
*** zykes- has joined #openstack-dev | 16:03 | |
*** hub_cap has joined #openstack-dev | 16:06 | |
davidkranz | jaypipes: Ping | 16:08 |
jaypipes | davidkranz: 1 min | 16:09 |
davidkranz | OK | 16:09 |
*** dolphm has quit IRC | 16:11 | |
jaypipes | davidkranz: alrighty | 16:12 |
davidkranz | Here | 16:12 |
jaypipes | davidkranz: so, let's discuss the exception handling stuff (diff between diablo and essex) | 16:13 |
davidkranz | OK, I didn't want to hardcode the bogus error codes into the test for diablo | 16:13 |
davidkranz | But it would be easy to do that | 16:13 |
jaypipes | davidkranz: I think first we need to determine if they are bogus or not, according to the API spec. | 16:14 |
jaypipes | davidkranz: if Diablo is throwing the wrong error code, we should log a bug for that | 16:14 |
davidkranz | I thought 500 was always bogus, no? | 16:15 |
jaypipes | davidkranz: yes, it is... just want to make sure that if the 4xx codes are different between diablo and essex, that those diffs are valid... | 16:15 |
jaypipes | davidkranz: sorry, kinda talking about two things here :) | 16:16 |
davidkranz | OK, there were only one or two of those. I'll check them. | 16:16 |
jaypipes | davidkranz: do we have a list of the places 500s are being thrown? | 16:16 |
davidkranz | No, but I can create one if that would be useful. | 16:17 |
jaypipes | davidkranz: yes, that would be good, just to track. | 16:18 |
*** utlemming has joined #openstack-dev | 16:18 | |
davidkranz | Anything else, progress on the stress tests? | 16:19 |
*** vincentricci has joined #openstack-dev | 16:19 | |
*** eglynn has quit IRC | 16:19 | |
jaypipes | davidkranz: will have that done today. sorry, been battling flu-like symptoms for what is almost 3 weeks now :( difficult to focus.. | 16:20 |
davidkranz | That's too bad. I will be in Taiwan next week so probably will miss the meeting. | 16:20 |
jaypipes | davidkranz: I will be at PyCon so will definitely miss the meeting... | 16:20 |
jaypipes | davidkranz: I will ping daryl to see if he can lead. | 16:20 |
davidkranz | At the end of the day, what are you suggesting the diablo exception catch type should be when diablo does the wrong thing? | 16:21 |
davidkranz | That is, are you suggesting I change the code I submitted or just provide more informatino about what diablo is actually doing. | 16:22 |
*** rkukura has quit IRC | 16:23 | |
davidkranz | jaypipes: still there? Need answer to last question.. | 16:27 |
*** eglynn has joined #openstack-dev | 16:27 | |
jaypipes | davidkranz: ah, sorry, lookiing... | 16:29 |
jaypipes | davidkranz: so I would take the following approach: | 16:30 |
jaypipes | a) IF Diablo is returning a 500 for a Compute API call that it should be returning a non-500 return code for (according to the Diablo Compute spec), file a bug against Nova and use nose.skip() on that test -- indicating in the Skip message the bug report on LP that is relevant | 16:31 |
jaypipes | b) If Diablo is returning a code different from Essex for the same API call, double-check if that is expected per the Diablo Compute spec. If it is, simply change the stable/diablo test case in question to expect the different return code. If not, file a bug as per a) above... | 16:32 |
jaypipes | davidkranz: in all cases, the source of truth is the compute API spec. if the result is different from the spec, follow a) above. | 16:33 |
chmouel | jaypipes: are we in complete feature freeze for glance? would like to add auth_version 2.0 to swift connector | 16:33 |
jaypipes | chmouel: that's fine. we can target a bug like that to RC1 milestone. | 16:34 |
davidkranz | The reason I didn't skip is that if some one changes diablo and some API starts returning 200 instead of 500, the test won't fail. | 16:34 |
*** dolphm has joined #openstack-dev | 16:34 | |
jaypipes | davidkranz: nobody is going to change diablo unless the patch specifically fixes a bug... | 16:34 |
jaypipes | davidkranz: there are no changes to the API spec allowed to diablo any more. | 16:34 |
davidkranz | I know but the point of a regression test like this is to make sure they don't break something else while fixing a specific bug. | 16:35 |
davidkranz | Another bug, that is. | 16:35 |
jaypipes | davidkranz: I understand you, I'm just saying there's not a better way to do it, at least, AFAICT. :) We need to be vigilant about when skipper bugs are fixed in the various releases, and unskip the test case when the bug is fixed... unless you want to go through the effort of doing some launchpadlib-foo to determine if a bug is indeed fixed? | 16:36 |
*** PotHix has joined #openstack-dev | 16:37 | |
jaypipes | davidkranz: launchpadlib-fu isn't out of the question... but it would be a significant undertaking (because you would need to track against individual releases -- and you'd need to do that by ensuring the bug in question was tagged with a release name) | 16:38 |
*** rkukura has joined #openstack-dev | 16:38 | |
davidkranz | Given your strong feelings about this I think it would be best to just change the code to catch what is actually being thrown and note the bug number. That way, any change will cause the test to fail and then be fixed. | 16:39 |
*** jdg has quit IRC | 16:39 | |
jaypipes | davidkranz: ok, that works too... Just make sure to make a comment in there explaining why the test is validating a bug. | 16:41 |
davidkranz | That shouldn't take too long. Will do. | 16:42 |
*** Vek has joined #openstack-dev | 16:42 | |
jaypipes | davidkranz: cheers mate. thx for your effort on this! | 16:43 |
mtaylor | anotherjesse_zz: nice addition of git build info to sphinx for keystone - I think we should add that to the consistent project foo | 16:43 |
chmouel | +1 | 16:45 |
*** crobinso has quit IRC | 16:46 | |
*** Mandell has joined #openstack-dev | 16:51 | |
*** anotherjesse_zz is now known as anotherjesse | 16:51 | |
anotherjesse | mtaylor: i've got a patch for nova - https://review.openstack.org/4800 - going to propose for horizon/swift/glance next | 16:54 |
*** ncode has quit IRC | 16:54 | |
*** bengrue has joined #openstack-dev | 16:56 | |
*** mdomsch_ has joined #openstack-dev | 16:56 | |
mtaylor | anotherjesse awesome | 16:57 |
mtaylor | anotherjesse: hey - can you wrap the git_cmd chunk in a try? | 16:58 |
anotherjesse | sure | 16:58 |
mtaylor | anotherjesse: that's going to break folks building the docs from a tarball, which I believe happens in the debian packaging build | 16:58 |
mtaylor | (or should) | 16:58 |
mtaylor | I suppose I could have written that in code review... | 16:59 |
*** dprince has quit IRC | 17:00 | |
*** dprince has joined #openstack-dev | 17:01 | |
*** maplebed has joined #openstack-dev | 17:01 | |
*** reed has joined #openstack-dev | 17:01 | |
*** littleidea has joined #openstack-dev | 17:02 | |
*** crobinso has joined #openstack-dev | 17:03 | |
*** dolphm has quit IRC | 17:05 | |
*** letterj has joined #openstack-dev | 17:05 | |
*** ChanServ sets mode: +v letterj | 17:05 | |
*** derekh has quit IRC | 17:07 | |
letterj | LinuxJedi: No movement on my launchpad ticket. Any ideas how long a resolution might take? | 17:08 |
*** dolphm has joined #openstack-dev | 17:13 | |
*** oneiroi has quit IRC | 17:14 | |
*** heckj has joined #openstack-dev | 17:16 | |
*** anotherjesse is now known as anotherjesse_zz | 17:22 | |
*** anotherjesse_zz is now known as anotherjesse | 17:25 | |
*** n0ano has quit IRC | 17:27 | |
*** eglynn has quit IRC | 17:29 | |
*** hub-cap has joined #openstack-dev | 17:29 | |
*** davlap has joined #openstack-dev | 17:29 | |
*** torgomatic has joined #openstack-dev | 17:29 | |
anotherjesse | mtaylor: don't think it is an issue - replied in review | 17:31 |
*** x86brandon has joined #openstack-dev | 17:31 | |
*** spiffxp has joined #openstack-dev | 17:31 | |
*** x86brandon has quit IRC | 17:31 | |
*** x86brandon has joined #openstack-dev | 17:31 | |
*** oneiroi has joined #openstack-dev | 17:33 | |
mtaylor | anotherjesse: awesome. approved! | 17:33 |
*** hub_cap has quit IRC | 17:33 | |
*** hub-cap is now known as hub_cap | 17:33 | |
*** jdg has joined #openstack-dev | 17:43 | |
*** darraghb has quit IRC | 17:43 | |
*** milner has quit IRC | 17:50 | |
*** madhav has joined #openstack-dev | 17:50 | |
*** milner has joined #openstack-dev | 17:50 | |
*** eglynn has joined #openstack-dev | 17:50 | |
*** jdurgin has joined #openstack-dev | 17:52 | |
*** ncode has joined #openstack-dev | 17:53 | |
*** milner has quit IRC | 17:55 | |
*** milner has joined #openstack-dev | 17:56 | |
*** ncode has quit IRC | 17:56 | |
*** thingee has joined #openstack-dev | 18:03 | |
*** rbasak has quit IRC | 18:04 | |
*** maplebed has quit IRC | 18:04 | |
*** mnewby has joined #openstack-dev | 18:04 | |
*** mikeyp has joined #openstack-dev | 18:06 | |
*** maplebed has joined #openstack-dev | 18:07 | |
*** zigo has quit IRC | 18:07 | |
ayoung | anotherjesse or heckj, can you review https://review.openstack.org/#change,4762 | 18:12 |
ayoung | It is right and proper, and I have work that depends on it | 18:12 |
*** bodepd_ has quit IRC | 18:12 | |
mikeyp | I"m looking at bug 933948 - volumes API doesn't filter by name. | 18:12 |
anotherjesse | ayoung: reading | 18:13 |
mikeyp | The volumes API currently has no support for any filters - I can add, but is this supposed to be in Essex or is it a new feature ? | 18:14 |
*** maplebed has quit IRC | 18:15 | |
*** rpedde has joined #openstack-dev | 18:15 | |
mtaylor | anotherjesse: you guys are using in-memory sqlite for db backend in unittests somewhere, yeah? | 18:15 |
anotherjesse | mtaylor: I think termie has keystone setup to use in-memory for tests | 18:16 |
Kiall | mikeyp: I would imagine that would be both an API change, and additional feature.. Neither if which are allowed anymore in essex ;) | 18:16 |
*** mnewby has quit IRC | 18:16 | |
mtaylor | anotherjesse: cool. I've got a guy wanting to do a similar thing - I'll have him look at termie's work in keystone | 18:16 |
anotherjesse | ayoung: I think it is good - btw, you know you can do another commit after your current commit; git review will send both as two different reviews with proper dependencies | 18:17 |
*** jog0 has joined #openstack-dev | 18:17 | |
*** heckj has quit IRC | 18:19 | |
*** mihgen has quit IRC | 18:19 | |
anotherjesse | mtaylor: thoughts on https://review.openstack.org/4811 ? | 18:20 |
ayoung | anotherjesse, yes, but in this case, It was getting confused because the original commit was termie's which I then modified and I didn't want to send again | 18:21 |
mikeyp | Kiall: that's what I thought - will update bug and move on. | 18:21 |
anotherjesse | ayoung: k I'm asking others to review - I already gave +2 | 18:21 |
*** hub_cap has quit IRC | 18:21 | |
*** hub_cap has joined #openstack-dev | 18:22 | |
ayoung | anotherjesse, thanks | 18:22 |
*** eglynn has quit IRC | 18:25 | |
*** shevek_ has quit IRC | 18:26 | |
annegentle | ttx vishy notmyname or jaypipes can you approve Jacek Artymiak on https://launchpad.net/~openstack-cla/+members#proposed please? | 18:27 |
*** dalang has joined #openstack-dev | 18:30 | |
*** utlemming has quit IRC | 18:33 | |
jaypipes | annegentle: done | 18:33 |
annegentle | jaypipes: thanks! | 18:33 |
*** kyriakos has left #openstack-dev | 18:34 | |
ayoung | termie, OK, so by me modifying https://review.openstack.org/#change,4762I actually slowed things down... anotherjesse has reviewed, I've reveiwed your stuff. If you add your click to the list, either you or anotherjesse can approve. All of my changes are confined to https://review.openstack.org/#patch,sidebyside,4762,3,tests/_ldap_livetest.py | 18:34 |
*** utlemming has joined #openstack-dev | 18:35 | |
*** littleidea has quit IRC | 18:35 | |
*** anotherjesse is now known as anotherjesse_zz | 18:36 | |
*** markvoelker has quit IRC | 18:41 | |
*** vizsla has quit IRC | 18:44 | |
*** vizsla has joined #openstack-dev | 18:44 | |
*** bsza has quit IRC | 18:44 | |
*** jdg has quit IRC | 18:45 | |
*** jdg has joined #openstack-dev | 18:46 | |
*** mnewby has joined #openstack-dev | 18:47 | |
*** davlap has quit IRC | 18:51 | |
*** anotherjesse_zz is now known as anotherjesse | 18:52 | |
anotherjesse | ayoung: 4762 was approved - waiting on merge | 18:53 |
ayoung | anotherjesse, thanks. Just saw that myself | 18:53 |
ayoung | anotherjesse, is there any reason not to use a Public Key approach for tokens? It would mean that 'stack services wouldn't need to talk back to keystone to verify tokens. | 18:54 |
anotherjesse | ayoung: you mean don't just have text blobs that keystone gives to client, client gives to service, service sends to keystone? | 18:55 |
ayoung | anotherjesse, so if you take that text blob and encrypt it with a private key, the services can confirm it came from keystone without phoning home | 18:56 |
ayoung | keystone publishes a public key | 18:56 |
ayoung | and, say glance, uses that public key to decrypt the token. If it works, then the token came from Keystone | 18:57 |
anotherjesse | the service would still need to retrieve the information from keystone (user/tenant/roles/...) -- in general we want to move to something more like what you are talking about. the reason for the current design is historical reasons | 18:57 |
anotherjesse | folsom baby :) | 18:57 |
ayoung | all that stuff can be in the token | 18:58 |
*** andrewsben has joined #openstack-dev | 18:58 | |
ayoung | a user can get one token per tenant, or a mega-token with all of their info in it | 18:58 |
ayoung | we cn use X509 or our own format depending on the constraints | 18:59 |
ayoung | I'd prefer to not invent our own format if we don't have to | 18:59 |
anotherjesse | want to start collecting your ideas in a wiki page? since this is definitely something we want to visit at the summit | 18:59 |
ayoung | anotherjesse, http://adam.younglogic.com/2012/03/pki-for-keystone/ | 18:59 |
ayoung | I started there thinking I would cut and paste to Etherpad at some point | 19:00 |
openstackgerrit | Verification of a change to openstack/keystone failed: standardize ldap and related tests https://review.openstack.org/4762 | 19:00 |
anotherjesse | even better - http://wiki.openstack.org/KeystoneFolsomSummitTopics is a ROUGH collection of topics we might want to think about at the summit - want to add yours | 19:00 |
ayoung | anotherjesse, is there any more information why that failed? | 19:01 |
anotherjesse | the console output usually has more info | 19:02 |
anotherjesse | let's re-trigger - I think this is an issue with the test that dtroyer is working on - filed a bug related to that last night | 19:03 |
*** andrewsben has quit IRC | 19:03 | |
anotherjesse | ayoung: https://bugs.launchpad.net/devstack/+bug/944593 | 19:04 |
uvirtbot` | Launchpad bug 944593 in devstack "exercise should catch launch failure earlier" [Medium,Confirmed] | 19:04 |
*** dneary has quit IRC | 19:04 | |
anotherjesse | ayoung: in the meantime have a core person click "approve" a few times if needed - I have to head to airport soon | 19:04 |
ayoung | anotherjesse, possibly also due to changing what is returned from a user object, which is why all of the other tests had to be modified in that patch | 19:04 |
ayoung | dolphm, you are core, right? care to re-approve ? | 19:05 |
anotherjesse | ayoung: could be - in which case <3 gating :) | 19:05 |
ayoung | +1 | 19:05 |
*** anotherjesse is now known as anotherjesse_zz | 19:05 | |
dtroyer | anotherjesse: that is the same failure that busted essex-kvm this morning | 19:06 |
*** gyee has joined #openstack-dev | 19:06 | |
dolphm | ayoung: sure | 19:06 |
dtroyer | I'm not sure what the actual cause is; I'm just detecting the failures quicker in the exercises now | 19:06 |
ayoung | is there any way to see the output of the failure run? | 19:07 |
dolphm | ayoung: yes.. | 19:09 |
dolphm | ayoung: https://jenkins.openstack.org/job/gate-integration-tests-devstack-vm/2033/console | 19:09 |
dolphm | ayoung: from the review, click the failed job, and hit console output to get this ^ | 19:09 |
termie | this could use some love at some point, https://review.openstack.org/#change,4659 | 19:09 |
*** x86brandon has quit IRC | 19:10 | |
ayoung | termie, I'll take a look after this meeting I'm in... | 19:10 |
*** x86brandon has joined #openstack-dev | 19:10 | |
*** madhav has quit IRC | 19:10 | |
*** madhav has joined #openstack-dev | 19:10 | |
*** andrewsben has joined #openstack-dev | 19:21 | |
*** adiantum has quit IRC | 19:21 | |
*** maplebed has joined #openstack-dev | 19:22 | |
jdg | vim WriteGateInterface.cpp | 19:27 |
jdg | ald | 19:27 |
jdg | crap | 19:27 |
*** heckj has joined #openstack-dev | 19:28 | |
*** heckj has quit IRC | 19:29 | |
*** letterj has left #openstack-dev | 19:31 | |
jdg | bcwaldon: Are you available for a minute or so? | 19:33 |
*** berendt has quit IRC | 19:39 | |
*** hhoover has left #openstack-dev | 19:39 | |
*** adjohn has joined #openstack-dev | 19:40 | |
*** Gordonz has quit IRC | 19:40 | |
*** Gordonz has joined #openstack-dev | 19:41 | |
*** littleidea has joined #openstack-dev | 19:42 | |
*** mihgen has joined #openstack-dev | 19:46 | |
vishy | wow a threaded openstack mail archive: http://www.mail-archive.com/openstack@lists.launchpad.net/ | 19:51 |
* vishy dances | 19:51 | |
*** mszilagyi has joined #openstack-dev | 19:51 | |
vishy | smoser: hmm i meant to link the bug in. Oops | 19:52 |
*** mattray has quit IRC | 19:52 | |
*** n0ano has joined #openstack-dev | 19:52 | |
smoser | vishy, what do you think about my 'names in glance' solution rather than yours ? | 19:53 |
vishy | smoser: i like yours better | 19:54 |
vishy | smoser: mind if i steal that part from your patch? | 19:54 |
smoser | i don't mind. | 19:54 |
smoser | please take it. | 19:54 |
smoser | :) | 19:54 |
*** hashar has joined #openstack-dev | 19:55 | |
smoser | vishy, well, sort of threaded | 19:55 |
smoser | surely there were more than 1 level in some of those threads | 19:55 |
vishy | smoser: actually, maybe i will just remove name mod to mine and let you put your patch in on top | 19:57 |
vishy | smoser: I don't want to complicate the patch too much | 19:57 |
smoser | vishy, thats fine with me. mine would have been in if i wasn't having issue immeditely in writing a test case | 19:57 |
vishy | i can help with the test case | 19:57 |
smoser | i dont remmber what the problem was, ubt i was fighting it somehow. lack of experience. | 19:57 |
vishy | gimme a sec | 19:57 |
smoser | you helped me some with your insertion of that 'register_image' test | 19:58 |
*** mattray has joined #openstack-dev | 20:01 | |
*** maplebed has quit IRC | 20:03 | |
*** hattwick has quit IRC | 20:05 | |
*** andrewsmedina_ has joined #openstack-dev | 20:05 | |
*** andrewsmedina has quit IRC | 20:06 | |
*** andrewsmedina_ is now known as andrewsmedina | 20:06 | |
*** Ryan_Lane has joined #openstack-dev | 20:09 | |
*** tr3buchet has quit IRC | 20:11 | |
*** tr3buchet has joined #openstack-dev | 20:13 | |
*** hattwick has joined #openstack-dev | 20:13 | |
*** Ryan_Lane has quit IRC | 20:14 | |
*** markvoelker has joined #openstack-dev | 20:17 | |
*** mnewby has quit IRC | 20:19 | |
*** Ryan_Lane has joined #openstack-dev | 20:21 | |
*** andrewsben has quit IRC | 20:24 | |
*** PotHix has quit IRC | 20:27 | |
vishy | smoser: almost got the test done | 20:29 |
vishy | smoser: going to lunch | 20:29 |
*** sandywalsh has quit IRC | 20:31 | |
*** PotHix has joined #openstack-dev | 20:35 | |
*** lts has quit IRC | 20:37 | |
*** Ryan_Lane has quit IRC | 20:45 | |
*** andrewsben has joined #openstack-dev | 20:48 | |
*** maplebed has joined #openstack-dev | 20:51 | |
*** armaan has joined #openstack-dev | 20:58 | |
ayoung | termie, I uploaded another patch to https://review.openstack.org/#change,4725, which still shows your "do not Submit" message. THis new patch is rebased to origin/master, so it takes into account the issues from the previous code review. | 20:58 |
*** andrewbogott_afk has quit IRC | 21:05 | |
*** sandywalsh has joined #openstack-dev | 21:05 | |
*** mnewby has joined #openstack-dev | 21:05 | |
*** andrewbogott_ has joined #openstack-dev | 21:07 | |
*** andrewbogott_ has joined #openstack-dev | 21:07 | |
jaypipes | johan_-_: well said. | 21:10 |
*** eglynn has joined #openstack-dev | 21:10 | |
*** mnewby has quit IRC | 21:12 | |
*** Ryan_Lane has joined #openstack-dev | 21:18 | |
*** adjohn has quit IRC | 21:20 | |
*** andrewsben has quit IRC | 21:26 | |
*** mnewby has joined #openstack-dev | 21:28 | |
ohnoimdead | who has the power to update the version of python-novaclient on pypi? | 21:31 |
*** Ryan_Lane has quit IRC | 21:32 | |
*** Ryan_Lane1 has joined #openstack-dev | 21:32 | |
*** Ryan_Lane1 is now known as Ryan_Lane | 21:32 | |
*** Ryan_Lane has joined #openstack-dev | 21:32 | |
*** mihgen has quit IRC | 21:33 | |
*** flaviamissi has quit IRC | 21:34 | |
*** milner has quit IRC | 21:35 | |
jaypipes | termie: ping | 21:35 |
jaypipes | dtroyer, termie: by chance, do you know if this: http://wiki.openstack.org/CLIAuth is the most up-2-date docs on the "common CLI auth" stuff? | 21:36 |
dtroyer | jaypipes: AFAIK it is, could use some additions though, like {service}_API_VERSION, but that isn't auth... | 21:37 |
jaypipes | dtroyer: k, thx! just wanted to make sure. | 21:38 |
*** letterj has joined #openstack-dev | 21:39 | |
*** ChanServ sets mode: +v letterj | 21:39 | |
*** apevec has quit IRC | 21:41 | |
*** dolphm has quit IRC | 21:43 | |
*** markvoelker has quit IRC | 21:43 | |
*** dprince has quit IRC | 21:52 | |
*** armaan has left #openstack-dev | 21:53 | |
*** andrewsmedina has quit IRC | 21:54 | |
*** stuntmachine has quit IRC | 21:58 | |
littleidea | what is Chris Behrens nick? | 22:01 |
johan_-_ | comstud | 22:03 |
*** bencherian has quit IRC | 22:05 | |
comstud | littleidea: here | 22:07 |
littleidea | comstud: this is Andrew | 22:08 |
*** hub-cap has joined #openstack-dev | 22:08 | |
comstud | littleidea: hi :) | 22:08 |
comstud | saw your last comment | 22:08 |
littleidea | comstud: think I should slice and dice the manager to pull those methods out of _schedule | 22:08 |
*** hub-cap has quit IRC | 22:08 | |
comstud | I'm definitely for it... we could go one of 2 ways.. | 22:08 |
jaypipes | blamar: id should not be able to be passed to bin/glance's add method starting in Essex. that is a bug in the documentation in bin/glance. Note that this was not the case in Diablo when we had integer image IDs. | 22:08 |
comstud | if you want to get a quick fix in for prep_resize, i think you can just fix up the last comment i made | 22:09 |
comstud | but if you'd prefer for the longer solution.. I support that also | 22:09 |
comstud | you could either do it now or after getting the current fix in | 22:09 |
*** torgomatic has quit IRC | 22:10 | |
littleidea | comstud: broken gets fixed, shitty lives forever | 22:10 |
jaypipes | blamar: so, it seems there is a bug in Glance that is allowing ID to be manually set if the location attribute is also set.... | 22:10 |
jaypipes | bcwaldon: hmm, ^^ is that on purpose? I thought we no longer allowed ID to be set manually? | 22:10 |
littleidea | comstud: I'd lean towards breaking them out | 22:10 |
comstud | littleidea: yeah, although, it really bothers me so i suspect it'll get fixed soonish :) | 22:10 |
comstud | ok | 22:10 |
comstud | i support it.. so if you want to give it a try, go for it | 22:10 |
*** hub_cap has quit IRC | 22:11 | |
littleidea | comstud: shouldn't be too bad, simpler than what is there in some regards | 22:11 |
comstud | yes | 22:11 |
*** torgomatic has joined #openstack-dev | 22:11 | |
littleidea | comstud: k, that's what I'll do | 22:12 |
*** davlap has joined #openstack-dev | 22:13 | |
*** cp16net has quit IRC | 22:16 | |
*** dolphm has joined #openstack-dev | 22:16 | |
*** adjohn has joined #openstack-dev | 22:16 | |
annegentle | how do I set up an IRC channel just for one day? Thinking of a separate channel for DocDay, what do you think? | 22:18 |
russellb | if you don't care much about configuring the channel, and just having a place to hang out and chat ... /join #openstack-docday ... that simple | 22:19 |
annegentle | russellb: ok, that's enough for the day, thanks | 22:25 |
russellb | np | 22:25 |
andrewbogott_ | I'm getting a 404 when python-novaapi contacts a nova extension. That's almost certainly my fault (because I'm developing the extension.) But... where is such traffic logged? I was expecting to find it in my system apache2 access.log... but, nope. | 22:26 |
russellb | annegentle: oxygen hates me, heh. | 22:26 |
russellb | it's all good, i can edit with something else. | 22:27 |
andrewbogott_ | (Nor is it in nova-api.log.) | 22:27 |
annegentle | russellb: sadness… we send them all kinds of bugs so if it's something we can help with let me know | 22:27 |
*** hashar has quit IRC | 22:29 | |
*** kbringard has quit IRC | 22:31 | |
mtaylor | ohnoimdead: I can ... is it that time again? | 22:39 |
ohnoimdead | mtaylor: would be awesome to update python-novaclient in pypi to e4 final | 22:43 |
*** gyee has quit IRC | 22:43 | |
*** anotherjesse_zz is now known as anotherjesse | 23:00 | |
anotherjesse | annegentle: how does one go about become core on docs? | 23:00 |
vishy | smoser: updated the tests: https://review.openstack.org/#change,4025 | 23:01 |
anotherjesse | jeblair / mtaylor: comments on https://review.openstack.org/4825 - the hope is making errors on gates easier to understand | 23:04 |
*** zzed has quit IRC | 23:05 | |
jeblair | anotherjesse: looking | 23:06 |
anotherjesse | jeblair: dtroyer is going to change the function name to die_if_error | 23:08 |
*** dolphm has quit IRC | 23:13 | |
jeblair | anotherjesse: i think it's great! | 23:13 |
*** thingee has quit IRC | 23:15 | |
*** andrewsmedina has joined #openstack-dev | 23:16 | |
anotherjesse | vishy: commented on s3token test - isn't it supposed to fail if the bucket exists? | 23:16 |
anotherjesse | (euca-bundle stuff) | 23:16 |
vishy | anotherjesse: i don't know | 23:17 |
vishy | anotherjesse: no it shouldn't | 23:17 |
vishy | anotherjesse: it should create the bucket if it doesn't exist | 23:17 |
anotherjesse | vishy: my memory is from 2+ years ago | 23:17 |
vishy | anotherjesse: or use it if it does | 23:17 |
vishy | anotherjesse: i just tested today upload bundle into the same bucket | 23:17 |
vishy | so it definitely works | 23:17 |
vishy | * yesterday | 23:17 |
anotherjesse | cool - I'll update my comment | 23:17 |
jeblair | anotherjesse: on the subject of making the output more accessible to developers, i filed bug 945231 | 23:18 |
uvirtbot` | Launchpad bug 945231 in openstack-ci "screen output should be logged" [Undecided,New] https://launchpad.net/bugs/945231 | 23:18 |
anotherjesse | jeblair: NICE | 23:19 |
anotherjesse | made it a HIGH | 23:19 |
jeblair | :) | 23:19 |
vishy | tr3buchet: network related fix https://review.openstack.org/4845 | 23:21 |
dtroyer | anotherjesse, jeblair : function rename complete on https://review.openstack.org/4825 | 23:21 |
*** torgomatic has quit IRC | 23:21 | |
anotherjesse | dtroyer: +2'd | 23:22 |
*** stuntmachine has joined #openstack-dev | 23:25 | |
*** BBLex has joined #openstack-dev | 23:25 | |
*** eglynn_ has joined #openstack-dev | 23:29 | |
*** eglynn has quit IRC | 23:31 | |
*** Gordonz has quit IRC | 23:32 | |
*** dolphm has joined #openstack-dev | 23:32 | |
*** Ryan_Lane has quit IRC | 23:33 | |
*** BBLex has left #openstack-dev | 23:33 | |
*** mattray has quit IRC | 23:36 | |
*** stuntmachine has quit IRC | 23:37 | |
*** flaviamissi has joined #openstack-dev | 23:54 | |
*** dtroyer has quit IRC | 23:55 | |
*** flaviamissi has quit IRC | 23:58 | |
*** dolphm has quit IRC | 23:58 | |
*** flaviamissi has joined #openstack-dev | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!