*** faramir has joined #openstack-dev | 00:00 | |
*** mmalesky has quit IRC | 00:00 | |
*** mrodden has quit IRC | 00:00 | |
*** carl_baldwin has quit IRC | 00:01 | |
*** alop has joined #openstack-dev | 00:03 | |
*** rnirmal has quit IRC | 00:05 | |
*** sarob has joined #openstack-dev | 00:05 | |
*** loq_mac has quit IRC | 00:07 | |
*** mriedem has joined #openstack-dev | 00:07 | |
*** mriedem has quit IRC | 00:08 | |
*** loq_mac has joined #openstack-dev | 00:08 | |
*** herndon_ has quit IRC | 00:09 | |
*** mriedem has joined #openstack-dev | 00:09 | |
*** gordc has quit IRC | 00:10 | |
morganfainberg | gyee, when you get a sec: https://review.openstack.org/#/c/54636/1/etc/default_catalog.templates had cyeoh weigh in on the discovery stuff for nova in the template | 00:10 |
---|---|---|
*** tdruiva has joined #openstack-dev | 00:10 | |
*** willingc has quit IRC | 00:11 | |
*** mlavalle has quit IRC | 00:13 | |
*** jmontemayor has quit IRC | 00:13 | |
gyee | morganfainberg, I am fine with it if that's the general direction we want to take, In that case, I guess we'll have identity and identityv3? | 00:14 |
morganfainberg | gyee, i think it becomes a case-by-case deal. identity i don't see a need to do that since we will have version discovery solidly in place | 00:15 |
morganfainberg | with compute though, there isn't even the scafolding to support it in any client | 00:15 |
*** pmathews has quit IRC | 00:15 | |
*** matsuhashi has joined #openstack-dev | 00:15 | |
gyee | morganfainberg, I see this is something the TC can take on? :) | 00:15 |
gyee | this impacts the overall directions | 00:15 |
morganfainberg | gyee, i think we should probably punt this up to the TC | 00:16 |
gyee | to discover or not to discover | 00:16 |
morganfainberg | gyee, yeah. or ... leave it to the projects | 00:16 |
gyee | I mean seriously, we need a clear direction on this one | 00:16 |
morganfainberg | gyee, currently i think it's by default left ot the projects, but a unified approach would be best | 00:16 |
morganfainberg | gyee, good idea to push it up to the TC ... any idea how that is done? ML topic? | 00:17 |
gyee | lets make TC work | 00:17 |
*** jcooley_ has joined #openstack-dev | 00:17 | |
morganfainberg | gyee, lol ok, i'm on board with that. | 00:17 |
cyeoh | morganfainberg, gyee: personally I could do with some help on how to version discovery properly | 00:17 |
gyee | morganfainberg, I don't know the process | 00:17 |
morganfainberg | cyeoh, i think we will have a good blueprint on it in keystonecient (or we do?... haven't checked that patchset) | 00:17 |
gyee | cyeoh, yeah, this is an important issue | 00:17 |
cyeoh | otherwise its been pretty low priority and I just extended what was already in place for v2, but as I mentioned I don't think anyone uses it | 00:17 |
*** pmathews has joined #openstack-dev | 00:18 | |
gyee | cyeoh, projects are going to have multiple API versions, I think having a unified approach is going to save us from anarchy | 00:19 |
morganfainberg | gyee, ++ | 00:19 |
morganfainberg | cyeoh, as a baseline approach we have https://review.openstack.org/#/c/38414/ being worked on now. | 00:19 |
cyeoh | gyee: oh I agree, just need someone to take the job on of getting everyone in line :-) | 00:19 |
morganfainberg | cyeoh, but it's obviously not been accepted so somewhat in flux | 00:19 |
cyeoh | morganfainberg: thanks! | 00:20 |
morganfainberg | cyeoh, make sure to tell jamielennox you're looking at it. ;) he's put a ton of work into it | 00:20 |
cyeoh | ok :-) | 00:20 |
morganfainberg | and i'm sure it'll payoff and get past the review stage in the not-too-distant-future | 00:21 |
bknudson | gyee: morganfainberg cyeoh - on the sample catalog template... I just copied what's in devstack. Wasn't making a value judgement that this is how it should be. | 00:21 |
bknudson | but I did think what was in git was not realistic. | 00:21 |
gyee | bknudson, things have a funny way of becoming a de facto standard :) | 00:22 |
morganfainberg | bknudson, that makes perfect sense, but it might expose that we need to also circle back w/ devstack. | 00:22 |
morganfainberg | gyee, ++ | 00:22 |
bknudson | devstack makes things the defacto standard. | 00:22 |
morganfainberg | hehe | 00:22 |
*** shinylasers has quit IRC | 00:22 | |
cyeoh | morganfainberg: ok so from the etherpad its mentioned that its up to the client to add cruft like project id where necessary? | 00:22 |
morganfainberg | cyeoh, in the case of keystone, yes. | 00:22 |
bknudson | I haven't been watching devstack so wouldn't have noticed when these changes are going in. | 00:22 |
cyeoh | so although the version can be discovered the url you need to use can't be, which seems a bit dodgy | 00:23 |
morganfainberg | that is beyond the scope of the simple version discovery | 00:23 |
*** sthaha has joined #openstack-dev | 00:23 | |
*** sthaha has quit IRC | 00:23 | |
*** sthaha has joined #openstack-dev | 00:23 | |
morganfainberg | we are working on a better approach to that | 00:23 |
morganfainberg | had some good discussions at the summit | 00:23 |
cyeoh | so that was the main bit I was concerned about with Nova - v2 requires the tenant id, but v3 doesn't | 00:23 |
*** alop has quit IRC | 00:24 | |
morganfainberg | cyeoh, ah | 00:24 |
cyeoh | and we don't say anything about that when you start querying say /version or /v2 | 00:24 |
morganfainberg | cyeoh, the basic idea when most of that work was done for keystone was that we just needed to know which client lib to load v3 or v2 | 00:25 |
morganfainberg | the client lib does the smarts of know how to interact with the service | 00:25 |
gyee | I think in general, clients should be able to ask 1) what API versions do you support? 2) do you support API version X?, and 3) for a give version, what endpoints can I talk to? | 00:26 |
cyeoh | morganfainberg: hrm but for identity I see that you're advertising: catalog.RegionOne.identity.publicURL = http://%SERVICE_HOST%:$(public_port)s/v2.0 | 00:26 |
cyeoh | morganfainberg: would that eventually change to just http://%SERVICE_HOST%:$(public_port)s/ for the url and then use version discovery to work out whether v2.0 or v3.0 is appended? | 00:27 |
morganfainberg | cyeoh, in the new code we could just ask http://<identity service>:<port> and figure out waht we can use from there. | 00:27 |
morganfainberg | cyeoh, correct or you could request v2 explicitly which would check to see if v2 was available and error if it wasn't | 00:27 |
morganfainberg | gyee, i think that makes far too much sense. | 00:28 |
gyee | heh | 00:28 |
*** markwash has quit IRC | 00:29 | |
cyeoh | morganfainberg: ok, but once you change the endpoint that will break older not so smart clients that just blindly use the url returned? | 00:29 |
morganfainberg | cyeoh, probably. which is why we'd support the old style, just the recommended use might be different | 00:29 |
morganfainberg | and examples should match "recommended" approach in my opinion | 00:30 |
*** mikeoutland has quit IRC | 00:31 | |
cyeoh | morganfainberg: I think thats ok as long as there is plenty of documentation around that explains how to get older clients to work with those settings. otherwise the transition will be a bit of nightmare | 00:31 |
*** jeffreyio has joined #openstack-dev | 00:31 | |
morganfainberg | cyeoh, fair enough. i agree with gyee, this likely needs the TC to set direction so all the services can approach this in a consistent manner | 00:31 |
*** novas0x2a|laptop has quit IRC | 00:31 | |
cyeoh | morganfainberg: agreed. | 00:32 |
*** jeffreyio has quit IRC | 00:32 | |
*** sthaha has quit IRC | 00:33 | |
*** loq_mac has quit IRC | 00:34 | |
*** jcooley_ has quit IRC | 00:35 | |
*** adalbas has quit IRC | 00:35 | |
*** rnirmal has joined #openstack-dev | 00:38 | |
*** sthaha has joined #openstack-dev | 00:39 | |
*** sthaha has joined #openstack-dev | 00:39 | |
*** willingc has joined #openstack-dev | 00:39 | |
*** nati_uen_ has quit IRC | 00:40 | |
*** glenng has joined #openstack-dev | 00:41 | |
*** glenng has quit IRC | 00:41 | |
*** loq_mac has joined #openstack-dev | 00:42 | |
*** loq_mac has quit IRC | 00:42 | |
*** joesavak has joined #openstack-dev | 00:44 | |
*** emagana has quit IRC | 00:44 | |
*** hemna has quit IRC | 00:45 | |
*** Ryan_Lane has quit IRC | 00:45 | |
*** pmathews has quit IRC | 00:46 | |
*** Ryan_Lane has joined #openstack-dev | 00:47 | |
*** gyee has quit IRC | 00:48 | |
*** yamahata_ has joined #openstack-dev | 00:48 | |
*** jergerber has quit IRC | 00:51 | |
jamielennox | i'm back - what's happening with version discovery? | 00:51 |
morganfainberg | jamielennox, was telling cyeoh about the version discovery stuff that you were doing. | 00:52 |
morganfainberg | jamielennox, pointed him at your patchsets. it came from the template catalog update patchset bknudson put in. | 00:53 |
morganfainberg | just how are other projects handling multiple versions of the APIs etc | 00:53 |
jamielennox | Ok, i saw a reference to a review which i am looking at now | 00:54 |
bknudson | apparently they're populating the service catalog with different urls. | 00:54 |
jamielennox | basically we don't want to put version information into the service catalog | 00:54 |
bknudson | e.g. compute and computev3 | 00:54 |
jamielennox | there has been requests for an explicit version tag in service catalog urls and they've been rejected | 00:54 |
jamielennox | the way keystone (and i hope as a leader for other projects) is once we have version discovery in place then the service catalog will always point to the root url | 00:55 |
*** joesavak has quit IRC | 00:55 | |
bknudson | http://git.openstack.org/cgit/openstack-dev/devstack/tree/files/default_catalog.templates#n15 | 00:55 |
jamielennox | discovery will happen and the version to use will be negotiated seperate to the service catalog | 00:55 |
cyeoh | jamielennox: how do you handle backwards compatibility for older clients? | 00:56 |
jamielennox | yea, it's horrible | 00:56 |
jamielennox | cyeoh: it what respect? | 00:56 |
cyeoh | jamielennoxx: well older clients out there that will take the url returned by the catalog and just start appending stuff to the end on the assumption that they have the final endpoint and don't need to do any version discovery | 00:57 |
cyeoh | eg in Nova's case we currently return http://%SERVICE_HOST%:8774/v2/$(tenant_id)s | 00:57 |
*** singhs has quit IRC | 00:57 | |
cyeoh | and there would be clients that just just take that and to say boot a server would just append /servers to that url | 00:58 |
cyeoh | but if its changed to return the root url then they'd break. | 00:58 |
jamielennox | cyeoh: yep, i'm not sure yet. We can make the new clients work with the old system, so if you point discovery at http://keystone:5000/v2.0 it will return you a v2 url as expected | 00:59 |
*** herndon has joined #openstack-dev | 00:59 | |
jamielennox | my expectation is that a deployment will have to look into that as it goes about changing over the catalog | 01:00 |
jamielennox | but i've yet to come up with a good story for that - because in essence it has been broken for a long time | 01:00 |
*** steven-weston has quit IRC | 01:00 | |
*** matsuhashi has quit IRC | 01:01 | |
jamielennox | but at least in the example of nova (or keystone) if you do add a specific computev3 to the catalog you are still going to require some form of intervention to change over to the new url | 01:01 |
cyeoh | jamielennox: so I'm guessing that with Nova people will be running v2 and v3 parallel for a while | 01:01 |
*** matsuhashi has joined #openstack-dev | 01:02 | |
jamielennox | keystone is the same, the v2 api is going to be deprecated in this cycle, but it will still be around for some time yet | 01:02 |
*** matsuhashi has quit IRC | 01:02 | |
cyeoh | and they won't want to break older clients programs so will for v2 want to have the catalog for those point to a url with v2 in it | 01:02 |
*** matsuhashi has joined #openstack-dev | 01:02 | |
jamielennox | and there is nothing we can or should do to prevent that | 01:03 |
jamielennox | however please don't continue the problem by adding a v3 | 01:03 |
cyeoh | but then for v3 to use the same catalog entry how does that work? | 01:03 |
*** amcrn has quit IRC | 01:03 | |
jamielennox | becaues i'm sure v3 will be used in conjunction with a v4 when that point comes as well | 01:03 |
jamielennox | ah, you've already occupied the straight compute name with v2 | 01:04 |
cyeoh | could the v3 catalog entry point at the root instead of v3 (but still have separate v2 and v3 entries?). So if v4 comes along then we wouldn't have the same transition issues? | 01:04 |
jamielennox | so that's what i meant by how keystone is going to work - and yes that's what i meant by don't continue the cycle | 01:05 |
cyeoh | ah ok :-) | 01:05 |
jamielennox | at least don't add a v3 specific endpoint - to use the v3 endpoint you must go through discovery and that way the same problem won't happen next time | 01:06 |
jamielennox | unfortunately in at least the example files the 'compute' name is already used and i'm not sure how we could go about reclaiming that as a discovery point | 01:06 |
cyeoh | so would it look something like this: catalog.RegionOne.computev3.publicURL = http://%SERVICE_HOST%:8774/ (ie we still have separate computev3, but it points to the root) | 01:07 |
cyeoh | eventually when the v2 api is fully deprecated we can reclaim "compute" | 01:07 |
jamielennox | so you will have the somewhat confusing situation that you might access the v4 api from the 'computev3' endpoint eventually - but this will be a problem anyway i think | 01:07 |
cyeoh | yes, thought I don't see a way around that | 01:08 |
jamielennox | no, me neither | 01:08 |
jamielennox | by old clients do you mean old novaclients or some 3rd party things | 01:09 |
cyeoh | both really. We've had /versions in the api server for a while but novaclient doesn't use it | 01:11 |
*** gongysh has quit IRC | 01:11 | |
*** willingc has quit IRC | 01:11 | |
*** xarses has quit IRC | 01:12 | |
jamielennox | /versions is an endpoint to find out available versions you mean? | 01:12 |
jamielennox | what is on / then? | 01:13 |
cyeoh | jamielennox we have the same thing on / as well | 01:14 |
cyeoh | looks like this http://paste.openstack.org/show/53573/ | 01:15 |
jamielennox | ok, do you know if it uses the same format as keystone? | 01:15 |
jamielennox | looks similar at least | 01:15 |
cyeoh | jamie: no idea, sorry | 01:15 |
*** shinylasers has joined #openstack-dev | 01:15 | |
*** shinylasers has quit IRC | 01:16 | |
cyeoh | is there some canonical way that we're meant to do this? | 01:16 |
jamielennox | i'm not sure, but as keystone was originally taken from nova i would think they'd be at least similar | 01:16 |
jamielennox | cyeoh: so have a look at: https://review.openstack.org/#/c/38414/ | 01:17 |
jamielennox | i would love that solution to be generic enough to go to oslo... | 01:17 |
cyeoh | yea I was just thinking thats something we could steal for python-novaclient | 01:18 |
cyeoh | as we have to do a bunch of v3 work on it this cycle anyway | 01:18 |
*** jhesketh has quit IRC | 01:21 | |
jamielennox | cyeoh: so this is keystone's: http://paste.openstack.org/show/53574/ | 01:21 |
jamielennox | it looks like we have a values in there that will screw it up | 01:21 |
*** nosnos has joined #openstack-dev | 01:21 | |
jamielennox | data['versions']['values'][0]['id'] | 01:21 |
*** READ10 has quit IRC | 01:21 | |
jamielennox | that's a shame | 01:22 |
*** jhesketh has joined #openstack-dev | 01:22 | |
jamielennox | we have a bunch of 'values' entries in our json api that i think are mostly redundant | 01:22 |
*** jasondotstar has joined #openstack-dev | 01:23 | |
*** morazi has quit IRC | 01:24 | |
jamielennox | still it might be something that we can work on as to coming up with a base discovery thing | 01:24 |
cyeoh | ah yea :-( would be nice to get the versions format from all the projects the same. | 01:24 |
cyeoh | I guess if we can reliably establish no one is actually using the versions information then we can change the format. | 01:25 |
cyeoh | I don't want to be versioning the version information though ;-) | 01:25 |
*** angdraug has quit IRC | 01:26 | |
*** nati_ueno has joined #openstack-dev | 01:26 | |
*** bingbu has joined #openstack-dev | 01:27 | |
*** willingc has joined #openstack-dev | 01:29 | |
jamielennox | lol, no that does need to be independant | 01:29 |
*** armax has left #openstack-dev | 01:29 | |
*** kpavel has quit IRC | 01:30 | |
jamielennox | i'm not sure any project would change that information of the assumption that it might not be used though | 01:30 |
jamielennox | keystone won't | 01:30 |
*** rnirmal has quit IRC | 01:30 | |
jamielennox | but keystone is always a special case as it is an entry point for openstack | 01:30 |
jamielennox | if you can ensure that no one is using nova's discovery then it might not matter because the entry point for nova *should* be retrieved via the service catalog | 01:31 |
*** kpavel has joined #openstack-dev | 01:31 | |
*** xarses has joined #openstack-dev | 01:31 | |
cyeoh | oh yes, that's true. | 01:31 |
*** jimfehlig has quit IRC | 01:32 | |
jamielennox | on the other hand, it might be just easier to code a flag into version discovery that says 'expect the values dictionary for this project' | 01:34 |
*** willingc has quit IRC | 01:36 | |
*** galstrom_zzz is now known as galstrom | 01:37 | |
*** kpavel has quit IRC | 01:37 | |
*** vipul has quit IRC | 01:38 | |
*** michchap has quit IRC | 01:38 | |
*** michchap has joined #openstack-dev | 01:38 | |
*** vipul has joined #openstack-dev | 01:39 | |
ayoung | jamielennox, https://review.openstack.org/#/c/53038/ I just put in for recheck | 01:40 |
ayoung | other than that, looks good. Looks like you did another pass over it since I last looked | 01:41 |
jamielennox | ayoung: yea jenkins seems to be tempremental | 01:43 |
*** singhs has joined #openstack-dev | 01:44 | |
jamielennox | it's still a net + lines of code but i'm surprised by just how far it compressed down | 01:44 |
*** nermina has quit IRC | 01:44 | |
*** rongze_ has quit IRC | 01:45 | |
*** willingc has joined #openstack-dev | 01:45 | |
*** zjdriver has quit IRC | 01:45 | |
*** rnirmal has joined #openstack-dev | 01:45 | |
*** kpavel has joined #openstack-dev | 01:46 | |
*** MaxV has quit IRC | 01:46 | |
ayoung | jdennis, when you get a chance, can you bring https://review.openstack.org/#/c/49452/4 back from the boneyard? | 01:46 |
*** singhs_ has joined #openstack-dev | 01:46 | |
*** dstanek has quit IRC | 01:47 | |
*** dstanek has joined #openstack-dev | 01:47 | |
jamielennox | ayoung: do you have any feeling on how we go about putting nested region information into the service catalog? | 01:48 |
*** singhs has quit IRC | 01:48 | |
*** singhs_ is now known as singhs | 01:48 | |
*** nkinder has joined #openstack-dev | 01:49 | |
jamielennox | i was wondering if simly putting region = "WORLD/US/EAST/RegionOne" would be sufficient - / would become a restricted character | 01:49 |
jamielennox | but that way we don't break the current implementations where regions are flat | 01:49 |
*** bdpayne has quit IRC | 01:50 | |
jamielennox | and we can do like a left most compare when matching regions | 01:50 |
jamielennox | so the above would match for a request in regions "WORLD/US" or "WORLD/US/EAST" | 01:50 |
*** epim has quit IRC | 01:50 | |
*** wenjianhn has joined #openstack-dev | 01:51 | |
*** jcooley_ has joined #openstack-dev | 01:54 | |
*** jcooley_ has quit IRC | 01:55 | |
*** jcooley_ has joined #openstack-dev | 01:57 | |
ayoung | jamielennox, e have the "nested role" blueprint from atwari, too. We should use the same approach for both. | 02:01 |
ayoung | slash is as good a character as any | 02:01 |
ayoung | since it is pretty much URL safe...In this case, too, it would be a namable resource | 02:01 |
ayoung | so it is good that way as well | 02:01 |
jamielennox | i haven't been thinking about it long but that seems a safe way to do it | 02:02 |
jamielennox | if we go modifying the SC we are going to break someone | 02:02 |
jamielennox | also it is fairly explicity | 02:03 |
ayoung | I think that breaking in this case is a necessary evil | 02:03 |
ayoung | However, if a region is identified by the full path, we could do a migration to create the region objects out of the endpoint table | 02:03 |
jamielennox | at this point we don't have a proposal for a breaking method either | 02:03 |
jamielennox | I just want to have an idea before we push it in, cause to my mind nested regions aren't all that useful if the various clients can't figure them out | 02:04 |
jamielennox | why would we need to do a migration | 02:05 |
jamielennox | ? | 02:05 |
jamielennox | all the current regions are toplevel and so would simply not have a slash in them | 02:05 |
ayoung | jamielennox, is that enforced? | 02:05 |
jamielennox | no | 02:05 |
jamielennox | not as far as i'm aware | 02:05 |
*** jasdeepH has quit IRC | 02:06 | |
jamielennox | oh, i don't mind breaking by enforcing that there is not a / in the region name - i thought you meant to change the layout of the service catalog | 02:06 |
ayoung | so if someone (like jaypipes ) had regions already defined and we created a top level entity named regions, and allow nesting, but don't do a migration, will we break them? What is the link between regions (the object) and regions (the label on the endpoint) | 02:06 |
*** nermina has joined #openstack-dev | 02:07 | |
ayoung | jamielennox, I just mean a migration that did: you have /us/west/ha in your region value of an endpoint, let me create us, and add west to that .... as a migration | 02:07 |
jamielennox | i was under the impression that the old concept of regions would simply be migrated to become the new regions | 02:07 |
jamielennox | oh, hmm | 02:08 |
*** Mandell has quit IRC | 02:08 | |
jamielennox | i've got no idea if anyone is using that schema for regions | 02:08 |
ayoung | jamielennox, yeah, but people are already labeling their regions in endpoints. I don't think we'd want to ignore that data. But we can ask the Operators what they really need. | 02:08 |
*** Mandell has joined #openstack-dev | 02:08 | |
jamielennox | i'm not sure we're arguing the same thing | 02:08 |
jamielennox | yes there is a region in endpoints - the point is to tie that to this nested concept, they aren't two different things | 02:09 |
ayoung | right | 02:09 |
jamielennox | so our initial migration for the nested regions would have to go through the endpoint table and create a region for all those labels | 02:10 |
ayoung | I think so, yes | 02:10 |
jamielennox | i'm not sure if that becomes a FK or whatever - not my problem | 02:10 |
*** pixelb has quit IRC | 02:10 | |
*** rongze has joined #openstack-dev | 02:11 | |
*** buzztroll has quit IRC | 02:11 | |
ayoung | well, it might be that it is not a FK. Just like with roles, we probably want to think of the region names as Dentrys and the regions themselves as inodes. So each region should be resolvable to specific, non nested identifier | 02:11 |
jamielennox | ok, so i think i get your question - do we enforce when creating an enpoint that the region exists already, or do we keep the old CLI and create regions on the fly | 02:12 |
*** rm_work is now known as rm_work|away | 02:12 | |
*** buzztroll has joined #openstack-dev | 02:12 | |
*** changbl has quit IRC | 02:12 | |
*** Mandell has quit IRC | 02:12 | |
ayoung | jamielennox, yes, essentially that is the question, and we don't need to solve it, we just need to ask in the BP | 02:12 |
ayoung | but it is always fun to come into the discussion with strong opinions | 02:12 |
jamielennox | it's not really relevant to the BP, that's an implementation detail | 02:12 |
*** d34dh0r53 has quit IRC | 02:13 | |
jamielennox | in a way my concerns about the SC fit into the same category - but i want to know that there is some sort of plan | 02:13 |
ayoung | SC? | 02:14 |
jamielennox | service catalog | 02:14 |
*** jasdeepH has joined #openstack-dev | 02:14 | |
jamielennox | ahh, i'm so sick of evolution | 02:15 |
jamielennox | the mail client, rather than the biological term | 02:15 |
ayoung | I use Thunderbird, but can't claim I actually like it. | 02:16 |
ayoung | thinking of switching to pine | 02:16 |
jamielennox | it seems to have missed an imap connection decided thatmy mail folders were empty, and then now needs to do a sync again | 02:17 |
jamielennox | in the mean time the whole UI becomes more or less unusable | 02:17 |
ayoung | definitly pine | 02:17 |
*** Ryan_Lane has quit IRC | 02:17 | |
ayoung | course, I'm starting to thing that email should be reimplementing using git. Git is pretty much my solution for all things distributed these days | 02:18 |
ayoung | Anyway...looks liek zuul did not pick up my recheck request | 02:18 |
*** stevemar has joined #openstack-dev | 02:18 | |
*** erkules_ has joined #openstack-dev | 02:18 | |
*** erkules has quit IRC | 02:21 | |
ayoung | jamielennox, looks like tempest/neutron failed again, | 02:21 |
*** arata has joined #openstack-dev | 02:21 | |
ayoung | https://jenkins01.openstack.org/job/check-tempest-devstack-vm-full/6757/ | 02:21 |
*** willingc has quit IRC | 02:21 | |
jamielennox | is it actually my fault? | 02:21 |
ayoung | I can't see how | 02:22 |
jamielennox | yea, but it's client - it wouldn't be the first time i've had an error only discovered by some deep dark corner of zuul | 02:22 |
ayoung | Python 33 only? | 02:23 |
jamielennox | oh, 33 is just broken | 02:23 |
*** b3nt_pin has quit IRC | 02:23 | |
*** Daisy has quit IRC | 02:24 | |
jamielennox | is paste still the right way of launching a new app? | 02:24 |
ayoung | .looks like I read the long line. 33 is broken, but the normal tempest also fails | 02:24 |
ayoung | jamielennox, you talking about KDS or something else? | 02:25 |
jamielennox | KDS | 02:25 |
jamielennox | pecan + wsme + alembic + ? | 02:25 |
*** jasondotstar has quit IRC | 02:26 | |
ayoung | jamielennox, I'd leave the existing migrations in place, but I'm lazy. pecan + wsme to start. Is paste a component of that? | 02:26 |
*** amotoki has joined #openstack-dev | 02:27 | |
jamielennox | that was the question | 02:27 |
*** che-arne has quit IRC | 02:27 | |
*** danwent has quit IRC | 02:27 | |
jamielennox | i've no idea | 02:27 |
ayoung | I'd try it without paste if possible. | 02:27 |
*** sarob has quit IRC | 02:27 | |
ayoung | Didn't seem to be referenced when I was going through the docs, but I never quite connected the dots between pecan and wsme last week anyway | 02:27 |
jamielennox | ceilometer doesn't use it | 02:28 |
jamielennox | yea, i haven't really figured out the seperation | 02:28 |
ayoung | I think you'll like the WSME stuff. Seems to be the right level of abstraction: splits the difference between "drive everything off the object model" and "code to a horrible spec no one likes" | 02:31 |
*** dsirrine has joined #openstack-dev | 02:32 | |
*** ljjjustin has joined #openstack-dev | 02:33 | |
*** arata has quit IRC | 02:33 | |
*** jasondotstar has joined #openstack-dev | 02:35 | |
*** jasdeepH has quit IRC | 02:38 | |
*** reed has quit IRC | 02:39 | |
*** nkinder has quit IRC | 02:40 | |
*** yamahata_ has quit IRC | 02:44 | |
*** singhs has quit IRC | 02:44 | |
*** paragan has joined #openstack-dev | 02:45 | |
*** paragan has joined #openstack-dev | 02:45 | |
*** wenjianhn has quit IRC | 02:47 | |
*** wenjianhn has joined #openstack-dev | 02:47 | |
*** nati_ueno has quit IRC | 02:47 | |
*** changbl has joined #openstack-dev | 02:51 | |
*** jcooley_ has quit IRC | 02:52 | |
*** jcooley_ has joined #openstack-dev | 02:52 | |
*** a7ndrew has joined #openstack-dev | 02:53 | |
*** tanisdl has quit IRC | 02:54 | |
*** jcooley_ has quit IRC | 02:54 | |
*** jasdeepH has joined #openstack-dev | 02:55 | |
a7ndrew | Hi, is Icehouse (or openstack development generally) targetting a specific version of python 3 for the porting efforts? | 02:55 |
*** jasdeepH has quit IRC | 02:56 | |
*** jcooley_ has joined #openstack-dev | 02:56 | |
*** neelashah has joined #openstack-dev | 02:57 | |
*** dflye has quit IRC | 02:58 | |
*** d34dh0r53 has joined #openstack-dev | 02:59 | |
*** willingc has joined #openstack-dev | 03:00 | |
*** lbragstad has joined #openstack-dev | 03:00 | |
*** nkinder has joined #openstack-dev | 03:01 | |
*** carl_baldwin has joined #openstack-dev | 03:01 | |
clarkb | a7ndrew: yes python 3.3 | 03:01 |
*** galstrom is now known as galstrom_zzz | 03:01 | |
a7ndrew | thanks! | 03:02 |
*** yaguang has joined #openstack-dev | 03:03 | |
clarkb | a7ndrew: and I don't think the intention is to port but to support 3.3 and 2.7 concurrently | 03:03 |
clarkb | which is why 3.3 is the target (it makes this much easier) | 03:03 |
*** arata has joined #openstack-dev | 03:04 | |
morganfainberg | clarkb, jenkins global requirements job has been turned off right? | 03:06 |
morganfainberg | the update all the projects one that is | 03:06 |
*** buzztroll has quit IRC | 03:06 | |
clarkb | yes I am pretty sure that happened | 03:06 |
*** buzztroll has joined #openstack-dev | 03:07 | |
*** rraja has joined #openstack-dev | 03:09 | |
morganfainberg | clarkb, ok, just checking so i can keep an eye and make sure no one tries to merge the keystone one that is lingering about until it starts working again properly. | 03:10 |
*** epim has joined #openstack-dev | 03:10 | |
clarkb | morganfainberg: we can abandon those changes | 03:10 |
*** buzztroll has quit IRC | 03:10 | |
clarkb | morganfainberg: can you link to the one for keystone? | 03:10 |
morganfainberg | clarkb, https://review.openstack.org/#/c/56648/ if you wouldn't mind, that would be great | 03:10 |
*** buzztroll has joined #openstack-dev | 03:11 | |
morganfainberg | i didn't want to -2 it in case the job started back up in the "near" future before it auto-expired | 03:11 |
clarkb | hmm that change actually looks fine :) | 03:11 |
morganfainberg | clarkb, we already got that in iirc. | 03:11 |
morganfainberg | or not | 03:12 |
morganfainberg | wait a sec... maybe it was keystoneclient we had an issue with | 03:12 |
morganfainberg | nvm. | 03:12 |
morganfainberg | brain is moderately fried. | 03:12 |
clarkb | mine too | 03:12 |
morganfainberg | clarkb, strike that no need to abandon i'll poke at jenkins so ... when the gate is less busy we can get it in. | 03:13 |
clarkb | fwiw jenkins won't let bad requirements changes merge | 03:13 |
*** galstrom_zzz is now known as galstrom | 03:13 | |
clarkb | which is a nice double check in the system | 03:13 |
morganfainberg | i know. | 03:13 |
*** salv-orlando has quit IRC | 03:13 | |
morganfainberg | i was more concerned about people pushing bad changes inot the gate with it as busy as it is | 03:13 |
clarkb | ah gotcha | 03:13 |
clarkb | ya that can be problematic, though it is slightly less of a rpoblem with the new scheduler in zuul (still a non zero cost though) | 03:13 |
*** singhs has joined #openstack-dev | 03:14 | |
morganfainberg | it costs a lot more if things at the top fail and you reset things further down | 03:14 |
morganfainberg | which seems to be what i was seering happen most of today | 03:14 |
*** coolsvap has joined #openstack-dev | 03:14 | |
clarkb | morganfainberg: yup things are failing often enough that we see one fail per change and the first change starts and usually finishes first | 03:15 |
clarkb | so a bunch of tests run then we throw them all away :( | 03:15 |
*** guohliu has joined #openstack-dev | 03:16 | |
morganfainberg | clarkb, yep | 03:16 |
*** willingc has quit IRC | 03:18 | |
*** renlt has joined #openstack-dev | 03:19 | |
*** halfie has quit IRC | 03:19 | |
*** edmund has joined #openstack-dev | 03:20 | |
*** renlt has quit IRC | 03:20 | |
*** renlt has joined #openstack-dev | 03:20 | |
*** renlt has quit IRC | 03:22 | |
*** renlt has joined #openstack-dev | 03:22 | |
*** willingc has joined #openstack-dev | 03:23 | |
*** willingc has quit IRC | 03:25 | |
*** willingc has joined #openstack-dev | 03:26 | |
*** schwicht has quit IRC | 03:27 | |
*** herndon has quit IRC | 03:27 | |
*** pberis has quit IRC | 03:28 | |
*** pberis has joined #openstack-dev | 03:28 | |
*** matsuhashi has quit IRC | 03:29 | |
*** matsuhashi has joined #openstack-dev | 03:30 | |
*** changbl has quit IRC | 03:31 | |
*** matsuhashi has quit IRC | 03:35 | |
*** ayoung has quit IRC | 03:36 | |
*** nachi has left #openstack-dev | 03:36 | |
*** buzztroll has quit IRC | 03:37 | |
*** aditirav has joined #openstack-dev | 03:38 | |
*** galstrom is now known as galstrom_zzz | 03:38 | |
*** aditirav has quit IRC | 03:38 | |
*** aditirav has joined #openstack-dev | 03:38 | |
*** rcrit has quit IRC | 03:39 | |
*** jasdeepH has joined #openstack-dev | 03:40 | |
*** krast has joined #openstack-dev | 03:40 | |
*** mrda has quit IRC | 03:41 | |
*** krast has quit IRC | 03:41 | |
*** nati_ueno has joined #openstack-dev | 03:41 | |
*** willingc has quit IRC | 03:41 | |
*** kbrierly has quit IRC | 03:42 | |
*** willingc has joined #openstack-dev | 03:42 | |
*** galstrom_zzz is now known as galstrom | 03:49 | |
*** rnirmal has quit IRC | 03:50 | |
*** sushils has quit IRC | 03:50 | |
*** carl_baldwin has quit IRC | 03:52 | |
*** mrda has joined #openstack-dev | 03:54 | |
*** arata has quit IRC | 03:55 | |
*** sushils has joined #openstack-dev | 03:55 | |
*** melwitt has quit IRC | 03:58 | |
*** claytonc has quit IRC | 04:01 | |
*** sushils has quit IRC | 04:02 | |
*** Mandell has joined #openstack-dev | 04:02 | |
*** paragan has quit IRC | 04:04 | |
*** Ryan_Lane has joined #openstack-dev | 04:04 | |
*** sushils has joined #openstack-dev | 04:05 | |
*** nati_ueno has quit IRC | 04:06 | |
*** nati_ueno has joined #openstack-dev | 04:06 | |
*** aditirav_ has joined #openstack-dev | 04:07 | |
*** buzztroll has joined #openstack-dev | 04:10 | |
*** aditirav has quit IRC | 04:10 | |
*** aditirav_ is now known as aditirav | 04:10 | |
*** sushils has quit IRC | 04:12 | |
*** arata has joined #openstack-dev | 04:14 | |
*** arata has left #openstack-dev | 04:15 | |
*** galstrom is now known as galstrom_zzz | 04:18 | |
*** jasondotstar has quit IRC | 04:20 | |
*** singhs has quit IRC | 04:20 | |
*** ArxCruz has quit IRC | 04:22 | |
*** ArxCruz has joined #openstack-dev | 04:23 | |
*** DennyZhang has joined #openstack-dev | 04:24 | |
*** aeperezt has quit IRC | 04:25 | |
*** kushal has joined #openstack-dev | 04:25 | |
*** jcooley_ has quit IRC | 04:29 | |
*** bdpayne has joined #openstack-dev | 04:30 | |
*** kumaranvram has joined #openstack-dev | 04:32 | |
*** markwash has joined #openstack-dev | 04:33 | |
*** galstrom_zzz is now known as galstrom | 04:35 | |
*** jasondotstar has joined #openstack-dev | 04:37 | |
*** mriedem has quit IRC | 04:38 | |
*** lbragstad has quit IRC | 04:39 | |
*** kumaranvram has quit IRC | 04:40 | |
*** dcahill has quit IRC | 04:41 | |
*** nkinder has quit IRC | 04:43 | |
*** matsuhashi has joined #openstack-dev | 04:46 | |
*** buddha_dai has joined #openstack-dev | 04:47 | |
*** aditirav has quit IRC | 04:47 | |
*** sumanthns has joined #openstack-dev | 04:50 | |
*** aditirav has joined #openstack-dev | 04:50 | |
*** aditirav has joined #openstack-dev | 04:51 | |
*** nkinder has joined #openstack-dev | 04:51 | |
*** willingc has quit IRC | 04:53 | |
*** balar has quit IRC | 04:55 | |
*** dsirrine has quit IRC | 05:00 | |
*** SergeyLukjanov has joined #openstack-dev | 05:00 | |
*** nati_uen_ has joined #openstack-dev | 05:00 | |
*** nati_ueno has quit IRC | 05:03 | |
*** buzztroll has quit IRC | 05:03 | |
*** nati_uen_ is now known as nati_ueno | 05:04 | |
*** buzztroll has joined #openstack-dev | 05:04 | |
*** mihgen has joined #openstack-dev | 05:06 | |
*** buzztroll has quit IRC | 05:08 | |
*** jasondotstar has quit IRC | 05:10 | |
*** jcooley_ has joined #openstack-dev | 05:13 | |
*** rdas has joined #openstack-dev | 05:13 | |
*** sarob has joined #openstack-dev | 05:15 | |
*** galstrom is now known as galstrom_zzz | 05:15 | |
*** buzztroll has joined #openstack-dev | 05:16 | |
*** jecarey has quit IRC | 05:18 | |
*** boris-42 has joined #openstack-dev | 05:18 | |
*** neelashah has quit IRC | 05:18 | |
*** renlt has quit IRC | 05:20 | |
*** mohits_ has joined #openstack-dev | 05:21 | |
*** nosnos has quit IRC | 05:23 | |
*** nosnos has joined #openstack-dev | 05:23 | |
*** danwent has joined #openstack-dev | 05:25 | |
*** prekarat has joined #openstack-dev | 05:26 | |
*** jcooley_ has quit IRC | 05:27 | |
*** jcooley_ has joined #openstack-dev | 05:28 | |
*** jcooley_ has quit IRC | 05:32 | |
*** buzztroll has quit IRC | 05:33 | |
*** buzztroll has joined #openstack-dev | 05:34 | |
*** buzztroll has quit IRC | 05:35 | |
*** prekarat has quit IRC | 05:35 | |
*** prekarat has joined #openstack-dev | 05:35 | |
*** buzztroll has joined #openstack-dev | 05:35 | |
*** mihgen has quit IRC | 05:35 | |
*** sdake_ has joined #openstack-dev | 05:35 | |
*** changbl has joined #openstack-dev | 05:38 | |
*** paragan has joined #openstack-dev | 05:39 | |
*** paragan has joined #openstack-dev | 05:39 | |
*** steven-weston has joined #openstack-dev | 05:43 | |
*** DennyZhang has quit IRC | 05:43 | |
*** sdake_ has quit IRC | 05:43 | |
*** sdake_ has joined #openstack-dev | 05:43 | |
*** mrda has quit IRC | 05:46 | |
*** bvandenh has joined #openstack-dev | 05:47 | |
*** berendt has joined #openstack-dev | 05:48 | |
*** buzztroll has quit IRC | 05:49 | |
*** rohitk has joined #openstack-dev | 05:49 | |
*** buzztroll has joined #openstack-dev | 05:49 | |
*** rcleere has quit IRC | 05:51 | |
*** loq_mac has joined #openstack-dev | 05:51 | |
*** loq_mac has quit IRC | 05:51 | |
*** mihgen has joined #openstack-dev | 05:53 | |
*** buzztroll has quit IRC | 05:53 | |
*** nshaikh has joined #openstack-dev | 05:54 | |
*** jcooley_ has joined #openstack-dev | 05:54 | |
*** comay has quit IRC | 05:55 | |
*** vartom11117 has joined #openstack-dev | 05:55 | |
*** buzztroll has joined #openstack-dev | 05:57 | |
*** guohliu has quit IRC | 05:57 | |
*** d34dh0r53 has quit IRC | 05:59 | |
*** vartom11117 has quit IRC | 05:59 | |
*** guohliu has joined #openstack-dev | 06:00 | |
*** pablosan has quit IRC | 06:02 | |
*** SergeyLukjanov has quit IRC | 06:02 | |
*** michchap has quit IRC | 06:02 | |
*** michchap has joined #openstack-dev | 06:04 | |
*** sarob has quit IRC | 06:07 | |
*** zaitcev has quit IRC | 06:10 | |
*** ajia has quit IRC | 06:12 | |
*** tdruiva has quit IRC | 06:15 | |
*** e0ne has joined #openstack-dev | 06:15 | |
*** tdruiva has joined #openstack-dev | 06:16 | |
*** neeti has joined #openstack-dev | 06:17 | |
*** bdpayne has quit IRC | 06:18 | |
*** tdruiva has quit IRC | 06:20 | |
*** gongysh has joined #openstack-dev | 06:20 | |
*** dstanek has quit IRC | 06:21 | |
*** bdpayne has joined #openstack-dev | 06:23 | |
*** Shaan7 has joined #openstack-dev | 06:28 | |
*** nermina has quit IRC | 06:32 | |
*** nermina has joined #openstack-dev | 06:32 | |
*** rraja has quit IRC | 06:33 | |
*** nermina has quit IRC | 06:35 | |
*** aditirav has quit IRC | 06:36 | |
*** aditirav has joined #openstack-dev | 06:36 | |
*** gongysh has quit IRC | 06:37 | |
*** aditirav_ has joined #openstack-dev | 06:39 | |
*** DennyZhang has joined #openstack-dev | 06:39 | |
*** arata has joined #openstack-dev | 06:40 | |
*** alexxu has joined #openstack-dev | 06:41 | |
*** matsuhashi has quit IRC | 06:41 | |
*** alexxu is now known as Guest96171 | 06:42 | |
*** Guest96171 is now known as alex_xu | 06:42 | |
*** matsuhashi has joined #openstack-dev | 06:42 | |
*** aditirav has quit IRC | 06:42 | |
*** aditirav_ is now known as aditirav | 06:42 | |
*** prekarat has quit IRC | 06:43 | |
*** e0ne has quit IRC | 06:43 | |
*** e0ne has joined #openstack-dev | 06:44 | |
*** DennyZhang has quit IRC | 06:44 | |
*** jasdeepH has quit IRC | 06:44 | |
*** matsuhashi has quit IRC | 06:46 | |
*** bgmccollum_mobil has joined #openstack-dev | 06:47 | |
*** matsuhashi has joined #openstack-dev | 06:48 | |
*** e0ne has quit IRC | 06:48 | |
*** reidrac has joined #openstack-dev | 06:49 | |
*** jasdeepH has joined #openstack-dev | 06:49 | |
*** fifieldt has quit IRC | 06:50 | |
*** rraja has joined #openstack-dev | 06:50 | |
*** bgmccollum_mobil has quit IRC | 06:51 | |
*** eglynn has joined #openstack-dev | 06:54 | |
*** hellome has quit IRC | 06:55 | |
*** jhesketh has quit IRC | 06:55 | |
*** epim has quit IRC | 06:56 | |
*** epim has joined #openstack-dev | 06:57 | |
*** eglynn has quit IRC | 07:00 | |
*** garyk has joined #openstack-dev | 07:01 | |
*** denis_makogon has joined #openstack-dev | 07:02 | |
*** boris-42 has quit IRC | 07:02 | |
*** Nikolay_St has joined #openstack-dev | 07:03 | |
*** michchap has quit IRC | 07:03 | |
*** michchap has joined #openstack-dev | 07:04 | |
*** mohits_ has quit IRC | 07:05 | |
*** mohits_ has joined #openstack-dev | 07:05 | |
*** nosnos_ has joined #openstack-dev | 07:05 | |
*** nosnos has quit IRC | 07:05 | |
*** reidrac has quit IRC | 07:06 | |
*** prekarat has joined #openstack-dev | 07:07 | |
*** sarob has joined #openstack-dev | 07:08 | |
*** matsuhashi has quit IRC | 07:09 | |
*** matsuhashi has joined #openstack-dev | 07:10 | |
*** mohits_ has quit IRC | 07:11 | |
*** mohits_ has joined #openstack-dev | 07:11 | |
*** yolanda has joined #openstack-dev | 07:12 | |
*** matsuhas_ has joined #openstack-dev | 07:13 | |
*** sarob has quit IRC | 07:13 | |
*** matsuhashi has quit IRC | 07:14 | |
*** mohits_ has quit IRC | 07:14 | |
*** vartom11117 has joined #openstack-dev | 07:15 | |
*** mohits_ has joined #openstack-dev | 07:15 | |
*** stevemar has quit IRC | 07:16 | |
*** mohits_ has quit IRC | 07:16 | |
*** arata has quit IRC | 07:17 | |
*** arata has joined #openstack-dev | 07:17 | |
*** mohits_ has joined #openstack-dev | 07:17 | |
*** belmoreira has joined #openstack-dev | 07:20 | |
*** cfriesen_ has quit IRC | 07:22 | |
*** davidhadas has quit IRC | 07:23 | |
*** eglynn has joined #openstack-dev | 07:23 | |
*** bdpayne has quit IRC | 07:24 | |
rohitk | zul: ping | 07:24 |
*** SergeyLukjanov has joined #openstack-dev | 07:24 | |
*** romcheg has joined #openstack-dev | 07:28 | |
*** epim has quit IRC | 07:28 | |
*** SergeyLukjanov has quit IRC | 07:30 | |
*** jprovazn has joined #openstack-dev | 07:31 | |
*** eglynn has quit IRC | 07:32 | |
*** mindpixel has joined #openstack-dev | 07:34 | |
*** vartom11117 has quit IRC | 07:34 | |
*** vartom11117 has joined #openstack-dev | 07:35 | |
*** MaxV has joined #openstack-dev | 07:36 | |
*** lsmola_ has joined #openstack-dev | 07:36 | |
*** kpavel has quit IRC | 07:37 | |
*** DinaBelova has joined #openstack-dev | 07:37 | |
*** SergeyLukjanov has joined #openstack-dev | 07:38 | |
*** nsaje has joined #openstack-dev | 07:38 | |
*** amuller has joined #openstack-dev | 07:39 | |
*** lsmola_ has quit IRC | 07:39 | |
*** xqueralt has joined #openstack-dev | 07:40 | |
*** lsmola has joined #openstack-dev | 07:40 | |
*** DennyZhang has joined #openstack-dev | 07:40 | |
*** gszasz has joined #openstack-dev | 07:40 | |
*** mohits_ has quit IRC | 07:43 | |
*** DennyZhang has quit IRC | 07:44 | |
*** rraja has quit IRC | 07:44 | |
*** mohits_ has joined #openstack-dev | 07:44 | |
*** nouser1 has joined #openstack-dev | 07:44 | |
*** nouser has quit IRC | 07:46 | |
*** xga has joined #openstack-dev | 07:47 | |
*** pschaef has joined #openstack-dev | 07:48 | |
*** kpavel has joined #openstack-dev | 07:48 | |
*** devvesa has joined #openstack-dev | 07:50 | |
*** ifarkas has joined #openstack-dev | 07:51 | |
*** avishayb has joined #openstack-dev | 07:53 | |
*** yeylon_ has joined #openstack-dev | 07:53 | |
*** e0ne has joined #openstack-dev | 07:54 | |
*** MaxV has quit IRC | 07:55 | |
*** ajia has joined #openstack-dev | 07:55 | |
*** metabro has joined #openstack-dev | 07:55 | |
*** gszasz is now known as gszasz_trng | 07:56 | |
*** fbo is now known as fbo_away | 07:57 | |
*** rraja has joined #openstack-dev | 07:58 | |
*** e0ne has quit IRC | 07:58 | |
*** ndipanov_gone is now known as ndipanov | 08:02 | |
*** buzztroll has quit IRC | 08:02 | |
*** buzztroll has joined #openstack-dev | 08:02 | |
*** mihgen has quit IRC | 08:03 | |
*** nsaje has quit IRC | 08:03 | |
*** nsaje has joined #openstack-dev | 08:03 | |
*** jcoufal has joined #openstack-dev | 08:04 | |
*** marun has quit IRC | 08:06 | |
*** buzztroll has quit IRC | 08:07 | |
*** mrunge has joined #openstack-dev | 08:08 | |
*** mrunge has quit IRC | 08:08 | |
*** mrunge has joined #openstack-dev | 08:08 | |
*** nsaje has quit IRC | 08:08 | |
*** ArminderS- has quit IRC | 08:08 | |
*** mrunge has quit IRC | 08:08 | |
*** mrunge has joined #openstack-dev | 08:08 | |
*** sarob has joined #openstack-dev | 08:09 | |
*** rods has joined #openstack-dev | 08:10 | |
*** sarob has quit IRC | 08:13 | |
*** tkammer has joined #openstack-dev | 08:14 | |
*** nsaje has joined #openstack-dev | 08:14 | |
*** eglynn has joined #openstack-dev | 08:15 | |
*** sarob has joined #openstack-dev | 08:15 | |
*** mestery_ has joined #openstack-dev | 08:15 | |
*** kushal has quit IRC | 08:18 | |
*** nouser1 has quit IRC | 08:18 | |
*** jcooley_ has quit IRC | 08:18 | |
*** mestery has quit IRC | 08:19 | |
*** romcheg has quit IRC | 08:19 | |
*** sarob has quit IRC | 08:19 | |
*** eglynn has quit IRC | 08:21 | |
*** marun has joined #openstack-dev | 08:24 | |
*** marun has quit IRC | 08:25 | |
*** omachace has joined #openstack-dev | 08:25 | |
*** denis_makogon has quit IRC | 08:28 | |
*** coolsvap has quit IRC | 08:30 | |
*** jcooley_ has joined #openstack-dev | 08:30 | |
*** xga_ has joined #openstack-dev | 08:31 | |
*** kushal has joined #openstack-dev | 08:31 | |
*** jtomasek has joined #openstack-dev | 08:32 | |
*** davidhadas has joined #openstack-dev | 08:32 | |
*** xga has quit IRC | 08:33 | |
*** afazekas_ has joined #openstack-dev | 08:34 | |
*** akrivoka has joined #openstack-dev | 08:34 | |
*** akrivoka1 has joined #openstack-dev | 08:35 | |
*** akrivoka1 has quit IRC | 08:35 | |
*** akrivoka has quit IRC | 08:35 | |
*** akrivoka has joined #openstack-dev | 08:36 | |
*** marekd|away is now known as marekd | 08:36 | |
*** flaper87|afk is now known as flaper87 | 08:37 | |
*** arata has left #openstack-dev | 08:39 | |
*** romcheg has joined #openstack-dev | 08:40 | |
*** mihgen has joined #openstack-dev | 08:40 | |
*** vuntz has joined #openstack-dev | 08:40 | |
*** vuntz has quit IRC | 08:40 | |
*** vuntz has joined #openstack-dev | 08:40 | |
*** larsbutler has quit IRC | 08:41 | |
*** steven-weston has quit IRC | 08:41 | |
*** boris-42 has joined #openstack-dev | 08:41 | |
*** jhesketh_ has joined #openstack-dev | 08:41 | |
*** jhesketh__ has joined #openstack-dev | 08:41 | |
*** exed has joined #openstack-dev | 08:42 | |
*** JordanP has joined #openstack-dev | 08:42 | |
*** pfreund has joined #openstack-dev | 08:44 | |
*** boris-42_ has joined #openstack-dev | 08:45 | |
*** boris-42 has quit IRC | 08:45 | |
*** buddha_dai has quit IRC | 08:47 | |
*** kdas__ has joined #openstack-dev | 08:48 | |
*** jcooley_ has quit IRC | 08:49 | |
*** gilliard has quit IRC | 08:50 | |
*** ArminderS- has joined #openstack-dev | 08:50 | |
*** kushal has quit IRC | 08:50 | |
*** gilliard has joined #openstack-dev | 08:50 | |
*** kdas__ is now known as kushal | 08:50 | |
*** kushal has joined #openstack-dev | 08:50 | |
*** tkammer has quit IRC | 08:52 | |
*** tkammer has joined #openstack-dev | 08:52 | |
*** dachary has quit IRC | 08:53 | |
*** ilyashakhat has quit IRC | 08:53 | |
*** DinaBelova has quit IRC | 08:54 | |
*** ilyashakhat has joined #openstack-dev | 08:54 | |
*** DinaBelova has joined #openstack-dev | 08:54 | |
*** dachary has joined #openstack-dev | 08:54 | |
*** hashfail has quit IRC | 08:54 | |
*** jistr has joined #openstack-dev | 08:55 | |
*** yassine has joined #openstack-dev | 08:56 | |
*** mkerrin has quit IRC | 08:56 | |
*** corXi has joined #openstack-dev | 08:57 | |
*** nati_ueno has quit IRC | 08:59 | |
*** davidhadas_ has joined #openstack-dev | 09:00 | |
*** giulivo has joined #openstack-dev | 09:00 | |
*** yamahata_ has joined #openstack-dev | 09:01 | |
*** boden has joined #openstack-dev | 09:02 | |
*** jhesketh__ has quit IRC | 09:02 | |
*** teran has quit IRC | 09:02 | |
*** jhesketh_ has quit IRC | 09:02 | |
*** davidhadas has quit IRC | 09:03 | |
*** buzztroll has joined #openstack-dev | 09:03 | |
*** ndipanov has quit IRC | 09:03 | |
*** ndipanov has joined #openstack-dev | 09:04 | |
*** reidrac has joined #openstack-dev | 09:04 | |
*** salv-orlando has joined #openstack-dev | 09:05 | |
*** lucasagomes has joined #openstack-dev | 09:06 | |
*** buzztroll has quit IRC | 09:07 | |
*** asalkeld has quit IRC | 09:07 | |
*** rossella_s has joined #openstack-dev | 09:08 | |
*** sarob has joined #openstack-dev | 09:08 | |
*** ygbo has joined #openstack-dev | 09:09 | |
*** tkammer has quit IRC | 09:09 | |
*** tkammer has joined #openstack-dev | 09:09 | |
*** jpich has joined #openstack-dev | 09:09 | |
*** danwent has quit IRC | 09:10 | |
*** nsaje has quit IRC | 09:11 | |
*** derekh has joined #openstack-dev | 09:11 | |
*** ndipanov_ has joined #openstack-dev | 09:12 | |
*** nsaje has joined #openstack-dev | 09:12 | |
*** MaxV has joined #openstack-dev | 09:12 | |
*** sarob has quit IRC | 09:12 | |
*** ndipanov has quit IRC | 09:13 | |
*** jhesketh__ has joined #openstack-dev | 09:14 | |
*** jhesketh_ has joined #openstack-dev | 09:15 | |
*** rushiagr has joined #openstack-dev | 09:15 | |
*** corXi has quit IRC | 09:15 | |
*** nsaje has quit IRC | 09:15 | |
*** nsaje has joined #openstack-dev | 09:16 | |
*** corXi has joined #openstack-dev | 09:17 | |
*** ndipanov_ is now known as ndipanov | 09:19 | |
*** ndipanov has joined #openstack-dev | 09:19 | |
*** exed has quit IRC | 09:19 | |
*** jcooley_ has joined #openstack-dev | 09:20 | |
*** locke105 has quit IRC | 09:21 | |
*** danpb has joined #openstack-dev | 09:21 | |
*** Ryan_Lane has quit IRC | 09:21 | |
*** belmoreira has quit IRC | 09:23 | |
*** fbo_away is now known as fbo | 09:23 | |
*** michchap has quit IRC | 09:24 | |
*** buzztroll has joined #openstack-dev | 09:24 | |
*** e0ne has joined #openstack-dev | 09:24 | |
*** belmoreira has joined #openstack-dev | 09:25 | |
*** matsuhas_ has quit IRC | 09:25 | |
*** e0ne_ has joined #openstack-dev | 09:25 | |
*** athomas has joined #openstack-dev | 09:25 | |
*** matsuhashi has joined #openstack-dev | 09:25 | |
*** jcooley_ has quit IRC | 09:25 | |
*** belmoreira has quit IRC | 09:26 | |
*** SergeyLukjanov has quit IRC | 09:26 | |
*** belmoreira has joined #openstack-dev | 09:26 | |
*** michchap has joined #openstack-dev | 09:26 | |
*** e0ne has quit IRC | 09:28 | |
*** buzztroll has quit IRC | 09:29 | |
*** bingbu has quit IRC | 09:29 | |
*** eglynn has joined #openstack-dev | 09:29 | |
*** yamahata_ has quit IRC | 09:30 | |
*** matsuhashi has quit IRC | 09:30 | |
*** matsuhashi has joined #openstack-dev | 09:30 | |
*** rohitk has quit IRC | 09:32 | |
*** exed has joined #openstack-dev | 09:32 | |
*** Alexei_987 has joined #openstack-dev | 09:33 | |
*** nosnos_ has quit IRC | 09:33 | |
*** nosnos has joined #openstack-dev | 09:34 | |
*** vartom11117 is now known as vartom | 09:42 | |
*** BobBallAway is now known as BobBall | 09:44 | |
*** rods has quit IRC | 09:45 | |
*** xga__ has joined #openstack-dev | 09:50 | |
*** alexpilotti has joined #openstack-dev | 09:51 | |
*** terriyu has joined #openstack-dev | 09:51 | |
*** sahid has joined #openstack-dev | 09:52 | |
*** xga_ has quit IRC | 09:52 | |
*** asalkeld has joined #openstack-dev | 09:55 | |
*** heyongli has joined #openstack-dev | 09:59 | |
heyongli | devstack does not allow host(single) use dhcp on it's own ip address, is this becuase this dhcp will mess up the virtual networks's own dhcp server? | 10:00 |
*** mosulica has joined #openstack-dev | 10:01 | |
bauzas | morning people | 10:01 |
*** odyssey4me has joined #openstack-dev | 10:02 | |
bauzas | I have a question for logging in Oslo | 10:02 |
*** coolsvap has joined #openstack-dev | 10:03 | |
*** teran has joined #openstack-dev | 10:03 | |
bauzas | LOG = logging.getLogger('climate.openstack.common.policy') (eq. to __name__) doesn't log to stdout | 10:03 |
bauzas | I got an Exception _StringException: Empty attachments: | 10:03 |
bauzas | pythonlogging:'climate.openstack.common' | 10:03 |
bauzas | while any LOG = logging.getLogger('openstack.common.policy') does work | 10:03 |
bauzas | any idea why ? | 10:03 |
*** guohliu has quit IRC | 10:03 | |
*** nsaje has quit IRC | 10:04 | |
*** davidhadas has joined #openstack-dev | 10:05 | |
*** ilyashakhat has quit IRC | 10:06 | |
*** ilyashakhat has joined #openstack-dev | 10:07 | |
*** arata has joined #openstack-dev | 10:07 | |
*** erkules_ is now known as erkules | 10:07 | |
*** feleouet has joined #openstack-dev | 10:08 | |
*** davidhadas_ has quit IRC | 10:08 | |
*** sarob has joined #openstack-dev | 10:08 | |
*** aspiers has joined #openstack-dev | 10:08 | |
*** nati_ueno has joined #openstack-dev | 10:09 | |
*** teran_ has joined #openstack-dev | 10:09 | |
*** teran has quit IRC | 10:09 | |
*** tdruiva has joined #openstack-dev | 10:09 | |
*** nati_ueno has quit IRC | 10:11 | |
*** teran has joined #openstack-dev | 10:12 | |
*** sarob has quit IRC | 10:13 | |
*** SergeyLukjanov has joined #openstack-dev | 10:13 | |
*** iartarisi has joined #openstack-dev | 10:13 | |
*** teran_ has quit IRC | 10:14 | |
*** sushils has joined #openstack-dev | 10:15 | |
*** SergeyLukjanov has quit IRC | 10:15 | |
*** lsmola has quit IRC | 10:16 | |
*** SergeyLukjanov has joined #openstack-dev | 10:16 | |
*** vks has joined #openstack-dev | 10:16 | |
*** jprovazn has quit IRC | 10:16 | |
*** pixelb has joined #openstack-dev | 10:16 | |
*** avishayb has quit IRC | 10:19 | |
*** MaxV has quit IRC | 10:21 | |
*** rods has joined #openstack-dev | 10:22 | |
*** jcooley_ has joined #openstack-dev | 10:22 | |
*** omachace has quit IRC | 10:22 | |
*** adalbas has joined #openstack-dev | 10:23 | |
*** nsaje has joined #openstack-dev | 10:23 | |
*** MaxV has joined #openstack-dev | 10:24 | |
*** mohits_ has quit IRC | 10:25 | |
*** buzztroll has joined #openstack-dev | 10:25 | |
*** omachace has joined #openstack-dev | 10:25 | |
*** mohits_ has joined #openstack-dev | 10:25 | |
*** mmagr has joined #openstack-dev | 10:26 | |
*** larsbutler_ has joined #openstack-dev | 10:28 | |
*** jcooley_ has quit IRC | 10:28 | |
*** larsbutler_ has left #openstack-dev | 10:29 | |
*** lsmola has joined #openstack-dev | 10:29 | |
*** larsbutler has joined #openstack-dev | 10:29 | |
*** willingc has joined #openstack-dev | 10:31 | |
*** prekarat1 has joined #openstack-dev | 10:32 | |
*** prekarat has quit IRC | 10:33 | |
*** nsaje has quit IRC | 10:36 | |
*** prekarat1 has quit IRC | 10:36 | |
*** nsaje has joined #openstack-dev | 10:37 | |
*** nsaje has quit IRC | 10:37 | |
*** nsaje has joined #openstack-dev | 10:38 | |
*** yamahata_ has joined #openstack-dev | 10:38 | |
*** xga__ has quit IRC | 10:40 | |
*** jprovazn has joined #openstack-dev | 10:41 | |
*** nsaje has quit IRC | 10:42 | |
*** xga has joined #openstack-dev | 10:43 | |
*** faramir has quit IRC | 10:44 | |
*** lsmola has quit IRC | 10:44 | |
*** lsmola has joined #openstack-dev | 10:45 | |
*** nsaje has joined #openstack-dev | 10:46 | |
*** terriyu has quit IRC | 10:47 | |
*** tdruiva has quit IRC | 10:48 | |
*** tdruiva has joined #openstack-dev | 10:49 | |
*** marun has joined #openstack-dev | 10:49 | |
*** marun has quit IRC | 10:49 | |
*** tdruiva has quit IRC | 10:50 | |
*** safchain has joined #openstack-dev | 10:50 | |
*** tkammer has quit IRC | 10:50 | |
*** tdruiva has joined #openstack-dev | 10:51 | |
*** gszasz_trng is now known as gszasz | 10:52 | |
*** davidhadas has quit IRC | 10:52 | |
*** gszasz is now known as gszasz_lunch | 10:53 | |
*** davidhadas has joined #openstack-dev | 10:53 | |
*** mkollaro has joined #openstack-dev | 10:53 | |
*** Alexei_987 has quit IRC | 10:53 | |
*** tdruiva has quit IRC | 10:55 | |
*** buzztroll has quit IRC | 10:56 | |
*** sushils has quit IRC | 10:56 | |
*** buzztroll has joined #openstack-dev | 10:56 | |
*** vladan_ has joined #openstack-dev | 10:56 | |
*** boris-42_ is now known as boris-42 | 10:56 | |
*** prekarat has joined #openstack-dev | 10:57 | |
*** matsuhashi has quit IRC | 10:58 | |
*** heyongli has quit IRC | 10:59 | |
*** matsuhashi has joined #openstack-dev | 10:59 | |
*** vladan has quit IRC | 10:59 | |
*** vladan_ is now known as vladan | 10:59 | |
*** asalkeld has quit IRC | 10:59 | |
*** asalkeld has joined #openstack-dev | 10:59 | |
*** buzztroll has quit IRC | 11:01 | |
*** rohitk has joined #openstack-dev | 11:02 | |
*** prekarat has quit IRC | 11:03 | |
*** ajia has quit IRC | 11:03 | |
*** matsuhashi has quit IRC | 11:04 | |
*** avishayb has joined #openstack-dev | 11:05 | |
*** kushal has quit IRC | 11:07 | |
*** coolsvap has quit IRC | 11:07 | |
*** rfolco has joined #openstack-dev | 11:08 | |
*** sarob has joined #openstack-dev | 11:08 | |
*** sarob has quit IRC | 11:12 | |
*** rongze has quit IRC | 11:18 | |
*** rods has quit IRC | 11:18 | |
*** rohitk has quit IRC | 11:18 | |
*** jtomasek has quit IRC | 11:19 | |
*** jtomasek has joined #openstack-dev | 11:19 | |
*** yaguang has quit IRC | 11:20 | |
*** CaptTofu has quit IRC | 11:21 | |
*** CaptTofu has joined #openstack-dev | 11:22 | |
*** alex_xu has quit IRC | 11:25 | |
*** jcooley_ has joined #openstack-dev | 11:25 | |
*** CaptTofu has quit IRC | 11:27 | |
*** schwicht has joined #openstack-dev | 11:27 | |
*** SergeyLukjanov has quit IRC | 11:30 | |
*** tkammer has joined #openstack-dev | 11:30 | |
*** marun has joined #openstack-dev | 11:31 | |
*** tdruiva has joined #openstack-dev | 11:31 | |
*** mindpixel has quit IRC | 11:31 | |
*** SergeyLukjanov has joined #openstack-dev | 11:32 | |
*** pcm_ has joined #openstack-dev | 11:34 | |
*** pcm_ has quit IRC | 11:34 | |
*** pcm_ has joined #openstack-dev | 11:35 | |
*** MaxV has quit IRC | 11:36 | |
*** tkammer has quit IRC | 11:44 | |
*** tkammer has joined #openstack-dev | 11:44 | |
*** DuncanT- has quit IRC | 11:45 | |
*** DuncanT- has joined #openstack-dev | 11:46 | |
*** DuncanT- is now known as DuncanT | 11:46 | |
*** tdruiva has quit IRC | 11:47 | |
*** tdruiva has joined #openstack-dev | 11:47 | |
*** ilyashakhat has quit IRC | 11:47 | |
*** ilyashakhat has joined #openstack-dev | 11:48 | |
*** ben_duyujie has joined #openstack-dev | 11:48 | |
*** SergeyLukjanov has quit IRC | 11:51 | |
*** yeylon_ has quit IRC | 11:51 | |
*** e0ne_ has quit IRC | 11:53 | |
*** buzztroll has joined #openstack-dev | 11:57 | |
*** e0ne has joined #openstack-dev | 11:57 | |
*** arata has left #openstack-dev | 11:57 | |
*** rods has joined #openstack-dev | 11:58 | |
*** jcooley_ has quit IRC | 11:59 | |
*** belmoreira has quit IRC | 11:59 | |
*** mosulica has quit IRC | 12:00 | |
*** davidhadas_ has joined #openstack-dev | 12:02 | |
*** lucasagomes is now known as lucas-hungry | 12:02 | |
*** amotoki has quit IRC | 12:03 | |
*** kushal has joined #openstack-dev | 12:03 | |
*** galstrom_zzz is now known as galstrom | 12:04 | |
*** davidhadas has quit IRC | 12:05 | |
bogdando | hello. Can you share any ideas regarding https://bugs.launchpad.net/oslo/+bug/904307 status? Is it possible to use application/service name aka syslog tag in openstack logging? | 12:05 |
uvirtbot | Launchpad bug 904307 in oslo "Application/server name not available in service logs" [Wishlist,Confirmed] | 12:05 |
*** galstrom is now known as galstrom_zzz | 12:05 | |
*** sushils has joined #openstack-dev | 12:06 | |
*** ruhe has joined #openstack-dev | 12:08 | |
*** kashyap has quit IRC | 12:08 | |
*** yeylon_ has joined #openstack-dev | 12:08 | |
*** sarob has joined #openstack-dev | 12:08 | |
*** davidhadas has joined #openstack-dev | 12:09 | |
*** davidhadas_ has quit IRC | 12:12 | |
*** rongze has joined #openstack-dev | 12:13 | |
*** kashyap has joined #openstack-dev | 12:13 | |
*** sarob has quit IRC | 12:14 | |
*** rraja has quit IRC | 12:14 | |
*** shakayumi has joined #openstack-dev | 12:17 | |
*** mrunge has quit IRC | 12:18 | |
*** markmc has joined #openstack-dev | 12:23 | |
*** sumanthns has quit IRC | 12:24 | |
*** nati_ueno has joined #openstack-dev | 12:24 | |
*** odyssey4me has quit IRC | 12:26 | |
*** belmoreira has joined #openstack-dev | 12:26 | |
*** aditirav has quit IRC | 12:29 | |
*** tmclaugh[work] has joined #openstack-dev | 12:30 | |
*** buzztroll has quit IRC | 12:30 | |
*** morazi has joined #openstack-dev | 12:30 | |
*** ruhe has quit IRC | 12:32 | |
*** rods has quit IRC | 12:32 | |
*** jtomasek has quit IRC | 12:33 | |
*** salv-orlando has quit IRC | 12:34 | |
*** davidhadas_ has joined #openstack-dev | 12:35 | |
*** jtomasek has joined #openstack-dev | 12:35 | |
*** KeithSharp has quit IRC | 12:37 | |
*** davidhadas has quit IRC | 12:38 | |
*** evgenyf has joined #openstack-dev | 12:38 | |
*** KeithSharp has joined #openstack-dev | 12:39 | |
*** jtomasek has quit IRC | 12:41 | |
*** vkmc has joined #openstack-dev | 12:42 | |
*** salv-orlando has joined #openstack-dev | 12:43 | |
*** jtomasek has joined #openstack-dev | 12:43 | |
*** prekarat has joined #openstack-dev | 12:45 | |
*** paragan has quit IRC | 12:45 | |
*** jhesketh_ has quit IRC | 12:45 | |
*** pfreund has quit IRC | 12:46 | |
*** prekarat has quit IRC | 12:48 | |
*** prekarat has joined #openstack-dev | 12:48 | |
*** morazi has quit IRC | 12:48 | |
*** morazi has joined #openstack-dev | 12:48 | |
*** MaxV has joined #openstack-dev | 12:49 | |
*** markmc has quit IRC | 12:49 | |
*** gargya has joined #openstack-dev | 12:50 | |
*** shakayumi has quit IRC | 12:51 | |
*** gszasz_lunch has quit IRC | 12:51 | |
*** gszasz has joined #openstack-dev | 12:52 | |
*** jcooley_ has joined #openstack-dev | 12:55 | |
*** gargya_ has joined #openstack-dev | 12:56 | |
*** jruzicka has joined #openstack-dev | 12:57 | |
*** gargya has quit IRC | 12:57 | |
*** gargya_ is now known as gargya | 12:57 | |
*** davidhadas has joined #openstack-dev | 12:57 | |
*** TheMistyMay has joined #openstack-dev | 12:57 | |
*** nshaikh has left #openstack-dev | 12:58 | |
*** rods has joined #openstack-dev | 12:58 | |
*** noslzzp has joined #openstack-dev | 12:58 | |
*** stevemar has joined #openstack-dev | 12:59 | |
*** davidhadas_ has quit IRC | 13:00 | |
*** dkranz has joined #openstack-dev | 13:00 | |
*** jcooley_ has quit IRC | 13:00 | |
ttx | markmcclain: around ? | 13:01 |
markmcclain | yep | 13:01 |
*** raildo has quit IRC | 13:01 | |
*** s2r2 has left #openstack-dev | 13:01 | |
ttx | markmcclain: ok, let's see how we do this | 13:01 |
*** rcrit has joined #openstack-dev | 13:02 | |
markmcclain | always fun being first :) | 13:02 |
ttx | no kidding | 13:02 |
*** afazekas_ has quit IRC | 13:02 | |
*** mkollaro has quit IRC | 13:02 | |
ttx | https://blueprints.launchpad.net/neutron/icehouse would be a start | 13:02 |
ttx | markmcclain: how far into blueprint submission do you think you are at this point ? | 13:03 |
ttx | I see 36 blueprints, mostly targeted to icehouse-1 | 13:03 |
ttx | most of them not prioritized yet | 13:03 |
markmcclain | yeah I think we're missing several | 13:04 |
ttx | icehouse-1 is December 3-5 | 13:04 |
ttx | so anythign atrgeted there that isn't already in progress is very unlikely to make it | 13:04 |
ttx | targeted* | 13:04 |
markmcclain | when I was going over the project plan with the team the correspondence was good enough | 13:04 |
zul | rohit: pong | 13:05 |
markmcclain | yeah most of icehouse-1 is going to be spent on addressing the test stability issues and will be bug fixes | 13:05 |
ttx | markmcclain: should we push to i-2 everything and then selectively target to i-1 ? | 13:05 |
markmcclain | yes | 13:05 |
ttx | I know a lot of people targeted i-1 just because it was the only one available as of 10 days ago | 13:05 |
ttx | markmcclain: is there anything that should be left in i-1 ? | 13:05 |
ttx | there are a few under code review apparently | 13:06 |
markmcclain | https://blueprints.launchpad.net/neutron/+spec/remove-mox | 13:06 |
markmcclain | should stay | 13:06 |
ttx | radware-driver-for-lbaas too (implemented) | 13:07 |
*** YorikSar has quit IRC | 13:07 | |
ttx | bsn-dhcp-agent-scheduler and nsx-integrated-services are marked under code review, too | 13:07 |
markmcclain | because of the testing policy that won't merge | 13:07 |
markmcclain | same with embrane | 13:07 |
markmcclain | they need to have external testing setup before we can accept the new drivers | 13:08 |
ttx | ok | 13:08 |
*** mkollaro has joined #openstack-dev | 13:08 | |
*** dolphm has joined #openstack-dev | 13:08 | |
ttx | so just remove-mox and radware-driver-for-lbaas ? | 13:08 |
markmcclain | and https://blueprints.launchpad.net/neutron/+spec/bsn-dhcp-agent-scheduler | 13:08 |
*** sarob has joined #openstack-dev | 13:08 | |
*** bvandenh has quit IRC | 13:08 | |
markmcclain | if you work your magic to mass move .. I'll clean up the i2/i3 split | 13:09 |
ttx | markmcclain: OK, I'll let you push to i-2 everything else, I have someone else lined up in 7 min | 13:09 |
ttx | ah, hmm, no magic here | 13:09 |
markmcclain | ok.. I'll move them | 13:09 |
ttx | the goal is to have a clean i-1 map today, I think you have it with those 3 | 13:10 |
ttx | anything else that should be added and targeted to i-1 ? | 13:10 |
ttx | like new blueprints to cover stuff being done then ? | 13:10 |
markmcclain | most of what we're working on is bugs | 13:10 |
ttx | You have 7 critical bugs, should they all be targeted to i-1 as well ? | 13:12 |
*** zodiak has quit IRC | 13:12 | |
ttx | https://bugs.launchpad.net/bugs/1230407 and https://bugs.launchpad.net/bugs/1236439 missing from it | 13:12 |
uvirtbot | Launchpad bug 1230407 in neutron "VMs can't progress through state changes because Neutron is deadlocking on it's database queries, and thus leaving networks in inconsistent states" [Critical,Confirmed] | 13:12 |
*** achampion has quit IRC | 13:12 | |
markmcclain | a few are still in triaging | 13:12 |
markmcclain | we discussed the at our meeting yesterday | 13:12 |
*** sarob has quit IRC | 13:13 | |
*** akrivoka has quit IRC | 13:13 | |
ttx | ok, that sounds reasonable | 13:13 |
*** mohits_ has quit IRC | 13:14 | |
*** afazekas_ has joined #openstack-dev | 13:14 | |
ttx | markmcclain: ok, I think we'll be good if you fix i-1 and make it look good and complete | 13:14 |
*** richardboswell has quit IRC | 13:14 | |
ttx | i-2/i-3 can be worked on a bit later | 13:15 |
ttx | but i-1 is coming fast | 13:15 |
markmcclain | yeah..I'll fix the items up | 13:15 |
ttx | "Icehouse 1 is coming" | 13:15 |
markmcclain | Dec-5 is too almost too soon | 13:15 |
*** akrivoka has joined #openstack-dev | 13:15 | |
ttx | markmcclain: yes, retrospectively... it's more of a catch-up for early work | 13:15 |
ttx | markmcclain: also if you had anything that landed since icehouse dev was opened... you should retroactively create a blueprint to cover it | 13:16 |
markmcclain | ok.. I think nearly all items have been bugs | 13:16 |
markmcclain | but I'll double check the logs | 13:16 |
ttx | markmcclain: thx! | 13:16 |
ttx | dhellmann: you around ? | 13:17 |
dhellmann | ttx: here | 13:17 |
*** salv-orlando has quit IRC | 13:17 | |
*** mosulica has joined #openstack-dev | 13:17 | |
ttx | Looking at https://blueprints.launchpad.net/oslo/icehouse | 13:17 |
ttx | how complete would you say this is ? | 13:18 |
ttx | bp filing still in progress ? | 13:18 |
*** dprince has joined #openstack-dev | 13:18 | |
dhellmann | there are some database blueprints that are open, but not targeted. boris-42's team is going to get that done this week | 13:18 |
dhellmann | obviously none of those will go into i-1 :-) | 13:19 |
dhellmann | a lot of it represents work in progress | 13:19 |
ttx | ok, so https://launchpad.net/oslo/+milestone/icehouse-1 is mostly complete ? | 13:19 |
dhellmann | yes | 13:19 |
ttx | dhellmann: you should go over each of them and assign a priority | 13:19 |
dhellmann | although that oslo-more-filters bp is a new one I hadn't seen until this morning, so I need to look into that | 13:19 |
ttx | (if you like them all) | 13:19 |
dhellmann | ok, I'll do that today | 13:20 |
*** marun has quit IRC | 13:20 | |
ttx | dhellmann: fwiw on the rootwrap one my goal is to complete the separation in i-1 and then get it adopted by consuming projects over i-2 (and cleaned up from oslo by the end of i-2) | 13:20 |
dhellmann | that sounds reasonable | 13:21 |
ttx | not a lot of work, just need to learn new tricks... so it should be done by i-1 | 13:21 |
dhellmann | so, high priority? | 13:21 |
*** gordc has joined #openstack-dev | 13:21 | |
ttx | dhellmann: I'm fine with that | 13:21 |
dhellmann | done | 13:21 |
ttx | logging-and-notification: not started yet ? can be completed in the next two weeks ? | 13:22 |
dhellmann | I asked jd__ about that a few minutes ago, and he assures me yes | 13:22 |
*** richardboswell has joined #openstack-dev | 13:22 | |
dhellmann | it's a relatively small driver class, I think | 13:22 |
jd__ | and I'll start this week | 13:22 |
ttx | dhellmann: ok, so the goal for today is to have a clean plan for icehouse-1 | 13:23 |
ttx | dhellmann: set priorities for everything under that | 13:23 |
dhellmann | ok | 13:23 |
dhellmann | I've been focusing on the blueprints, but do you want bugs targeted, too? | 13:23 |
ttx | and also if stuff landed in the last two months (since icehouse opened) you can retroactively create "implemented" BP to cover for that | 13:23 |
ttx | bugs are slightly less urgent | 13:24 |
*** neeti has quit IRC | 13:24 | |
ttx | and you have no critical ones | 13:24 |
dhellmann | ok, I'll review the commit logs to make sure features are covered by a blueprint | 13:24 |
ttx | dhellmann: looks good | 13:25 |
tellesnobrega | hi, anyone from nova here? i have some questions about notifications that nova get from keystone | 13:25 |
dhellmann | ttx: it's a short list :-) | 13:25 |
ttx | dhellmann: so yes, only the oslo-more-filters stuff is a bit of an unknown | 13:26 |
*** avishayb has quit IRC | 13:26 | |
ttx | would be nice to clarify it today before the meeting so that we can present a clear status | 13:26 |
dhellmann | there's a patchset for that one, but the bp status isn't updated | 13:26 |
ttx | (although there will always be late additions) | 13:26 |
ttx | oh, so shoudl I set it to "Good progress" ? | 13:26 |
dhellmann | I'll ask | 13:26 |
dhellmann | I'll do that, after I look at the patch | 13:27 |
*** buzztroll has joined #openstack-dev | 13:27 | |
ttx | "started", at a minimum | 13:27 |
* ttx doesn't like "unknown" as a status, looks sloppy | 13:27 | |
dhellmann | oh, I guess I can't change the status | 13:27 |
ttx | dhellmann: hah. Let's fix that | 13:27 |
dhellmann | I can change "Implementation" | 13:27 |
dhellmann | ok, that also changed the status field | 13:28 |
dhellmann | fun with launchpad! | 13:28 |
ttx | dhellmann: yes, the other field can't be set. Don't ask. | 13:28 |
ttx | "implemenattion" is what I mean when I say "status" | 13:28 |
dhellmann | ok | 13:28 |
*** kushal has quit IRC | 13:29 | |
dhellmann | it's marked as started now, and I'll talk to Jay today about the target | 13:29 |
dhellmann | there are a lot of +1 votes, and several patchsets, so this may just need core reviewer attention | 13:29 |
ttx | dhellmann: ok, and set priorities for everything you keep in i-1 | 13:29 |
dhellmann | is there a list somewhere of what the priorities "mean"? | 13:29 |
ttx | yes, actually | 13:30 |
ttx | https://wiki.openstack.org/wiki/Blueprints#Priority | 13:30 |
ttx | dhellmann: other questions ? | 13:30 |
dhellmann | not for today, I think I'm all set | 13:31 |
ttx | dhellmann: awesome, thx! | 13:31 |
dhellmann | thanks! | 13:31 |
ttx | jd__: next! | 13:31 |
*** buzztroll has quit IRC | 13:31 | |
ttx | 15minutes sounds like the bare minimum for this | 13:31 |
*** martines has quit IRC | 13:32 | |
jd__ | ttx: listening | 13:32 |
ttx | jd__: looking at https://blueprints.launchpad.net/ceilometer/icehouse -- looks like a lot of stuff still needs to be filed, which is OK | 13:32 |
*** bpokorny has quit IRC | 13:32 | |
ttx | (or does that represent the whole plan as you know it ?) | 13:32 |
jd__ | I confirm I know that at least eglynn needs to write things | 13:32 |
ttx | OK, what about https://launchpad.net/ceilometer/+milestone/icehouse-1 -- is that a fair representation of the work likely to land by December 3-5 ? | 13:33 |
jd__ | ttx: I think so | 13:33 |
*** epopt37 has quit IRC | 13:34 | |
ttx | You have two "not started" in there | 13:34 |
eglynn | ttx, jd__: yep, we agreed to have all Icehouse blueprints filed by tomorrow's weekly metering meeting | 13:34 |
*** thomasem has joined #openstack-dev | 13:34 | |
jd__ | support-resources-pipeline-item is not that big so I'm not really scared yet | 13:34 |
ttx | eglynn: anything that would land before icehouse-1 ? | 13:35 |
eglynn | ttx, jd__: (I wasn't planning to target any at icehouse-1) | 13:35 |
jd__ | I don't know about zabbix-agent-adoption but it's low prio | 13:35 |
ttx | eglynn: ack | 13:35 |
ttx | jd__: ok | 13:35 |
jd__ | I removed the milestone of a couple of bug too | 13:35 |
*** nosnos has quit IRC | 13:35 | |
ttx | jd__: was there anything which landed since we opened icehouse dev in September and that we should track here ? | 13:35 |
jd__ | ttx: only sqlalchemy-metadata-query that we already track here :) | 13:36 |
*** richardboswell has quit IRC | 13:36 | |
ttx | Fine by me | 13:36 |
*** richardboswell has joined #openstack-dev | 13:37 | |
jd__ | anything else ttx? | 13:38 |
ttx | looking | 13:38 |
jd__ | ok :) | 13:38 |
ttx | as you can see, I don't prepare this in advance | 13:39 |
*** bswartz has quit IRC | 13:39 | |
* jd__ doesn't move | 13:39 | |
jd__ | hehe | 13:39 |
*** bvandenh has joined #openstack-dev | 13:39 | |
ttx | jd__: no, you seem to have a good handle on this, at least as far as i-1 is concerned, which is today's goal | 13:39 |
*** lbragstad has joined #openstack-dev | 13:40 | |
jd__ | great! | 13:40 |
ttx | jd__: looks good to me. See you at the meeting tonight | 13:40 |
* jd__ nods | 13:40 | |
ttx | jd__: goal is to make it short and interesting for everyone, instead of dead boring | 13:41 |
*** rdas has quit IRC | 13:41 | |
*** FunnyLookinHat has joined #openstack-dev | 13:41 | |
*** vills_ has joined #openstack-dev | 13:42 | |
*** nsaje has quit IRC | 13:42 | |
*** nsaje has joined #openstack-dev | 13:43 | |
*** vills_ has quit IRC | 13:43 | |
*** zodiak has joined #openstack-dev | 13:45 | |
*** kushal has joined #openstack-dev | 13:46 | |
*** lucas-hungry is now known as lucasagomes | 13:46 | |
*** sandywalsh_ has joined #openstack-dev | 13:46 | |
*** epopt37 has joined #openstack-dev | 13:46 | |
*** nsaje has quit IRC | 13:47 | |
*** yamahata_ has quit IRC | 13:48 | |
*** dstanek has joined #openstack-dev | 13:48 | |
*** rods has quit IRC | 13:48 | |
*** evgenyf has quit IRC | 13:48 | |
*** yamahata_ has joined #openstack-dev | 13:49 | |
*** marun has joined #openstack-dev | 13:49 | |
*** kevinconway has quit IRC | 13:50 | |
*** wenjianhn has quit IRC | 13:51 | |
*** sgordon has joined #openstack-dev | 13:53 | |
*** sgordon has joined #openstack-dev | 13:53 | |
*** bpokorny has joined #openstack-dev | 13:53 | |
*** rdas has joined #openstack-dev | 13:53 | |
*** arata has joined #openstack-dev | 13:55 | |
*** SergeyLukjanov has joined #openstack-dev | 13:55 | |
*** vladikr has joined #openstack-dev | 13:55 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 13:55 | |
*** dbalog has joined #openstack-dev | 13:55 | |
*** Cotes has joined #openstack-dev | 13:56 | |
*** _SergeyLukjanov is now known as SergeyLukjanov | 13:56 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 13:56 | |
*** jcooley_ has joined #openstack-dev | 13:57 | |
*** sandywalsh__ has joined #openstack-dev | 13:58 | |
*** davidhadas_ has joined #openstack-dev | 13:58 | |
*** gargya_ has joined #openstack-dev | 14:00 | |
*** herndon_ has joined #openstack-dev | 14:00 | |
*** dguitarbite has joined #openstack-dev | 14:00 | |
*** sandywalsh_ has quit IRC | 14:00 | |
*** _SergeyLukjanov has quit IRC | 14:00 | |
*** sandywalsh__ has quit IRC | 14:01 | |
*** davidhadas has quit IRC | 14:01 | |
*** mkollaro has quit IRC | 14:01 | |
*** mkollaro1 has joined #openstack-dev | 14:01 | |
*** SergeyLukjanov has joined #openstack-dev | 14:01 | |
*** johnthetubaguy has joined #openstack-dev | 14:01 | |
*** dkranz has quit IRC | 14:02 | |
*** afazekas_ has quit IRC | 14:02 | |
*** gargya has quit IRC | 14:02 | |
*** gargya_ is now known as gargya | 14:02 | |
*** kevinconway has joined #openstack-dev | 14:02 | |
*** coolsvap has joined #openstack-dev | 14:02 | |
*** dsirrine has joined #openstack-dev | 14:02 | |
*** yaguang has joined #openstack-dev | 14:04 | |
*** arata has left #openstack-dev | 14:04 | |
*** akrivoka has quit IRC | 14:04 | |
*** ruhe has joined #openstack-dev | 14:04 | |
*** jgrimm has joined #openstack-dev | 14:04 | |
*** tdruiva has quit IRC | 14:05 | |
*** tdruiva has joined #openstack-dev | 14:06 | |
*** sandywalsh_ has joined #openstack-dev | 14:07 | |
*** nsaje has joined #openstack-dev | 14:07 | |
*** akrivoka has joined #openstack-dev | 14:07 | |
*** jasondotstar has joined #openstack-dev | 14:08 | |
*** sarob has joined #openstack-dev | 14:08 | |
*** achampion has joined #openstack-dev | 14:08 | |
*** vartom has quit IRC | 14:10 | |
*** tdruiva has quit IRC | 14:10 | |
*** sarob has quit IRC | 14:13 | |
*** mriedem has joined #openstack-dev | 14:13 | |
*** TheMistyMay has quit IRC | 14:13 | |
*** dkranz has joined #openstack-dev | 14:14 | |
*** evgenyf has joined #openstack-dev | 14:14 | |
*** ben_duyujie has quit IRC | 14:14 | |
*** jergerber has joined #openstack-dev | 14:16 | |
tellesnobrega | russellb: ping | 14:16 |
*** gargya has quit IRC | 14:17 | |
*** rdas has quit IRC | 14:17 | |
*** DinaBelova has quit IRC | 14:17 | |
*** kbringard has joined #openstack-dev | 14:17 | |
*** jruzicka has quit IRC | 14:18 | |
*** stevemar has quit IRC | 14:18 | |
*** yamahata_ has quit IRC | 14:18 | |
*** stevemar has joined #openstack-dev | 14:18 | |
*** vks has quit IRC | 14:19 | |
sandywalsh_ | lifeless: any way to get run_tests-like detail from testr? (per test output with timings) | 14:19 |
*** carl_baldwin has joined #openstack-dev | 14:19 | |
*** Slidey has left #openstack-dev | 14:20 | |
*** Slidey has joined #openstack-dev | 14:20 | |
tellesnobrega | ttx: hi, can i ask you some questions regarding nova notifications? | 14:20 |
*** jruzicka has joined #openstack-dev | 14:20 | |
*** READ10 has joined #openstack-dev | 14:20 | |
*** eglynn is now known as eglynn-lunch | 14:21 | |
sandywalsh_ | tellesnobrega: I can probably help with notifications (if we're talking about the same thing)? | 14:22 |
*** dolphm has quit IRC | 14:23 | |
*** yamahata_ has joined #openstack-dev | 14:23 | |
*** jgrimm has quit IRC | 14:24 | |
*** blues-man has joined #openstack-dev | 14:24 | |
*** nermina has joined #openstack-dev | 14:24 | |
*** mestery_ is now known as mestery | 14:24 | |
*** changbl has quit IRC | 14:25 | |
ttx | tellesnobrega: you can ask but I may not know the answer | 14:25 |
*** DinaBelova has joined #openstack-dev | 14:25 | |
ttx | tellesnobrega: sandywalsh would know better than me. | 14:26 |
tellesnobrega | ttx: thanks, i will ask him | 14:26 |
*** neelashah has joined #openstack-dev | 14:27 | |
*** peristeri has joined #openstack-dev | 14:27 | |
*** buzztroll has joined #openstack-dev | 14:28 | |
*** dolphm has joined #openstack-dev | 14:28 | |
*** rods has joined #openstack-dev | 14:28 | |
tellesnobrega | sandywalsh_: im working on a feature involving domains and the idea is that the quotas will be stored at keystone and a notification sent to nova to get this info and update the local tables. How does this work now on nova? | 14:28 |
sandywalsh_ | tellesnobrega: hmm, nova (and most services) only generate notifications, they don't actively consume them. | 14:29 |
sandywalsh_ | tellesnobrega: the currently accepted way for services to talk is via their public api's | 14:29 |
sandywalsh_ | tellesnobrega: you *could* import nova.foo.api and make a call on the rpc directly, but that's not good practice | 14:30 |
*** jcooley_ has quit IRC | 14:30 | |
*** mfer has joined #openstack-dev | 14:30 | |
tellesnobrega | sandywalsh_: hum, so the good solution is to keystone send this information via rest api? | 14:30 |
sandywalsh_ | tellesnobrega: yes, if there is an api call in nova to update quotas. If there isn't you may need an api extension for your installation. | 14:31 |
*** bswartz has joined #openstack-dev | 14:31 | |
tellesnobrega | sandywalsh_: i think there isnt one | 14:32 |
sandywalsh_ | tellesnobrega: yeah, didn't think so. | 14:32 |
tellesnobrega | sandywalsh_: a little more work than i expected but it is doable, thanks for your help. I will get started with this | 14:32 |
sandywalsh_ | tellesnobrega: np | 14:33 |
*** avishayb has joined #openstack-dev | 14:33 | |
*** epopt37 has quit IRC | 14:34 | |
*** mrodden has joined #openstack-dev | 14:34 | |
*** vijendar has joined #openstack-dev | 14:35 | |
*** jecarey has joined #openstack-dev | 14:35 | |
*** afazekas_ has joined #openstack-dev | 14:35 | |
*** locke105 has joined #openstack-dev | 14:38 | |
*** nkinder has quit IRC | 14:41 | |
*** markmc has joined #openstack-dev | 14:41 | |
*** burt has joined #openstack-dev | 14:41 | |
*** FunnyLookinHat has quit IRC | 14:41 | |
*** alunduil has quit IRC | 14:42 | |
tellesnobrega | sandywalsh_: one notification generated by keystone, it arrives in nova? | 14:42 |
sandywalsh_ | tellesnobrega: no, notifications just go into whatever queue is defined. The only consumer right now are ceilometer (some events) and StackTach (all events) | 14:43 |
sandywalsh_ | tellesnobrega: eventually we'll have full event support in ceilometer | 14:43 |
sandywalsh_ | tellesnobrega: so, all services (nova, glance, whatever) will dump their notifications in a common queue for downstream consumption. | 14:44 |
tellesnobrega | sandywalsh_: thanks | 14:44 |
*** xga has quit IRC | 14:44 | |
*** eglynn-lunch is now known as eglynn | 14:45 | |
ttx | jgriffith: around ? | 14:45 |
*** thedodd has joined #openstack-dev | 14:46 | |
*** zul has quit IRC | 14:47 | |
*** zul has joined #openstack-dev | 14:47 | |
*** epopt37 has joined #openstack-dev | 14:47 | |
*** davidhadas_ has quit IRC | 14:48 | |
*** xga has joined #openstack-dev | 14:48 | |
*** TheMistyMay has joined #openstack-dev | 14:49 | |
*** cfriesen_ has joined #openstack-dev | 14:50 | |
tellesnobrega | sandywalsh_: the components dont have access to this common queue right? for example, nova cant see the notifications there | 14:51 |
ttx | jgriffith: around ? | 14:51 |
*** gargya has joined #openstack-dev | 14:52 | |
sandywalsh_ | tellesnobrega: correct, there are no provisions for consuming those notifications. Likely, if this happens, it will route through something like TaskFlow and come back on a different queue. | 14:52 |
*** akrivoka1 has joined #openstack-dev | 14:52 | |
*** litong has joined #openstack-dev | 14:53 | |
*** akrivoka has quit IRC | 14:54 | |
*** dolphm has quit IRC | 14:54 | |
*** mburned has joined #openstack-dev | 14:54 | |
*** jgallard has joined #openstack-dev | 14:55 | |
*** Gwyxx has joined #openstack-dev | 14:55 | |
*** akrivoka1 is now known as akrivoka | 14:55 | |
*** gargya has quit IRC | 14:56 | |
*** rohitk has joined #openstack-dev | 14:57 | |
*** richardboswell has quit IRC | 14:57 | |
*** richardboswell has joined #openstack-dev | 14:57 | |
*** viktors has joined #openstack-dev | 14:59 | |
*** sarob has joined #openstack-dev | 14:59 | |
ttx | now let's see if this works better | 15:00 |
ttx | hmm, no dolphm either | 15:00 |
*** dolphm has joined #openstack-dev | 15:02 | |
*** buzztroll has quit IRC | 15:02 | |
ttx | ah, here he comes | 15:02 |
*** salv-orlando has joined #openstack-dev | 15:02 | |
ttx | dolphm: hi! | 15:02 |
dolphm | ttx: o/ | 15:02 |
dolphm | ttx: sorry, had to change venues | 15:02 |
ttx | dolphm: no problem. Looking at https://blueprints.launchpad.net/keystone/icehouse | 15:02 |
*** kpavel has quit IRC | 15:02 | |
ttx | dolphm: aren't you on jury duty or something ? | 15:03 |
dolphm | ttx: yesterday- yes. i got my summons less than 12 hours before i was supposed to be there, so it was entirely unexpected | 15:03 |
dolphm | ttx: and yesterday was supposed to be blueprint day. | 15:03 |
*** sarob has quit IRC | 15:03 | |
ttx | dolphm: so your icehouse roadmap looks in a good shape, but I suspect it may not be complete | 15:03 |
*** rongze has quit IRC | 15:04 | |
dolphm | ttx: definitely not complete, but i think all the big ticket items are tracked | 15:04 |
*** sarob has joined #openstack-dev | 15:04 | |
ttx | Looking at https://launchpad.net/keystone/+milestone/icehouse-1 | 15:04 |
dolphm | ttx: one or two of the federation bp's could be moved to icehouse-m3 | 15:04 |
ttx | dolphm: for today we'll just try to get i-1 sane | 15:04 |
ttx | since the deadline is in only two weeks | 15:04 |
ttx | can https://launchpad.net/keystone/+milestone/icehouse-1 be considered an accurate representation of what you expect to land there ? | 15:05 |
*** bpokorny has left #openstack-dev | 15:05 | |
*** xga has quit IRC | 15:05 | |
*** xga_ has joined #openstack-dev | 15:05 | |
*** rnirmal has joined #openstack-dev | 15:05 | |
dolphm | ttx: quota storage is the only thing i suspect might slip, since the details of that shifted a bit during the summit | 15:05 |
ttx | dolphm: anything still needing to be added there ? | 15:06 |
*** haomaiwang has quit IRC | 15:06 | |
dolphm | ttx: i don't believe so | 15:06 |
ttx | dolphm: any feature which was implemented since icehouse opened in September and that we need to retroactively create a blueprint for ? | 15:06 |
dolphm | ttx: the remainder of accept-language is actually blocked by oslo now | 15:06 |
*** armax has joined #openstack-dev | 15:07 | |
ttx | dolphm: that sounds like a good thing to raise in the cross-project discussion at he meeting today | 15:07 |
*** haomaiwang has joined #openstack-dev | 15:07 | |
dolphm | ttx: ++ | 15:07 |
dolphm | updated that as Blocked | 15:07 |
*** riskable has quit IRC | 15:07 | |
dolphm | even though the keystone side of the impl is done | 15:07 |
*** tkammer has quit IRC | 15:08 | |
*** eharney has joined #openstack-dev | 15:09 | |
*** tdruiva has joined #openstack-dev | 15:09 | |
ttx | looking at bugs | 15:09 |
*** ayoung has joined #openstack-dev | 15:09 | |
*** TheMistyMay has quit IRC | 15:09 | |
dolphm | i'm like 2.5 weeks behind on bug triaging :( | 15:09 |
ttx | nothing flying under the radar there | 15:09 |
*** xga_ has quit IRC | 15:10 | |
*** bpokorny has joined #openstack-dev | 15:10 | |
ayoung | jdennis, can you restore changes https://review.openstack.org/#/c/49452/ and https://review.openstack.org/#/c/49453/ | 15:10 |
ttx | dolphm: I think you're in good shape. More work needed to beat i-2/i-3 stuff into submission, but that can wait until next week | 15:11 |
*** danielbruno has joined #openstack-dev | 15:11 | |
*** tdruiva_ has joined #openstack-dev | 15:11 | |
*** jobewan has joined #openstack-dev | 15:11 | |
*** tdruiva has quit IRC | 15:11 | |
dolphm | ttx: i'll let that slide until the end of the week then :) | 15:11 |
*** haomaiwang has quit IRC | 15:12 | |
*** mihgen has quit IRC | 15:12 | |
*** jimfehlig has joined #openstack-dev | 15:13 | |
ttx | dolphm: ok, I'm done. Questions ? | 15:13 |
jdennis | ayoung: I will restore later today, I want to merge some changes that came up in the oslo review, at the moment I'm heads down debugging a FreeRADIUS issue, I'll ping you when I'm done | 15:13 |
dolphm | ttx: from me? | 15:13 |
ttx | dolphm: yes | 15:14 |
ayoung | jdennis, sounds good. | 15:14 |
dolphm | don't think so | 15:14 |
ttx | good, no time left anyway :) | 15:14 |
dolphm | :) | 15:14 |
*** xga has joined #openstack-dev | 15:14 | |
*** rods has quit IRC | 15:14 | |
*** jimfehlig has left #openstack-dev | 15:14 | |
ttx | The court calls russellb. | 15:15 |
russellb | present! | 15:15 |
jd__ | GUILTY! | 15:15 |
ttx | Holy batman https://blueprints.launchpad.net/nova/icehouse | 15:15 |
dolphm | the honorable ttx presiding | 15:15 |
russellb | everyone thought icehouse-1 was the cool milestone | 15:16 |
ttx | It's definitely the coolest | 15:16 |
ttx | russellb: hmm, let's focus on making i-1 sane | 15:17 |
danpb | ttx: russellb btw, what should we be doing as reviewers if people create blueprints & submit patches for them without waiting approval of the blueprint - should that be an automatic -2 ? | 15:17 |
russellb | do you have a script that will unset icehouse for blueprints where the milestone was removed? | 15:17 |
ttx | russellb: is everything you prioritized likely to make it ? | 15:17 |
*** drewlander has joined #openstack-dev | 15:17 | |
ttx | russellb: yes, runs every 2 hours normally | 15:17 |
russellb | ttx: ok, looks like some from last night haven't updated | 15:18 |
garyk | boris-42: ping | 15:18 |
ttx | russellb: which one ? | 15:18 |
russellb | danpb: good question, yes, i think so. | 15:18 |
russellb | https://blueprints.launchpad.net/nova/+spec/assertequal | 15:18 |
russellb | https://blueprints.launchpad.net/nova/+spec/deprecate-scheduler-select-hosts | 15:18 |
russellb | https://blueprints.launchpad.net/nova/+spec/no-import-uuid | 15:18 |
garyk | russellb: https://blueprints.launchpad.net/nova/+spec/assertequal has been implemented and is just waiting for a tox upgrade to enfore | 15:19 |
*** joesavak has joined #openstack-dev | 15:19 | |
russellb | garyk: ok. it was just one that i closed as not really needing a blueprint | 15:19 |
ttx | russellb: definition:obsolete is not being updated | 15:19 |
russellb | but if it's implemented already, i can change it back ... | 15:19 |
garyk | russellb: ok, thank. actually it did not start as a bp, but i was asked by a core reviewer to open a bp for it | 15:20 |
*** rohitk has quit IRC | 15:20 | |
russellb | heh | 15:20 |
ttx | russellb: should have something like definition:approved | 15:20 |
ttx | any reason why they are marked obsolete ? | 15:20 |
*** peristeri has quit IRC | 15:21 | |
russellb | ttx: yes. one piece of feedback i got was that we shouldn't have blueprints for smallish things that really don't need to be tracked (non-features, non-major dev/refactoring) | 15:21 |
*** rohitk has joined #openstack-dev | 15:21 | |
russellb | ttx: so my intent was to close it out | 15:21 |
russellb | and remove it from the roadmap | 15:21 |
ttx | russellb: we'll have to clean them up manually | 15:21 |
ttx | russellb: let's focus on https://launchpad.net/nova/+milestone/icehouse-1 | 15:21 |
russellb | k | 15:21 |
ttx | russellb: is everything you prioritized there likely to make it ? | 15:22 |
ttx | (not talking about those with undefined prio yet) | 15:22 |
russellb | no.. | 15:22 |
russellb | definitely not all the Low | 15:22 |
ttx | ok | 15:22 |
russellb | and honestly, skeptical about the Medium one not started | 15:22 |
*** sthaha has quit IRC | 15:22 | |
russellb | i'll probably go ahead and bump that one | 15:22 |
ttx | but someone promised it for that date, right ? | 15:22 |
*** Mandell has quit IRC | 15:23 | |
russellb | when did icehouse-2 and icehouse-3 get created? | 15:23 |
ttx | were created last week | 15:23 |
ttx | like.. on Wednesday | 15:23 |
russellb | ok, a lot could have been targeted before that | 15:23 |
russellb | so that's probably how we ended up here | 15:23 |
*** peristeri has joined #openstack-dev | 15:23 | |
*** prekarat has quit IRC | 15:23 | |
ttx | so.. would be great to go over those undefined and prioritize/retarget them | 15:23 |
russellb | the undefined ones are under review | 15:24 |
ttx | russellb: the goal for today being to have a clean icehouse-1 roadmap | 15:24 |
russellb | and just haven't been approved yet | 15:24 |
russellb | not sure what to do with them to make sure they don't disappear from our review queue | 15:24 |
russellb | most are waiting for feedback or more info from the submitter | 15:24 |
ttx | russellb: the blueprint is under review ? or an associated change ? | 15:25 |
russellb | the blueprint | 15:25 |
ttx | ok | 15:25 |
*** nati_uen_ has joined #openstack-dev | 15:25 | |
ttx | russellb: you could aggressively retarget some of them to i-2 | 15:25 |
russellb | on https://blueprints.launchpad.net/nova/icehouse it shows Design ... wish the icehouse-1 page did too (can i change that?) | 15:25 |
ttx | leaves more time to consider them | 15:25 |
russellb | ttx: OK, will do that | 15:25 |
ttx | worst case you can retyarget them to i-1 if they end up landing early :) | 15:25 |
*** dkehn has joined #openstack-dev | 15:26 | |
russellb | right | 15:26 |
ttx | maybe review the ones which are "Needs Code Review" in priority | 15:26 |
ttx | since I suspect they may end up in i-1 | 15:26 |
*** dolphm has quit IRC | 15:26 | |
*** jcooley_ has joined #openstack-dev | 15:27 | |
ttx | russellb: on the bugs side: bug 1251700 | 15:27 |
uvirtbot | Launchpad bug 1251700 in nova "migration error: invalid version number '0.7.3.dev'" [Critical,In progress] https://launchpad.net/bugs/1251700 | 15:27 |
russellb | we have 5 i-1 blueprints in "review" status, that are need code review (meaning waiting on the submitter) | 15:27 |
*** otherwiseguy has quit IRC | 15:27 | |
ttx | shoudl I target it to i-1 ? | 15:27 |
russellb | or that's how we're using it | 15:27 |
russellb | ttx: yes | 15:27 |
*** otherwiseguy has joined #openstack-dev | 15:27 | |
*** zaitcev has joined #openstack-dev | 15:27 | |
russellb | although there is a suggestion that it's no longer critical | 15:28 |
russellb | which i agree with | 15:28 |
ttx | russellb: OH. You use "needs code review" to track the blueprint approval status, rather than to signal that there is changes under review ? | 15:28 |
*** nati_ueno has quit IRC | 15:28 | |
russellb | ttx: no, sorry ... the "Design" field. Approved (approved) vs Review (waiting on submitter for more info) vs Pending Approval (waiting on reviewer) | 15:28 |
russellb | vs New (haven't even touched it yet) | 15:28 |
ttx | russellb: ok, that works | 15:29 |
russellb | trying to have some sort of workflow for the blueprint review team to work with | 15:29 |
ttx | but some of them also have "needs code reveiw" which tends to mean that they have code proposed already | 15:29 |
*** dolphm_ has joined #openstack-dev | 15:29 | |
ttx | in which case I would prioritize them up | 15:29 |
russellb | right, and in theory, the code shouldn't merge until we are happy with it at the blueprint level | 15:29 |
ttx | since they are the ones likely to actually affect i-1 | 15:29 |
russellb | i'll go through the proposed patches and make sure they realize that we're waiting on something on the blueprint | 15:30 |
*** alunduil has joined #openstack-dev | 15:30 | |
ttx | russellb: ok, so try to produce a fully-triaged i-1 today, even if tht means aggressively pushing back untriaged stuff to i-2 atm | 15:30 |
russellb | ACK | 15:30 |
*** jp_at_hp has joined #openstack-dev | 15:30 | |
ttx | russellb: thx! (15min is a bit challanging for nova sync) | 15:31 |
ttx | e* | 15:31 |
russellb | yeah, this early at least | 15:31 |
ttx | next we have david-lyle | 15:32 |
david-lyle | o/ | 15:32 |
*** datsun180b has joined #openstack-dev | 15:32 | |
*** FunnyLookinHat has joined #openstack-dev | 15:32 | |
*** sridevi has joined #openstack-dev | 15:32 | |
ttx | david-lyle: hi! https://blueprints.launchpad.net/horizon/icehouse shows mostly icehouse-1 -targeted stuff | 15:32 |
*** l_a_m has joined #openstack-dev | 15:32 | |
*** jcooley_ has quit IRC | 15:33 | |
david-lyle | yeah, the prioritization hasn't all happened yet | 15:33 |
ttx | which may be just because people targeted to tat by default | 15:33 |
dkehn | russellb: https://review.openstack.org/#/c/50749/, please | 15:33 |
*** prekarat has joined #openstack-dev | 15:33 | |
ttx | david-lyle: goal for the day is to produce a sane https://launchpad.net/horizon/+milestone/icehouse-1 plan | 15:33 |
ttx | which means... | 15:34 |
ttx | - keep only stuff likely to make it in the next two weeks | 15:34 |
ttx | - set a prioriy | 15:34 |
ttx | +t | 15:34 |
david-lyle | ok, I can clean house | 15:34 |
ttx | - update delivery status | 15:34 |
ttx | david-lyle: you can aggressively push to i-2 if that's what it takes to build a clean i-1 | 15:35 |
*** nkinder has joined #openstack-dev | 15:35 | |
david-lyle | most of what's up for review should make it, and possibly a couple not set for i-1, I'll bump the rest to i-2 | 15:35 |
*** rongze has joined #openstack-dev | 15:35 | |
david-lyle | or i-3 as appropriate | 15:35 |
dkehn | russellb: thxs | 15:35 |
*** omachace has left #openstack-dev | 15:35 | |
*** prekarat has quit IRC | 15:36 | |
ttx | also make sure everything targeted to i-1 has assignees | 15:36 |
ttx | i.e. someone we can ping to get status | 15:36 |
*** prekarat has joined #openstack-dev | 15:36 | |
*** atiwari has joined #openstack-dev | 15:36 | |
david-lyle | yes, I think a lot of these were targeted by the bp author | 15:36 |
david-lyle | I was hoping to wait until the election was finalized, but will go ahead and start moving things out | 15:37 |
ttx | david-lyle: in the end it should look like this: https://launchpad.net/keystone/+milestone/icehouse-1 | 15:37 |
*** xga has quit IRC | 15:37 | |
ttx | all-assigned, all-prioritized, delivery status set | 15:37 |
david-lyle | ack | 15:37 |
*** carl_baldwin has quit IRC | 15:37 | |
*** tdruiva_ has quit IRC | 15:38 | |
ttx | worst case scenario, if stuff targeted to i-2 is early, we can move it | 15:38 |
david-lyle | sounds good, I'll clean it up this am | 15:38 |
*** tdruiva has joined #openstack-dev | 15:38 | |
ttx | david-lyle: awesome | 15:38 |
*** avishayb has quit IRC | 15:38 | |
ttx | you seem to be on top of your critical bugs | 15:39 |
* ttx runs various other checks | 15:39 | |
*** richardboswell has quit IRC | 15:39 | |
david-lyle | yeah, I think the bugs are in good shape | 15:39 |
*** jgrimm has joined #openstack-dev | 15:40 | |
*** dolphm_ is now known as dolphm | 15:40 | |
*** richardboswell has joined #openstack-dev | 15:40 | |
ttx | david-lyle: also project-resource-usage-page (i-1,medium prio) depends on ceilometer-api-enhancements (i-1, undefined) and ceilometer-alarm-api (i-2, undefined) | 15:41 |
ttx | in theory it should depend on blueprints that have the same (or higher) prio, and which get completed at the same (or previous) milestone | 15:42 |
ttx | something to keep in mind as you move tho=ings around and set priorities | 15:42 |
david-lyle | at the end of icehouse a long chain of ceilometer bps were added and they still need to be walked through, good point | 15:42 |
david-lyle | will tackle that too | 15:42 |
noorul | dtroyer: hi | 15:43 |
ttx | ok, we'll have another look at the page during the meeting tonight to see how far you managed to go in the cleanup | 15:43 |
dtroyer | noorul: hi | 15:43 |
ttx | david-lyle: I think that's all I had... maybe you have questions ? | 15:43 |
*** boden_ has joined #openstack-dev | 15:43 | |
david-lyle | ttx: no, I don't think so. As I said, I was hoping to let the elected PTL do a lot of the cleanup and prioritize, but the end of i-1 came a little to quickly | 15:44 |
david-lyle | feeling of limbo | 15:44 |
*** Loquacity has quit IRC | 15:45 | |
ttx | david-lyle: heh, yes | 15:45 |
david-lyle | but, I'll clean it up and if something changes, the new PTL can reacces | 15:45 |
david-lyle | s | 15:45 |
noorul | dtroyer: In the thread http://www.mail-archive.com/openstack-dev@lists.openstack.org/msg08132.html you mentioned that we should avoid HTTPClient. | 15:45 |
ttx | sure, the idea is to come up with something gooe nough for us to track i-1 | 15:45 |
*** pablosan has joined #openstack-dev | 15:45 | |
*** Thor^^ has joined #openstack-dev | 15:45 | |
ttx | good* | 15:45 |
ttx | dammit I should learn to type faster | 15:46 |
*** apmelton1 has joined #openstack-dev | 15:46 | |
david-lyle | ttx: ok, I should have it together by the meeting later today | 15:46 |
noorul | dtroyer: Also you said that we should be keeping the implementation simple because it might be replaced | 15:46 |
noorul | dtroyer: Is python-openstackclient aiming to replace HTTP client implementation for all the clients? | 15:47 |
*** iamben_tw has joined #openstack-dev | 15:47 | |
dtroyer | noorul: there is work to replace the varied implementations of HTTPClient() in the project libs with something common but you probably can not wait for that to be completed, so your lib will get converted later then. | 15:47 |
*** xarg__ has joined #openstack-dev | 15:47 | |
*** Loquacity has joined #openstack-dev | 15:48 | |
*** Megadawg has joined #openstack-dev | 15:48 | |
*** SpamapS_ has joined #openstack-dev | 15:48 | |
dtroyer | noorul: right now, OSC is not replacing it for all libs, I'm hoping to use the work jamie is doing in keystoneclient. | 15:48 |
*** Vivek_ has joined #openstack-dev | 15:48 | |
*** aloga_ has joined #openstack-dev | 15:48 | |
noorul | dtroyer: Do you mean the keystone client code? | 15:48 |
*** thelorax123 has quit IRC | 15:49 | |
dtroyer | noorul: yes | 15:49 |
dolphm | noorul: keystoneclient is being refactored to provide re-usable authentication objects that all the other clients can consume | 15:50 |
*** salv-orlando has quit IRC | 15:50 | |
*** afazekas_ has quit IRC | 15:50 | |
*** thelorax123 has joined #openstack-dev | 15:50 | |
*** avishayb has joined #openstack-dev | 15:50 | |
*** joesavak has quit IRC | 15:50 | |
*** ifarkas has quit IRC | 15:51 | |
*** ArxCruz has quit IRC | 15:51 | |
*** jamespag` has joined #openstack-dev | 15:51 | |
*** jamespag` has joined #openstack-dev | 15:51 | |
*** tanisdl has joined #openstack-dev | 15:51 | |
*** keekz_ has joined #openstack-dev | 15:51 | |
*** sgordon`` has joined #openstack-dev | 15:51 | |
*** ArxCruz has joined #openstack-dev | 15:51 | |
*** mikemar10_ has joined #openstack-dev | 15:51 | |
*** rods has joined #openstack-dev | 15:51 | |
*** samalba_ has joined #openstack-dev | 15:51 | |
*** nrs__ has joined #openstack-dev | 15:51 | |
*** juice_ has joined #openstack-dev | 15:52 | |
*** koohead17_ has joined #openstack-dev | 15:52 | |
*** boden has quit IRC | 15:52 | |
*** edmund has quit IRC | 15:52 | |
*** Vivek has quit IRC | 15:52 | |
*** ianw has quit IRC | 15:52 | |
*** Thor has quit IRC | 15:52 | |
*** shalini has quit IRC | 15:52 | |
*** jamespage has quit IRC | 15:52 | |
*** sgordon` has quit IRC | 15:52 | |
*** samalba has quit IRC | 15:52 | |
*** SpamapS has quit IRC | 15:52 | |
*** mordred has quit IRC | 15:52 | |
*** hugokuo has quit IRC | 15:52 | |
*** juice has quit IRC | 15:52 | |
*** nrs_ has quit IRC | 15:52 | |
*** Vek has quit IRC | 15:52 | |
*** iamben_t1 has quit IRC | 15:52 | |
*** aloga has quit IRC | 15:52 | |
*** xarg has quit IRC | 15:52 | |
*** muehsi has quit IRC | 15:52 | |
*** keekz has quit IRC | 15:52 | |
*** mikemar10 has quit IRC | 15:52 | |
*** apmelton has quit IRC | 15:52 | |
*** the_real_kp has quit IRC | 15:52 | |
*** Superdawg has quit IRC | 15:52 | |
*** alpha_ori has quit IRC | 15:52 | |
*** koolhead17 has quit IRC | 15:52 | |
*** keekz_ is now known as keekz | 15:52 | |
*** xarg__ is now known as xarg | 15:52 | |
*** nrs__ is now known as nrs_ | 15:52 | |
*** juice_ is now known as juice | 15:52 | |
*** alpha_ori_ has joined #openstack-dev | 15:52 | |
*** alpha_ori_ is now known as alpha_ori | 15:53 | |
*** hugokuo has joined #openstack-dev | 15:53 | |
*** atiwari has quit IRC | 15:53 | |
*** jcooley_ has joined #openstack-dev | 15:54 | |
*** samalba_ is now known as samalba | 15:54 | |
*** atiwari_ has joined #openstack-dev | 15:54 | |
*** atiwari_ has quit IRC | 15:54 | |
*** tanisdl has quit IRC | 15:54 | |
*** atiwari has joined #openstack-dev | 15:54 | |
*** tanisdl has joined #openstack-dev | 15:54 | |
noorul | dtroyer: What was the reason to suggest avoiding nova HTTPClient implementation? | 15:55 |
*** joesavak has joined #openstack-dev | 15:55 | |
*** pablosan has quit IRC | 15:55 | |
*** jcooley_ has quit IRC | 15:55 | |
dtroyer | noorul: it is going to change. if you just copy nova today your bits will get re-written later. but you probably can't wait for the refactor to be completed. | 15:55 |
*** jcooley_ has joined #openstack-dev | 15:56 | |
noorul | dtroyer: If my understanding is correct, no matter what we choose it is going to be re-written. | 15:57 |
*** carl_baldwin has joined #openstack-dev | 15:57 | |
dtroyer | noorul: basically, it's just timing. choose what you can live with the longest | 15:58 |
*** buzztroll has joined #openstack-dev | 15:58 | |
*** salv-orlando has joined #openstack-dev | 15:58 | |
*** bdpayne has joined #openstack-dev | 15:58 | |
*** shalini has joined #openstack-dev | 15:58 | |
*** yeylon_ has quit IRC | 15:59 | |
*** ianw has joined #openstack-dev | 15:59 | |
*** pablosan has joined #openstack-dev | 15:59 | |
noorul | dtroyer: Any idea why something like python-requests are not used in OpenStack? | 15:59 |
*** evgenyf has quit IRC | 15:59 | |
*** mordred has joined #openstack-dev | 15:59 | |
*** muehsi has joined #openstack-dev | 16:00 | |
dtroyer | noorul: oh, it is. I spent quite a bit of time last year doing that change. we're working our way both up and down the stack slowly | 16:00 |
noorul | dtroyer: Is there any reference implementation using that? | 16:00 |
dtroyer | noorul: clarification: I can only speak for clint-side | 16:00 |
*** Ruetobas has quit IRC | 16:01 | |
*** primemin1sterp is now known as primeministerp | 16:01 | |
*** devlaps has joined #openstack-dev | 16:01 | |
*** Cotes has quit IRC | 16:02 | |
*** buzztroll has quit IRC | 16:02 | |
*** jmontemayor has joined #openstack-dev | 16:02 | |
dtroyer | noorul: that's the problem, there is no single reference implementation. most of the clients were forked from novaclient and then they all diverged badly. but nova,glance,keystone,cinder clients all use requests. but they're all different and none is best, that's why we're starting over at that layer | 16:02 |
*** bcrochet has quit IRC | 16:03 | |
*** Ruetobas has joined #openstack-dev | 16:03 | |
*** sandywalsh_ has quit IRC | 16:03 | |
*** bcrochet has joined #openstack-dev | 16:03 | |
*** reed has joined #openstack-dev | 16:03 | |
*** adalbas has quit IRC | 16:04 | |
*** pmathews has joined #openstack-dev | 16:04 | |
*** eharney has quit IRC | 16:04 | |
*** reidrac has quit IRC | 16:04 | |
*** nsaje has quit IRC | 16:05 | |
*** adam_g is now known as adam_g_afk | 16:05 | |
*** nsaje has joined #openstack-dev | 16:05 | |
*** bcrochet has quit IRC | 16:06 | |
*** bcrochet has joined #openstack-dev | 16:06 | |
*** sarob has quit IRC | 16:07 | |
*** sarob has joined #openstack-dev | 16:07 | |
*** Ruetobas has quit IRC | 16:07 | |
*** adalbas has joined #openstack-dev | 16:07 | |
*** iartarisi has quit IRC | 16:08 | |
*** koohead17_ is now known as koolhead17 | 16:08 | |
*** evgenyf has joined #openstack-dev | 16:09 | |
*** rcleere has joined #openstack-dev | 16:09 | |
*** nsaje has quit IRC | 16:10 | |
*** sarob has quit IRC | 16:11 | |
*** rongze has quit IRC | 16:13 | |
*** Ruetobas has joined #openstack-dev | 16:14 | |
*** jamespag` is now known as jamespage | 16:14 | |
*** kbrierly has joined #openstack-dev | 16:15 | |
*** mrodden has quit IRC | 16:15 | |
*** exed has quit IRC | 16:15 | |
*** ruhe has quit IRC | 16:15 | |
*** drewlander has quit IRC | 16:15 | |
mgagne | alexpilotti: ping | 16:17 |
alexpilotti | mgagne: hi | 16:17 |
*** rongze has joined #openstack-dev | 16:17 | |
mgagne | alexpilotti: I tested the latest version of CloudbaseInitSetup_Beta.msi and it failed to install with this error: "OSArchitecture is null or not an object" | 16:18 |
*** haomaiwang has joined #openstack-dev | 16:18 | |
*** eharney has joined #openstack-dev | 16:18 | |
mgagne | alexpilotti: I'm restarting a build of my image to make sure it wasn't a transient error | 16:18 |
*** dkranz has quit IRC | 16:19 | |
alexpilotti | hmm interesting | 16:19 |
mgagne | alexpilotti: rerunning the installer looks to fix the problem for an unknown reason | 16:19 |
*** rm_work|away is now known as rm_work | 16:19 | |
alexpilotti | what OS are you using? | 16:19 |
mgagne | alexpilotti: I'm using Windows 2012 Server (non-R2) | 16:20 |
alexpilotti | ok, so a well tested environment | 16:20 |
alexpilotti | it looks to me like an MSI error | 16:20 |
mgagne | alexpilotti: yes, it was an MSI error | 16:20 |
alexpilotti | the best way for us to check it out would be to get a log | 16:21 |
mgagne | alexpilotti: AFAIK | 16:21 |
alexpilotti | msiexec /i file.msi /l*v log.txt | 16:21 |
mgagne | alexpilotti: ok, I'll rebuild the image, check again and try to extract logs | 16:21 |
mgagne | alexpilotti: I'll get back to you as soon as I have logs | 16:21 |
alexpilotti | mgagne: ok tx! | 16:21 |
*** SaD has quit IRC | 16:21 | |
*** sergmelikyan has quit IRC | 16:21 | |
*** boden_ has quit IRC | 16:22 | |
*** ruhe has joined #openstack-dev | 16:22 | |
*** xarses has quit IRC | 16:23 | |
*** haomaiwang has quit IRC | 16:23 | |
*** danwent has joined #openstack-dev | 16:23 | |
*** nati_uen_ has quit IRC | 16:24 | |
*** nsaje has joined #openstack-dev | 16:24 | |
*** avishayb has quit IRC | 16:24 | |
*** devoid has joined #openstack-dev | 16:26 | |
*** hashfail has joined #openstack-dev | 16:26 | |
EmilienM | garyk: hello, i would need a review on https://review.openstack.org/#/c/48042/ it has been a long time i'm trying :) | 16:27 |
*** devoid has left #openstack-dev | 16:28 | |
garyk | EmilienM: i'll look in a few minutes | 16:29 |
EmilienM | garyk: thank you | 16:29 |
notmyname | ttx: good <timezone appropriate time reference> to you | 16:30 |
ttx | notmyname: hola! | 16:30 |
ttx | so my questions for you were mostly around your general icehouse plans | 16:30 |
notmyname | ttx: how does this workd? | 16:30 |
ttx | like do you plan to have a 1.10.1 first | 16:30 |
ttx | or a more featureful one | 16:31 |
*** vijendar has quit IRC | 16:31 | |
*** ruhe has quit IRC | 16:31 | |
*** boden has joined #openstack-dev | 16:31 | |
ttx | I thought with the stuff from the hackaton you might want a 1.11.0 soon enough | 16:31 |
notmyname | ttx: based on what's already landed, 1.10.1 is very unlikely. next will be 1.11.0. general icehouse plans will be to get storage policies done, and I'll be trying to chart that out soon | 16:31 |
garyk | EmilienM: please look i have 1 comment | 16:31 |
notmyname | ttx: but more specifically, we've already got a couple of big things landed, and severl more on the way | 16:32 |
ttx | notmyname: ok, will rename the milestone to match | 16:32 |
notmyname | ttx: thanks | 16:32 |
ttx | notmyname: would be nice to have blueprints mentioning the key additions | 16:32 |
*** buzztroll has joined #openstack-dev | 16:32 | |
notmyname | ttx: so how's the taskflow thing coming? ;-) | 16:32 |
ttx | https://launchpad.net/swift/+milestone/1.11.0 | 16:33 |
ttx | notmyname: slowly :) | 16:33 |
ttx | notmyname: have a timeframe for 1.11.0 yet ? | 16:33 |
ttx | (rough idea) ? | 16:34 |
*** hemna has joined #openstack-dev | 16:34 | |
notmyname | ttx: soon-ish. but I'm not sure what that means yet | 16:34 |
*** xga has joined #openstack-dev | 16:34 | |
notmyname | ttx: I haven't planed it out yet. that's what I'm doing today (icehouse and 1.11 plans) | 16:34 |
ttx | notmyname: ok, maybe set a date on that milestone when you know | 16:34 |
notmyname | ttx: will do | 16:34 |
*** jistr has quit IRC | 16:34 | |
*** dkranz has joined #openstack-dev | 16:35 | |
ttx | notmyname: that's al I had... questions on your side ? | 16:35 |
garyk | EmilienM: you there? | 16:35 |
*** berendt has quit IRC | 16:35 | |
*** themistymay has joined #openstack-dev | 16:35 | |
notmyname | ttx: no questions. my current concerns are around the review backlog and the state of the gates | 16:36 |
*** RajM has joined #openstack-dev | 16:36 | |
*** nouser has joined #openstack-dev | 16:36 | |
*** pschaef has quit IRC | 16:36 | |
ttx | ack. feel free to raise anything cross-project that blocks you during the meeting today | 16:36 |
notmyname | ttx: 90+ jobs in the gate queue ;-) | 16:37 |
ttx | sounds about right :) | 16:37 |
notmyname | ttx: I don't have anything else | 16:37 |
ttx | notmyname: ack, see you later then | 16:38 |
*** jp_at_hp has quit IRC | 16:38 | |
notmyname | ttx: thanks | 16:38 |
*** ruhe has joined #openstack-dev | 16:38 | |
*** changbl has joined #openstack-dev | 16:38 | |
*** xga has quit IRC | 16:39 | |
*** jp_at_hp has joined #openstack-dev | 16:39 | |
*** zbitter has joined #openstack-dev | 16:40 | |
*** yaguang has quit IRC | 16:40 | |
*** dguitarbite has quit IRC | 16:42 | |
*** dkranz has quit IRC | 16:42 | |
*** riskable has joined #openstack-dev | 16:42 | |
*** vijendar has joined #openstack-dev | 16:43 | |
*** zaneb has quit IRC | 16:44 | |
*** rossella_s_ has joined #openstack-dev | 16:44 | |
*** zbitter is now known as zaneb | 16:44 | |
*** rossella_s has quit IRC | 16:44 | |
*** rossella_s_ is now known as rossella_s | 16:44 | |
*** diogogmt has joined #openstack-dev | 16:45 | |
ttx | do we have a markwash around ? | 16:45 |
markwash | greetings | 16:45 |
ttx | markwash: hey! https://blueprints.launchpad.net/glance/icehouse looks very empty | 16:45 |
ttx | does it mean a lot of those still need to be filed ? | 16:45 |
markwash | yes, there are some ongoing efforts that just need to be ported over | 16:46 |
markwash | I don't know that there is a lot that needs to be filed still | 16:46 |
ttx | markwash: goal for today is to try to have a clean icehouse-1 plan | 16:46 |
*** drewlander has joined #openstack-dev | 16:46 | |
*** sdake_ has quit IRC | 16:46 | |
markwash | our design velocity has outpaced our work velocity by a bit | 16:46 |
ttx | i.e. https://launchpad.net/glance/+milestone/icehouse-1 with all-assigned, all-prioritized, all-status-set, and likely to make it blueprints | 16:46 |
*** jcooley_ has quit IRC | 16:46 | |
*** sdake_ has joined #openstack-dev | 16:47 | |
*** sdake_ has quit IRC | 16:47 | |
*** sdake_ has joined #openstack-dev | 16:47 | |
ttx | since it's in two weeks, the number of stuff likely to make it (if not started yet) is low | 16:47 |
*** mosulica has quit IRC | 16:47 | |
markwash | ttx: okay, I'll see about straightening that out today | 16:47 |
*** isd has joined #openstack-dev | 16:48 | |
ttx | in doubt, push to i-2 | 16:48 |
markwash | ttx: how soon do we get to dump launchpad? I basically just go through the motions there without it benefiting the project much | 16:48 |
ttx | markwash: not this cycle, ad maybe not even the next | 16:48 |
markwash | le sigh | 16:48 |
danpb | what is this "Elastic Recheck" thing that adds comments "I noticed tempest failed, I think you hit bug(s): https://bugs.launchpad.net/bugs/1251920" ? | 16:48 |
uvirtbot | Launchpad bug 1251920 in nova "Tempest failures due to failure to return console logs from an instance" [High,Confirmed] | 16:49 |
ttx | markwash: also, was there anything that landed in glance since icehouse dev was opened two months ago ? | 16:49 |
markwash | ttx: yes I believe so | 16:49 |
danpb | is it reliably identifying the right bugs to justify a 'recheck xxxx' with ? | 16:49 |
*** hemna has quit IRC | 16:49 | |
mgagne | danpb: https://github.com/openstack-infra/elastic-recheck | 16:49 |
ttx | markwash: if there was any significant feature, would be cool to retroactively add a completed blueprint to track that | 16:49 |
*** sumanthns has joined #openstack-dev | 16:50 | |
mgagne | danpb: it tries to link failure with known bugs | 16:50 |
ttx | (to icehouse-1) | 16:50 |
markwash | yes definitely, I think there are some good candidates for that | 16:50 |
*** dprince has quit IRC | 16:50 | |
*** sridevi has quit IRC | 16:50 | |
danpb | mgagne: ah thanks | 16:51 |
markwash | ttx: I have a question for you about some client release stuff if there is time | 16:51 |
mgagne | danpb: I think the idea is to be able to rerun checks on failed jobs once the bug is considered fixed so people don't have to comment with "recheck bug 1234" manually on all failed jobs/changes. | 16:51 |
uvirtbot | Launchpad bug 1234 in launchpad "Gina is an unmaintainable mess of command line options, environment variables and shell scripts" [Medium,Fix released] https://launchpad.net/bugs/1234 | 16:51 |
ttx | markwash: I think that question would get better answers if asked during the meeting | 16:51 |
danpb | uvirtbot: thanks | 16:51 |
uvirtbot | danpb: Error: "thanks" is not a valid command. | 16:51 |
*** aditirav has joined #openstack-dev | 16:51 | |
ttx | markwash: if that's the question I epxect you to ask | 16:51 |
ttx | markwash: that way mordred can help answering | 16:52 |
*** markmc has quit IRC | 16:52 | |
markwash | ttx: ah, okay yeah it might have been in your scrollback in opesnstack-infra | 16:52 |
*** hemna has joined #openstack-dev | 16:52 | |
ttx | markwash: want us to quickly go through the 3 blueprints in icehouse-1 and see what we shoudl do with them ? | 16:52 |
*** corXi has quit IRC | 16:52 | |
*** markmc has joined #openstack-dev | 16:52 | |
markwash | yeah | 16:53 |
markwash | lets' start from the bottom | 16:53 |
markwash | glance-multifilesystem-store | 16:53 |
ttx | https://blueprints.launchpad.net/glance/+spec/image-recover -- is that likely to make it by Dec 3-5 ? is work started ? | 16:53 |
ttx | oops | 16:53 |
*** garyk has quit IRC | 16:53 | |
*** steven-weston has joined #openstack-dev | 16:53 | |
*** drewlander has quit IRC | 16:53 | |
markwash | let's do top down | 16:53 |
ttx | heh | 16:53 |
markwash | fei and I have not spoken about image-recover at all | 16:54 |
markwash | so I'll probably just push it back, I don't know why its "high" | 16:54 |
ttx | markwash: yes, push to i-2, at least until you can determine if it's likely to get completed in the next two weeks | 16:54 |
ttx | will do | 16:54 |
markwash | glance-cmd+unittests should be Low priority | 16:54 |
*** DennyZhang has joined #openstack-dev | 16:55 | |
markwash | and glance-multitfilesystem-store actually could land in i-1, its a super minor patch based on the discussion I had with aswad | 16:55 |
ttx | ok, but still likely to / promised by i-1 | 16:55 |
*** dkranz has joined #openstack-dev | 16:55 | |
markwash | ttx: possibly, I probably won't get a chance to talk to Vitaliy right away but I'll look at how much coverage is currently lacking | 16:56 |
markwash | I think there are more patches needed than the one that is noted | 16:56 |
ttx | ok, should I set glance-multitfilesystem-store started / Medium ? | 16:56 |
markwash | yes | 16:57 |
ttx | markwash: ok, https://launchpad.net/glance/+milestone/icehouse-1 is now clean... | 16:57 |
ttx | so the idea would be to add "implemented" blueprints to cover any major feature that would fail to track | 16:58 |
ttx | you can ignore minor stuff | 16:58 |
markwash | yup | 16:58 |
markwash | I think there are a few things to bring in from the trough and from 'future' | 16:58 |
markwash | but I'll be sure to run ttx.sh to make sure its all happy | 16:58 |
ttx | markwash: also if you have anything else that's not there but likely to hit that early target, don't hesitate to add it | 16:58 |
markwash | (sorry I did not run through it already :-( ) | 16:58 |
*** sarob has joined #openstack-dev | 16:58 | |
*** chandankumar has quit IRC | 16:59 | |
ttx | markwash: it just looks at -1 so it's rather empty right now :) | 16:59 |
mordred | markwash: morning | 16:59 |
ttx | markwash: sounds good, see you at the meeting tonigth | 16:59 |
* mordred reads scrollback real quick | 16:59 | |
ttx | mordred: we can discuss that question at the meeting today, I think it's good education for everyone | 16:59 |
*** sergmelikyan has joined #openstack-dev | 17:00 | |
markwash | +1 | 17:00 |
mordred | ttx: ok. I'll just wait until then then | 17:00 |
ttx | I should have a hub_cap around now | 17:00 |
hub_cap | u do | 17:00 |
ttx | awesome, this is crazy but kinda works | 17:01 |
ttx | hub_cap: looking at https://blueprints.launchpad.net/trove/icehouse | 17:01 |
ttx | sounds like people all targeted stuff to icehouse-1 | 17:01 |
hub_cap | markwash decided he wants to do 845 am mornings (that is crazy) | 17:01 |
*** akrivoka has quit IRC | 17:01 | |
hub_cap | ya imma have to clean that up ttx | 17:01 |
hub_cap | only a few more will get in by i-1 | 17:02 |
ttx | hub_cap: so the idea is to keep only the stuff that may actually make it into master in the next two weeks, move everything else to i-2 | 17:02 |
ttx | make sure that whatever you keep in i-1 is prioritized, assigned, and has a status which is not unknown | 17:02 |
hub_cap | got it | 17:02 |
*** sergmelikyan has quit IRC | 17:03 | |
*** sumanthns has quit IRC | 17:03 | |
*** sergmelikyan has joined #openstack-dev | 17:03 | |
hub_cap | do we have some sort of blueprint layout / template people use? | 17:03 |
ttx | hub_cap: in doubt, push to i-2, we can always put it back to i-1 is there is a good surprise | 17:03 |
hub_cap | cuz some of our blueprints w/ 1 line are annoying as crap | 17:03 |
hub_cap | ok that makes sense wrt the i-2 | 17:03 |
ttx | hub_cap: we used to have a blueprint model but we made it more free-form. Feel free to require anything though | 17:04 |
hub_cap | ok cool. we are trying somethign now. | 17:04 |
*** markwash has quit IRC | 17:04 | |
danpb | hub_cap: frankly you're better off putting all text in a wiki page | 17:05 |
ttx | should I set all the "undefined" implemented stuff to "medium" priority or something ? | 17:05 |
ttx | hub_cap: ^ | 17:05 |
*** gyee has joined #openstack-dev | 17:05 | |
danpb | and then linking to it from the blueprint | 17:05 |
*** evgenyf has quit IRC | 17:05 | |
hub_cap | ttx: naw let me set em today. itll help me identify which should move | 17:05 |
danpb | the blueprint app is just awful for writing more than a 3 line description | 17:05 |
*** changbl has quit IRC | 17:05 | |
hub_cap | danpb: ya i guess thats what i mean, like the blueprint wiki template | 17:05 |
ttx | hub_cap: ok. I'll complain if they are not clean by the meeting :) | 17:06 |
hub_cap | danpb: ++ | 17:06 |
*** xarses has joined #openstack-dev | 17:06 | |
hub_cap | ttx: roger. ill do it right after this | 17:06 |
hub_cap | so whats up w/ the new meeting ttx? | 17:06 |
hub_cap | sry... new format | 17:06 |
hub_cap | for this afternoons project status meeting | 17:06 |
*** amuller has quit IRC | 17:06 | |
ttx | hub_cap: we'll not go over per-project status updates, try to cover stuff that is relevant for everyone | 17:07 |
danpb | hub_cap: my only suggestion would be to split it into a couple of sections - description of the problem, high level analysis of a solution, and then then technical proposal | 17:07 |
ttx | make it short and relevant, basically | 17:07 |
ttx | and an occasion to raise cross-project blockers | 17:07 |
hub_cap | ttx: that makes good sense | 17:07 |
hub_cap | danpb: ill share our "outline" once we have it nailed down | 17:07 |
hub_cap | so i dont have any blockers right now ttx, just still playing catchup :) | 17:08 |
*** MaxV has quit IRC | 17:08 | |
*** afazekas_ has joined #openstack-dev | 17:08 | |
ttx | hub_cap: looking at your general icehouse plan -- do you still have a large number of blueprints needing to be filed ? | 17:08 |
ttx | or most of them are already in ? | 17:08 |
*** MaxV has joined #openstack-dev | 17:09 | |
hub_cap | ttx: no very few are in | 17:09 |
hub_cap | im trying to get the group to start filing earlier | 17:09 |
ttx | ok. So that's the plan for next week: try to get the rest of the icehouse plan together | 17:09 |
hub_cap | we have a issue where its just put up to satisfy a commit msg | 17:09 |
hub_cap | ok that makes sense ttx | 17:09 |
*** hemna has quit IRC | 17:09 | |
*** sdake_ has quit IRC | 17:09 | |
ttx | for tiday, the plan is to get icehouse-1 to reflect what is likely to be done in the next two weeks (and what was done since icehouse opened last month) | 17:10 |
*** alexpilotti has quit IRC | 17:10 | |
ttx | so its a bit of a cleanup exercise, I'll admit :) | 17:10 |
*** lskyw has joined #openstack-dev | 17:10 | |
*** jcooley_ has joined #openstack-dev | 17:10 | |
hub_cap | hehe ya | 17:10 |
hub_cap | ok ill have the first step done today by meeting | 17:10 |
*** holms has left #openstack-dev | 17:10 | |
hub_cap | and the roadmap done by next tue 1700 UTC | 17:11 |
*** steven-weston has quit IRC | 17:11 | |
*** mmagr has quit IRC | 17:11 | |
*** sergmelikyan has quit IRC | 17:11 | |
ttx | hub_cap: should critical bug https://bugs.launchpad.net/trove/+bug/1238901 be targeted to icehouse-1 as well ? | 17:12 |
uvirtbot | Launchpad bug 1238901 in trove "Impossible to start trove-api in fake mode. " [Critical,In progress] | 17:12 |
*** sergmelikyan has joined #openstack-dev | 17:12 | |
*** themistymay has quit IRC | 17:12 | |
hub_cap | lol ttx somebody made that critical... | 17:13 |
hub_cap | thats just a bug w/ a testing mode | 17:13 |
ttx | aha | 17:13 |
*** mikeoutland has joined #openstack-dev | 17:13 | |
ttx | alternatively, downgrade priority so that it doesn't scare me anymore | 17:13 |
*** MaxV has quit IRC | 17:13 | |
ttx | hub_cap: that's all I had for today. See you at the meeting later ? | 17:14 |
hub_cap | ttx: downgraded and set as incomplete. ill cu at the meeting | 17:14 |
*** salv-orlando has quit IRC | 17:14 | |
*** MaxV has joined #openstack-dev | 17:14 | |
*** alop has joined #openstack-dev | 17:14 | |
*** joesavak has quit IRC | 17:15 | |
*** joesavak has joined #openstack-dev | 17:15 | |
*** locke1051 has joined #openstack-dev | 17:16 | |
*** hemna has joined #openstack-dev | 17:16 | |
*** reidrac has joined #openstack-dev | 17:17 | |
*** locke105 has quit IRC | 17:17 | |
bpokorny | For anyone interested in the behavior of nova API with respect to quotas, feel free to comment on this bug: https://bugs.launchpad.net/nova/+bug/1250320 | 17:21 |
uvirtbot | Launchpad bug 1250320 in nova "There is not any error information while try to update RAM of quota with 0" [Undecided,New] | 17:21 |
jgriffith | dtroyer: anything else missing on: https://review.openstack.org/#/c/54851/ | 17:21 |
*** drewlander has joined #openstack-dev | 17:21 | |
*** singhs has joined #openstack-dev | 17:21 | |
*** xqueralt has quit IRC | 17:22 | |
*** nermina has quit IRC | 17:22 | |
*** sahid has quit IRC | 17:22 | |
*** salv-orlando has joined #openstack-dev | 17:22 | |
*** fbo is now known as fbo_away | 17:24 | |
sgran | is it me or is zuul looking very unhappy ? | 17:24 |
*** vuil has joined #openstack-dev | 17:24 | |
*** mrodden has joined #openstack-dev | 17:24 | |
*** belmoreira has quit IRC | 17:25 | |
*** drewlander has quit IRC | 17:25 | |
*** belmoreira has joined #openstack-dev | 17:25 | |
*** changbl has joined #openstack-dev | 17:26 | |
*** flaper87 is now known as flaper87|afk | 17:27 | |
*** rongze has quit IRC | 17:28 | |
*** MaxV has quit IRC | 17:29 | |
*** comay has joined #openstack-dev | 17:29 | |
*** twoputt has joined #openstack-dev | 17:29 | |
*** twoputt_ has joined #openstack-dev | 17:29 | |
*** belmoreira has quit IRC | 17:30 | |
*** teran has quit IRC | 17:30 | |
*** SergeyLukjanov has quit IRC | 17:30 | |
*** reed has quit IRC | 17:30 | |
*** SpamapS_ is now known as SpamapS | 17:31 | |
*** garyk has joined #openstack-dev | 17:32 | |
*** DinaBelova has quit IRC | 17:32 | |
*** prekarat has quit IRC | 17:32 | |
*** themistymay1 has joined #openstack-dev | 17:33 | |
*** drewlander has joined #openstack-dev | 17:34 | |
*** datsun180b has quit IRC | 17:34 | |
*** akrivoka has joined #openstack-dev | 17:38 | |
*** JordanP has quit IRC | 17:38 | |
*** salv-orlando has quit IRC | 17:39 | |
*** moted has joined #openstack-dev | 17:40 | |
*** e0ne has quit IRC | 17:40 | |
*** jgallard has quit IRC | 17:40 | |
*** blues-man has quit IRC | 17:41 | |
*** singhs has quit IRC | 17:41 | |
*** dprince has joined #openstack-dev | 17:41 | |
lifeless | sandywalsh: yes; timings - 'testr slowest', and as-it-happens stuff by processing the subunit stream through a filter, which is what run-tests in e.g. the nova tree does. | 17:43 |
*** kumaranvram has joined #openstack-dev | 17:44 | |
*** kumaranvram has quit IRC | 17:44 | |
*** boris-42 has quit IRC | 17:44 | |
*** salv-orlando has joined #openstack-dev | 17:47 | |
*** rohitk has quit IRC | 17:47 | |
*** drewlander has quit IRC | 17:48 | |
*** stevemar-droid has joined #openstack-dev | 17:48 | |
*** markwash has joined #openstack-dev | 17:48 | |
*** ifarkas has joined #openstack-dev | 17:49 | |
*** drewlander has joined #openstack-dev | 17:49 | |
*** derekh has quit IRC | 17:51 | |
*** sulrich has joined #openstack-dev | 17:51 | |
*** viktors has left #openstack-dev | 17:51 | |
*** sulrich has quit IRC | 17:52 | |
*** Vek has joined #openstack-dev | 17:54 | |
*** richardboswell2 has joined #openstack-dev | 17:54 | |
*** eglynn has quit IRC | 17:55 | |
devananda | primeministerp: ping | 17:55 |
*** claytonc has joined #openstack-dev | 17:55 | |
*** nermina has joined #openstack-dev | 17:57 | |
*** richardboswell has quit IRC | 17:57 | |
*** mrunge has joined #openstack-dev | 17:57 | |
*** SergeyLukjanov has joined #openstack-dev | 17:58 | |
*** rongze has joined #openstack-dev | 17:59 | |
*** rossella_s has quit IRC | 18:00 | |
*** topol has joined #openstack-dev | 18:01 | |
*** epim has joined #openstack-dev | 18:01 | |
*** thelorax123 has quit IRC | 18:01 | |
*** roz has joined #openstack-dev | 18:01 | |
*** roz is now known as AndreaRosa | 18:02 | |
*** sdake_ has joined #openstack-dev | 18:02 | |
*** thelorax123 has joined #openstack-dev | 18:02 | |
*** arunkant has quit IRC | 18:02 | |
*** arunkant has joined #openstack-dev | 18:03 | |
danpb | dprince: ping - a year or so back we made the min libvirt version explictly be 0.9.6 after you hit a bug due to use of an API from 0.9.7 | 18:03 |
danpb | dprince: https://bugs.launchpad.net/nova/+bug/1012689 | 18:03 |
uvirtbot | Launchpad bug 1012689 in nova "add libvirt min version check" [Low,Fix released] | 18:04 |
danpb | dprince: i'm wondering if by some miracle you recall what platform was using this ancient 0.9.6 libvirt ? | 18:04 |
*** insanidade has joined #openstack-dev | 18:04 | |
*** melwitt has joined #openstack-dev | 18:04 | |
*** DinaBelova has joined #openstack-dev | 18:05 | |
*** danwent has quit IRC | 18:05 | |
*** gszasz has quit IRC | 18:05 | |
*** berendt has joined #openstack-dev | 18:05 | |
*** danwent has joined #openstack-dev | 18:05 | |
dprince | danpb: let me look | 18:06 |
*** rongze has quit IRC | 18:07 | |
lifeless | jd__: ping? | 18:07 |
jd__ | lifeless: pong | 18:07 |
lifeless | jd__: hey, so I wanted a higher bandwidth chat about the devstack-gate review we're both commenting on. | 18:08 |
jd__ | listening | 18:08 |
dprince | danpb: Fedora 16 or 17 I think | 18:08 |
*** jcooley_ has quit IRC | 18:08 | |
*** ygbo has quit IRC | 18:08 | |
lifeless | jd__: we're going to be adding ceilometer to the TripleO cloud, and I'm very worried that the need to manually up the config settings for devstack will mean we need to run non-default settings in the TripleO cloud regions | 18:09 |
*** DennyZhang has quit IRC | 18:09 | |
dprince | danpb: At the time I probably had the old version pre-installed and for me upgrading it was the fix. That check was just for extra assurance. | 18:09 |
jd__ | lifeless: this kind of settings really depends on the load you put on Ceilometer, that would be like setting the MaxConnection of an Apache server, it really depends on what you want to do | 18:09 |
*** dvarga has joined #openstack-dev | 18:09 | |
lifeless | jd__: I don't understand why you think tempest is exceptional in terms of load placed on ceilometer vs a cloud with ten, or a hundred, or more times the live vms and hypervisors | 18:09 |
*** shardy is now known as shardy_afk | 18:10 | |
jd__ | lifeless: I don't have any interest in changing SQLAlchemy default specifically in Ceilometer, we don't do anything weirder than any other projet (at least I hope) | 18:10 |
lifeless | jd__: so I take your point that some environments will be so big, or so small, that they are better of with highly tuned parameters. | 18:11 |
jd__ | yeah that's what I mainly comment "let's not discuss relativity" | 18:11 |
jd__ | and I also would like not to discuss library default in each project if that's possible, if you see what I mean | 18:12 |
lifeless | jd__: however, the load tempest can put on ceilometer within devstack gate is truely minimal, and I think we cannot claim production-ready defaults for *any* size cloud if tempest overwhelms ceilometer. | 18:12 |
*** afazekas_ has quit IRC | 18:12 | |
*** danielbruno has quit IRC | 18:12 | |
jd__ | lifeless: do you know if other projects change the default settings in any way? | 18:12 |
lifeless | jd__: I know that neutron doesn't think those settings should be changed, to be used in production. | 18:12 |
lifeless | jd__: we were asked to experiment with them when debugging a fault about 6 months back | 18:13 |
lifeless | jd__: which is why I said that if they need changing it may reflect a bug in ceilometer | 18:13 |
jd__ | ah | 18:14 |
lifeless | because devstack-gate really is a trivial amount of load | 18:14 |
jd__ | that I could agree with you | 18:14 |
*** xqueralt has joined #openstack-dev | 18:14 | |
jd__ | even if it makes me sad :( | 18:14 |
lifeless | I really don't care if the settings needed for ceilometer are different to those in SQLAlchemy - thats beside the point. | 18:14 |
lifeless | I mean, I understand the concern you have there, that we end up not fixing a SQLAlchemy bug because each openstack project works around it. For instance. | 18:15 |
*** jprovazn is now known as jprovazn_afk | 18:15 | |
jd__ | indeed | 18:16 |
lifeless | But from a 'lets make this deployable perspective', I think we should consider that an abstraction boundary - if many openstack projects need different SQLAlchemy defaults, we could put that in oslo and/or file bugs with SQLAlchemy about whatever the issue is. | 18:16 |
danpb | dprince: ok, thanks | 18:16 |
jd__ | lifeless: I totally agree with that | 18:16 |
jd__ | I think that was my point | 18:16 |
lifeless | jd__: so what I'd like to see with the review in question, if you need it /now/ for tempest to pass, is to mark it up with a bug # in ceilometer, and to work on not needing that override in devstack-gate | 18:16 |
jd__ | OTOH if you think this settings shouldn't be needed and Ceilometer is bugged, that's another point too | 18:17 |
*** ruhe has quit IRC | 18:17 | |
lifeless | what do you think? | 18:17 |
jd__ | lifeless: that is totally fair, and I would prefer to fix the Ceilometer bug | 18:17 |
jd__ | I'll talk with sileht about it | 18:17 |
lifeless | ok, cool - thanks! | 18:17 |
jd__ | thanks to you too! | 18:17 |
*** AndyMoore has joined #openstack-dev | 18:17 | |
AndyMoore | getting hte following error using the python api, but looking at the code can't see what to set.. | 18:18 |
*** flaper87|afk is now known as flaper87 | 18:18 | |
AndyMoore | novaclient.exceptions.BadRequest: Multiple possible networks found, use a Network ID to be more specific. (HTTP 400) (Request-ID: req-73e49efb-22fb-481b-9080-39f014c40315) | 18:18 |
*** shardy_afk is now known as shardy | 18:18 | |
*** moted has quit IRC | 18:19 | |
AndyMoore | am i missing something obvious? | 18:19 |
*** hk_peter has joined #openstack-dev | 18:20 | |
*** moted has joined #openstack-dev | 18:20 | |
*** rohitk has joined #openstack-dev | 18:21 | |
*** mrunge has quit IRC | 18:22 | |
*** Mandell has joined #openstack-dev | 18:23 | |
*** nsaje has quit IRC | 18:23 | |
*** nsaje has joined #openstack-dev | 18:23 | |
*** amcrn has joined #openstack-dev | 18:24 | |
*** jamielennox_ has joined #openstack-dev | 18:27 | |
*** johnthetubaguy has quit IRC | 18:28 | |
*** johnthetubaguy has joined #openstack-dev | 18:28 | |
*** berendt has quit IRC | 18:28 | |
*** nsaje has quit IRC | 18:29 | |
*** eglynn has joined #openstack-dev | 18:30 | |
tellesnobrega | sandywalsh: hey, im back with some more notification questions | 18:30 |
*** jamielennox is now known as jamielennox|away | 18:31 | |
*** reed has joined #openstack-dev | 18:31 | |
*** jasdeepH has joined #openstack-dev | 18:31 | |
hk_peter | want to add heat support to titan, anybody can give a help? http://peter.kingofcoders.com/?p=887 anybody is willing to help out the GUI design? | 18:31 |
cfriesen_ | hi all, I'm on current devstack (multi-node) and I'm seeing a problem. I tried to delete a bunch of instances and got the following on nova-compute on one of the compute nodes: Error during ComputeManager._heal_instance_info_cache: Version 1.10 of Instance is not supported | 18:31 |
cfriesen_ | anyone seen this before? | 18:31 |
tellesnobrega | sandywalsh: i need to notify nova that something happened in keystone, the notifications consumption is not implemented on nova, how complex is to implement it? do you suggest implementing it or using the nova api to communicate the change? | 18:32 |
cfriesen_ | oh, crap. the compute nodes are running the wrong branch. sorry, my bad. | 18:33 |
*** teran_ has joined #openstack-dev | 18:33 | |
*** david-lyle is now known as david-lyle_lunch | 18:33 | |
*** rongze has joined #openstack-dev | 18:33 | |
*** sarob has quit IRC | 18:35 | |
*** sarob has joined #openstack-dev | 18:35 | |
*** teran__ has joined #openstack-dev | 18:36 | |
*** decede has quit IRC | 18:37 | |
*** rongze has quit IRC | 18:37 | |
*** teran_ has quit IRC | 18:38 | |
*** safchain has quit IRC | 18:38 | |
*** yuanz has quit IRC | 18:39 | |
*** decede has joined #openstack-dev | 18:40 | |
*** sarob has quit IRC | 18:40 | |
*** johnthetubaguy has quit IRC | 18:41 | |
*** yuanz has joined #openstack-dev | 18:41 | |
*** glenng has joined #openstack-dev | 18:41 | |
*** romcheg has quit IRC | 18:41 | |
*** Ryan_Lane has joined #openstack-dev | 18:42 | |
*** jamielennox_ has quit IRC | 18:42 | |
*** jamielennox|away is now known as jamielennox | 18:42 | |
*** jruzz has quit IRC | 18:43 | |
*** hashfail has quit IRC | 18:43 | |
*** jruzz has joined #openstack-dev | 18:44 | |
*** willingc has joined #openstack-dev | 18:44 | |
isd | stupid question, maybe it's explained somewhere and I'm just not finding it: I'm getting into keystone development, and am trying to figure out how to inject some initial users into my dev setup. any pointers? | 18:44 |
*** japage has joined #openstack-dev | 18:45 | |
*** eglynn has quit IRC | 18:45 | |
*** blamar has quit IRC | 18:45 | |
*** jp_at_hp has quit IRC | 18:45 | |
*** stevemar-droid has quit IRC | 18:46 | |
*** nsaje has joined #openstack-dev | 18:46 | |
*** MaxV has joined #openstack-dev | 18:46 | |
joesavak | isd - your keystone conf specifies an ADMIN token - you can use that with the python keystoneclient to create new users/projects/etc | 18:47 |
*** blamar has joined #openstack-dev | 18:48 | |
joesavak | isd: https://github.com/openstack/python-keystoneclient | 18:48 |
*** vahidh has joined #openstack-dev | 18:49 | |
*** mihgen has joined #openstack-dev | 18:49 | |
*** datsun180b has joined #openstack-dev | 18:49 | |
isd | joesavak: thanks. | 18:50 |
jamielennox | ping dtroyer: https://review.openstack.org/#/c/55516/ | 18:51 |
*** rohitk has quit IRC | 18:51 | |
jamielennox | can you have a look at that one please, we discussed at the summit and it's really simple | 18:52 |
*** jistr has joined #openstack-dev | 18:54 | |
*** jistr has quit IRC | 18:54 | |
*** sushils has quit IRC | 18:55 | |
*** claytonc has quit IRC | 18:56 | |
*** jistr has joined #openstack-dev | 18:57 | |
*** rnirmal has quit IRC | 18:58 | |
*** lucasagomes has quit IRC | 18:59 | |
*** vartom has joined #openstack-dev | 19:00 | |
*** angdraug has joined #openstack-dev | 19:00 | |
*** sarob has joined #openstack-dev | 19:01 | |
shardy | jamielennox: Hi | 19:01 |
jamielennox | shardy: hey | 19:01 |
ayoung | shardy, what is the scope of a "stack"? | 19:01 |
shardy | jamielennox: Any chance you can revisit https://review.openstack.org/#/c/53875/ and review the discussion please? | 19:01 |
bknudson | ayoung: stacks are in projects | 19:02 |
shardy | ayoung: everything in heat is scoped to a tenant | 19:02 |
atiwari | ayoung, can we discuss more about the name spacing roles | 19:02 |
dolphm | ayoung: the "admin" project was *never* enforced, and it was a bastardization to avoid "global roles" (by supporting a broken interpretation of global roles) | 19:02 |
*** jprovazn_afk is now known as jprovazn | 19:02 | |
bknudson | I assume you can list all the stacks in a project? | 19:02 |
bknudson | now we want to list all stacks in all projects | 19:02 |
shardy | bknudson: sorry s/tenant/project ;) | 19:02 |
*** matrohon_ has quit IRC | 19:02 | |
*** danpb has quit IRC | 19:02 | |
bknudson | this is similar to most services... computes are scoped to projects, glance images, etc? | 19:02 |
shardy | bknudson: Yes, any user can list all stacks in a tenant, if they are a memeber of that tenant | 19:03 |
bknudson | instances not computes | 19:03 |
*** japage has quit IRC | 19:03 | |
shardy | bknudson: we're trying to avoid the overhead of a service adminstrator making multiple calls to query data from every project | 19:03 |
bknudson | shardy: I assume you're using policy.json? | 19:03 |
shardy | bknudson: yes | 19:03 |
ayoung | shardy, doesn't scale | 19:03 |
*** ruhe has joined #openstack-dev | 19:03 | |
shardy | ayoung: exactly | 19:03 |
ayoung | think of millions of proejcts | 19:03 |
ayoung | and each project has thousands of resources | 19:04 |
ayoung | you should never be enumerating across projects....when do you need to do that? | 19:04 |
dolphm | atiwari: "service owned by a domain" ? | 19:04 |
*** jcoufal has quit IRC | 19:04 | |
dolphm | atiwari: so, a non-multitenant service? | 19:04 |
jamielennox | shardy: ah, right, out of interest are you creating the client with an endpoint as well or just the token? | 19:04 |
atiwari | "services owned by a domain" that is true except for keystone | 19:05 |
jamielennox | because i think there is a case there for handling auth_url with token as refreshable and endpoint with token as not | 19:05 |
atiwari | dolphm ? | 19:05 |
shardy | jamielennox: just the token and auth_url | 19:05 |
shardy | jamielennox: agreed | 19:05 |
*** danwent has quit IRC | 19:05 | |
ayoung | shardy, OK...just had a braindrizzle | 19:05 |
jamielennox | ayoung: that sounds uncomfortable | 19:06 |
ayoung | I want to implement a feature I was calling workplans | 19:06 |
ayoung | twas | 19:06 |
*** blamar has quit IRC | 19:06 | |
*** jcoufal has joined #openstack-dev | 19:06 | |
ayoung | and a workplan is bascially a way of saying "I need a bunch of trusts for a bunch of other users, let me create them all at once" | 19:06 |
*** max_lobur is now known as max_lobur_afk | 19:06 | |
ayoung | what you are asking for is the inverse | 19:06 |
ayoung | I have a bunch of projects that I need to access for a given group of work, please give me the approriate set of tokens for all of them | 19:07 |
atiwari | is there a BP where we logged Heat's issue/use case? | 19:07 |
ayoung | now, I don't see any reason why a single user, properly authenticate, should not be able to activate multiple trusts at once | 19:07 |
ayoung | and get back multiple tokens | 19:07 |
shardy | ayoung: Yes I guess that's right, but we don't want multiple tokens, we want one token which allows the user authorization to view (probably a subset of) data from all projects | 19:08 |
jamielennox | shardy: so when providing auth_url and token we would still have to do the authentication step when creating the client - is that alright? | 19:08 |
ayoung | shardy, define "all proejcts"? | 19:08 |
ayoung | all projects of which that user is a member? Across a single cloud? | 19:08 |
*** david-lyle_lunch is now known as david-lyle | 19:08 | |
ayoung | shardy, tell you what, deal with jamielennox 's issue now, as that is more tactical. You and I can talk afterwards | 19:09 |
shardy | ayoung: The use case is accross a single cloud, but I'd prefer a way to specify it via keystone, rather than glue on a service-provider "back-door" cloud-wide API, which is what was proposed | 19:10 |
shardy | jamielennox: That sounds OK, provided an explicit authenticate() which gets a new token back results in the new token being used | 19:10 |
ayoung | atiwari, do you accept that my proposal is more general purpose than yours, but that it solves your use case? | 19:10 |
shardy | ayoung: I have to step out now anyway, happy to chat again tomorrow or follow up on the ML | 19:11 |
shardy | thanks guys :) | 19:11 |
jamielennox | so providing an auth_url should always do an authenticate() providing a token with that would fetch a new token and use that in client | 19:11 |
*** blamar has joined #openstack-dev | 19:11 | |
jamielennox | it would be exactly the same as user/pass except exchanging tokens | 19:11 |
shardy | jamielennox: Yes, we get a new token, but then use the old one, which is what my patch fixes | 19:11 |
atiwari | ayoung, sorry but I do not envision you proposal and the is why requesting you to add on etherpad | 19:11 |
*** buzztroll has quit IRC | 19:12 | |
dolphm | ayoung: regarding "activating multiple trusts" <-- that's EXACTLY what i was completely opposed to requiring users to explicitly consume trusts | 19:12 |
*** buzztroll has joined #openstack-dev | 19:12 | |
dolphm | ayoung: first class delegation should happen transparently to the consuming user, just like normal role assignments | 19:12 |
shardy | jamielennox: Yep, I'm viewing the initial token as just another form of credential, instead of user/pass | 19:12 |
dolphm | ayoung: a role assignment is just a deployer delegating to a user anyway | 19:12 |
dolphm | ayoung: it should be one mechanism | 19:12 |
ayoung | dolphm, no, you still want the user to say which trust they are activating. One thing that I think people are asking for is single use trusts. If you have that, you need to indicate which you are activating. | 19:13 |
*** hk_peter has quit IRC | 19:13 | |
*** drewlander has quit IRC | 19:13 | |
jamielennox | shardy: alright that is a better way to approach it i think as using an existing token should be a supported means of authenticating. | 19:13 |
ayoung | but ignore that for a moment | 19:13 |
*** danwent has joined #openstack-dev | 19:13 | |
*** kushal has quit IRC | 19:14 | |
shardy | jamielennox: Ok, sounds good, we can merge my patch then ;) | 19:14 |
ayoung | dolphm, trusts are explicit contracts between users. They are an organizational tool. | 19:14 |
*** buzztroll has quit IRC | 19:14 | |
jamielennox | shardy: well, your change probably won't be necessary then as the client would be using a fetched token | 19:14 |
*** buzztroll has joined #openstack-dev | 19:14 | |
*** sandywalsh_ has joined #openstack-dev | 19:15 | |
jamielennox | shardy: let me have a crack at it as it should be something we support and see if it fixes your case | 19:15 |
dolphm | ayoung: you're still creating token that can be re-used, so that's not a solution | 19:15 |
shardy | jamielennox: Ok, cool, pls add me to the review when you post it and I'll test | 19:15 |
*** epim has quit IRC | 19:16 | |
ayoung | dolphm, not with token binding and short lived tokens we are not, which solves that problem | 19:16 |
jamielennox | shardy: if there's nothing there by monday hit me again | 19:16 |
shardy | jamielennox: If it's not going to happen quickly, I'd appreciate it if we could merge my patch as a stopgap | 19:17 |
shardy | jamielennox: This is directly impacting Heats usage of trusts, and the patch has been up for several weeks :) | 19:17 |
jamielennox | shardy: i'm concerned that your patch changes the way using endpoint/token works not just auth_url/token | 19:18 |
jamielennox | but i get that it's a priority to get it fixed | 19:18 |
shardy | jamielennox: Ok, maybe you can add some review comments clarifying that so I can better understand your concerns | 19:18 |
dolphm | jamielennox: --os-auth-url + --os-token ? | 19:18 |
shardy | jamielennox: gotta go, thanks | 19:19 |
jamielennox | shardy: no worries | 19:19 |
jamielennox | dolphm: pretty much, but without the CLI | 19:19 |
dolphm | jamielennox: what's the use case for that combo? rescoping? | 19:19 |
*** shardy is now known as shardy_afk | 19:20 | |
*** epim has joined #openstack-dev | 19:20 | |
jamielennox | creating tokens from trusts as well i think | 19:20 |
dolphm | ah | 19:20 |
*** RajM has quit IRC | 19:20 | |
*** rkukura has quit IRC | 19:20 | |
*** mlavalle has joined #openstack-dev | 19:21 | |
jamielennox | regardless we have always supported authenticating with an existing token and that would be the correct way to do it | 19:21 |
*** adalbas has quit IRC | 19:21 | |
*** teran__ has quit IRC | 19:22 | |
*** yeylon_ has joined #openstack-dev | 19:22 | |
*** Artpicre has quit IRC | 19:22 | |
ayoung | atiwari, I updated the BP earlier today, | 19:22 |
*** Artpicre has joined #openstack-dev | 19:23 | |
ayoung | not the etherpad, though, as that was not linked in the BP | 19:23 |
atiwari | ayoung "Services can already require "service-name:role-name" via policy enforcement if they prefer, making everything here redundant AFAICT." | 19:23 |
atiwari | is what I can see there | 19:23 |
atiwari | and that solution is not addressing all of my issue | 19:23 |
atiwari | etherpad is right there | 19:24 |
ayoung | you want the administration of the role definitions | 19:24 |
ayoung | link? | 19:24 |
atiwari | link# https://blueprints.launchpad.net/keystone/+spec/service-scoped-role-definition | 19:24 |
*** singhs has joined #openstack-dev | 19:24 | |
atiwari | link# https://etherpad.openstack.org/p/service-scoped-role-definition | 19:24 |
ekarlso | BobBall: around ? | 19:24 |
atiwari | ayoung, think as endpoint it has some lifecycle | 19:25 |
ayoung | atiwari, OK if I do "set the url for this specificiation" on | 19:25 |
ayoung | https://blueprints.launchpad.net/keystone/+spec/service-scoped-role-definition | 19:25 |
ayoung | to that ehterpad? | 19:25 |
*** rkukura has joined #openstack-dev | 19:26 | |
*** buzztroll has quit IRC | 19:27 | |
atiwari | ayoung, thanks and sorry I was not aware of that | 19:28 |
atiwari | I thought etherpad is just brainstorming but not specs | 19:29 |
ayoung | atiwari, NP...lots of noise. I think you and I are very close in vision here....but there are asome details to be speced out. For example, Even if we havea service scoped role, would a user need to provide a token that contains that role as well as roles scoped to a project? | 19:29 |
*** sarob_ has joined #openstack-dev | 19:30 | |
ayoung | atiwari, as I see it, a project is a container that cuts across services and endpoints, but it is still a way of limiting scope, so I would almost see a service scoped role as still requireing project scoping for most resources | 19:30 |
*** aditirav has quit IRC | 19:30 | |
*** buzztroll has joined #openstack-dev | 19:31 | |
ttx | stevebaker: around? | 19:32 |
stevebaker | yep | 19:33 |
stevebaker | ttx: ^ | 19:33 |
ttx | stevebaker: hi! looking at https://blueprints.launchpad.net/heat/icehouse | 19:33 |
*** sarob has quit IRC | 19:33 | |
ttx | stevebaker: I see most things were targeted to icehouse-1 | 19:33 |
stevebaker | all the things! | 19:34 |
ttx | I suspect that the fact that only one milestone was available is mostly to blame for that | 19:34 |
*** rongze has joined #openstack-dev | 19:34 | |
ttx | stevebaker: the goal for the day is to retarget stuff to arrive to a sane icehouse-1 targeted content | 19:34 |
*** sarob_ has quit IRC | 19:34 | |
sgran | who can I talk to about a tempest change ? I've just submitted https://review.openstack.org/#/c/57311/ | 19:34 |
*** sarob has joined #openstack-dev | 19:34 | |
atiwari | ayoung, I think you are taking about role assignment when you say project scoped role ? | 19:35 |
ttx | stevebaker: since icehouse-1 is in 2 weeks, that probably means only keep the implemenetd and already-started stuff in | 19:35 |
stevebaker | ttx: yes, how about I go through them at tomorrow's heat meeting and reset the milestones | 19:35 |
*** rnirmal has joined #openstack-dev | 19:35 | |
ttx | hmm, I guess that could work | 19:36 |
stevebaker | actually, I'll do a pass today, many could be obviously punted | 19:36 |
ttx | stevebaker: ideally I'd have preferred to have icehouse-1 all squared by EOD | 19:36 |
ttx | stevebaker: you can aggressively target everythig to i-2 and then do a finer pass | 19:36 |
stevebaker | ok, I'll do a full pass | 19:36 |
atiwari | ayoung " would a user need to provide a token that contains that role as well as roles scoped to a project" the service scoped roles should mostly used for role assignment with a project | 19:37 |
*** alexpilotti has joined #openstack-dev | 19:37 | |
ayoung | atiwari, yes, a role assignemnt would be scoped to a project, but the orle defintioin would not be...I think we're cool | 19:37 |
ttx | then you can make sure than this small icehouse-1 is all prioritized, assigned and has updated status | 19:37 |
atiwari | correct | 19:37 |
stevebaker | ttx: ok. | 19:37 |
atiwari | role definition should scoped to service | 19:37 |
stevebaker | ttx: I've started doing some stable/havana backports. Is there a release schedule for those? | 19:37 |
atiwari | as per my bp | 19:37 |
ttx | stevebaker: it's fine to move to i-2 and then back to i-1 if you realize it makes sense after tomorrow's meeting | 19:37 |
ttx | stevebaker: so be conservative with i-1 for today | 19:38 |
stevebaker | ok | 19:38 |
ttx | stevebaker: there is, yes... let me check | 19:38 |
ttx | I think .1 is the week after icehouse-1 | 19:38 |
stevebaker | ok, good | 19:38 |
ttx | yes 2013.2.1 Dec 12 | 19:39 |
*** marun has quit IRC | 19:39 | |
*** sarob has quit IRC | 19:39 | |
*** sarob_ has joined #openstack-dev | 19:39 | |
ttx | stevebaker: you have bug 1245676 set to critical -- if that's true it might make sense to target it to icehouse-1 as well | 19:40 |
uvirtbot | Launchpad bug 1245676 in python-pbr "pip install pbr==0.5.22 fails unless run twice on ubuntu 12.04" [Undecided,Confirmed] https://launchpad.net/bugs/1245676 | 19:40 |
*** rongze has quit IRC | 19:40 | |
ttx | or downgrade its priority | 19:40 |
stevebaker | I need to ask SpamapS why he set it to Critical | 19:41 |
ttx | stevebaker: ok | 19:41 |
*** markmc has quit IRC | 19:41 | |
stevebaker | I suspect heat could just be removed from that bug if the new pbr fixed it | 19:42 |
*** markmc has joined #openstack-dev | 19:42 | |
ttx | stevebaker: for next week the goal will be to try to have most blueprints filed and targeted to the relevant milestone | 19:42 |
*** sarob_ has quit IRC | 19:42 | |
stevebaker | ok | 19:42 |
*** MaxV has quit IRC | 19:42 | |
SpamapS | stevebaker: because it breaks all people installing on 12.04? | 19:42 |
ttx | stevebaker: but for this week, priority is to end up with a sane icehouse-1 roadmap that we can track over the next two weeks | 19:42 |
ttx | SpamapS: who does that ? :) | 19:43 |
SpamapS | weird people | 19:43 |
*** MaxV has joined #openstack-dev | 19:43 | |
stevebaker | SpamapS: I've set it to High | 19:43 |
* SpamapS hears the clock ticking on his raring installs as they will EOL in < 6 weeks. | 19:43 | |
*** buzztroll has quit IRC | 19:43 | |
ttx | SpamapS: I like how it's even shorter than our own support policy now | 19:44 |
*** sarob has joined #openstack-dev | 19:44 | |
sandywalsh_ | lifeless, available? | 19:44 |
ttx | stevebaker: questions? | 19:44 |
*** buzztroll has joined #openstack-dev | 19:44 | |
stevebaker | dang, we have a lot of i-1 triaged bugs | 19:44 |
SpamapS | ttx: well they can't be supporting all these kernels _and_ the weird android overlay kernel interaction.. ;) | 19:44 |
ttx | SpamapS: now you are trolling :) | 19:44 |
*** swaT30 has quit IRC | 19:44 | |
stevebaker | ttx: I think I'm good | 19:45 |
lifeless | sandywalsh_: not really, I have like 3 hours of meetings and one hour in | 19:45 |
ttx | SpamapS: I can try too: "I almost went to a vUDS session today" | 19:45 |
*** MaxV has quit IRC | 19:45 | |
lifeless | sandywalsh_: if its testr related, just ask | 19:45 |
ttx | stevebaker: cool thx! | 19:45 |
lifeless | sandywalsh_: there are lots of folk with relevant experience here :) | 19:45 |
*** MaxV has joined #openstack-dev | 19:45 | |
sandywalsh_ | lifeless: yeesh ... sounds horrible. :) Ok, will do, thanks | 19:46 |
*** novas0x2a|laptop has joined #openstack-dev | 19:46 | |
sandywalsh_ | testr question: I'm running the oslo-incubator tests via tox, but just want to run tests.unit.test_notifier (for example) ... what's the incantation for that? | 19:46 |
sandywalsh_ | tried tox -- tests.unit.test_notifier, but it reports that it can't find it | 19:47 |
*** sarob has quit IRC | 19:47 | |
*** swaT30 has joined #openstack-dev | 19:47 | |
*** sarob has joined #openstack-dev | 19:47 | |
clarkb | tox -epy27 -- tests.unit.test_notifier | 19:47 |
clarkb | without an env specified tox will try to run all envs | 19:47 |
clarkb | * all default envs | 19:48 |
*** chuck__ has joined #openstack-dev | 19:48 | |
sandywalsh_ | will it not work without the -e ? | 19:48 |
sandywalsh_ | or is it that passing "tests.unit.test_notifier" into pep (let's say), is bad | 19:48 |
*** sarob has quit IRC | 19:48 | |
*** sarob has joined #openstack-dev | 19:49 | |
clarkb | sandywalsh_: I think it is passing it to pep8 and that is bad | 19:49 |
clarkb | (I would need to test locally to be double sure) | 19:49 |
sandywalsh_ | testing now ... stay tuned | 19:49 |
*** buzztroll has quit IRC | 19:50 | |
*** jruzz has quit IRC | 19:50 | |
sandywalsh_ | it's giving a false positive. says it passed, but it never ran any tests. Not complaining that it didn't find it when I give a bad name | 19:50 |
*** davidhadas has joined #openstack-dev | 19:51 | |
clarkb | lifeless: ^ | 19:51 |
sandywalsh_ | clarkb: ^ | 19:51 |
sandywalsh_ | :) | 19:51 |
*** xga has joined #openstack-dev | 19:52 | |
sandywalsh_ | let me try that on master to be sure | 19:52 |
lifeless | ok, so do testr list-tests <pattern> | 19:52 |
lifeless | with the same pattern | 19:52 |
*** jruzz has joined #openstack-dev | 19:52 | |
lifeless | if list-tests doesn't find anything (and no errors occur) then your pattern just doesn't match | 19:52 |
lifeless | testr list-tests | 19:53 |
lifeless | with no pattern will list all your tests. if none are listed the .testr.conf config is broken (or something along those lines) | 19:53 |
lifeless | if you have an old testr listing can fail silently, so make sure you're running a current release | 19:53 |
sandywalsh_ | from previous run http://paste.openstack.org/show/53614/ | 19:54 |
*** nachi has joined #openstack-dev | 19:54 | |
sandywalsh_ | will try that | 19:54 |
sandywalsh_ | lifeless: do I need to activate the venv first? | 19:54 |
sandywalsh_ | (I assume so) | 19:54 |
*** vartom has quit IRC | 19:55 | |
*** dolphm has quit IRC | 19:55 | |
sandywalsh_ | ah, it's unit.foo vs. tests.unit.foo | 19:56 |
sandywalsh_ | the -s tests is pushing it down | 19:56 |
*** xga has quit IRC | 19:56 | |
*** sarob has quit IRC | 19:57 | |
*** buzztroll has joined #openstack-dev | 19:57 | |
*** sarob_ has joined #openstack-dev | 19:57 | |
*** sarob_ has quit IRC | 19:59 | |
*** yassine has quit IRC | 19:59 | |
*** sarob has joined #openstack-dev | 19:59 | |
*** willingc has quit IRC | 20:00 | |
*** jasondot_ has joined #openstack-dev | 20:00 | |
*** themistymay1 has quit IRC | 20:00 | |
*** willingc has joined #openstack-dev | 20:00 | |
*** rraja has joined #openstack-dev | 20:01 | |
*** sarob has quit IRC | 20:02 | |
*** sarob has joined #openstack-dev | 20:02 | |
*** jasondotstar has quit IRC | 20:02 | |
*** zul has quit IRC | 20:03 | |
*** devvesa has quit IRC | 20:03 | |
*** pmathews has quit IRC | 20:04 | |
sandywalsh_ | lifeless: clarkb: thanks guys ... this has me in the right direction I think | 20:05 |
*** willingc has quit IRC | 20:05 | |
*** themistymay1 has joined #openstack-dev | 20:05 | |
*** nachi has quit IRC | 20:06 | |
*** sushils has joined #openstack-dev | 20:06 | |
*** pmathews has joined #openstack-dev | 20:06 | |
*** akrivoka has quit IRC | 20:08 | |
*** sarob has quit IRC | 20:08 | |
*** eglynn has joined #openstack-dev | 20:09 | |
*** yolanda has quit IRC | 20:09 | |
*** sarob has joined #openstack-dev | 20:09 | |
*** yolanda has joined #openstack-dev | 20:10 | |
*** MaxV has quit IRC | 20:13 | |
*** RajM has joined #openstack-dev | 20:14 | |
*** MaxV has joined #openstack-dev | 20:14 | |
tellesnobrega | sandywalsh_: i need to notify nova that something happened in keystone, the notifications consumption is not implemented on nova, how complex is to implement it? do you suggest implementing it or using the nova api to communicate the change? | 20:14 |
*** athomas has quit IRC | 20:15 | |
sandywalsh_ | tellesnobrega: I would write an api extension to handle it via the public api or an internal endpoint api | 20:16 |
tellesnobrega | sandywalsh_: thanks | 20:16 |
sandywalsh_ | tellesnobrega: consuming notifications would eat the notification from the downstream consumers (like billing systems) | 20:16 |
*** markmc has quit IRC | 20:16 | |
*** MaxV has quit IRC | 20:17 | |
*** MaxV has joined #openstack-dev | 20:18 | |
*** jtomasek has quit IRC | 20:18 | |
bknudson | anyone get this from devstack... fails to start nova-api with CoreAPIMissing: Core API extensions are missing: set(['flavors', ... | 20:19 |
sandywalsh_ | lifeless: clarkb: this test was causing testr to lose its mind and give a red-herring error http://paste.openstack.org/show/53616/ | 20:19 |
bknudson | oh, it's my requirements are wrong. | 20:19 |
lifeless | sandywalsh_: not red herring; the test is existing the test runner process | 20:20 |
lifeless | sandywalsh_: thats what the | 20:21 |
lifeless | FAIL: process-returncode | 20:21 |
lifeless | bit means - the test runner exited non-zero | 20:21 |
lifeless | so that test is exercising a codepath that is looking at sys.argv, not at some injected args. | 20:21 |
*** vipul is now known as vipul-away | 20:21 | |
*** vipul-away is now known as vipul | 20:21 | |
sandywalsh_ | lifeless: but why the 'unrecognized arguments' complaint? | 20:21 |
sandywalsh_ | lifeless: and usage report | 20:22 |
lifeless | because its looking at sys.argv, not at some injected args. | 20:22 |
lifeless | you have an ArgumentParser somewhere | 20:22 |
lifeless | its looking at the test process parameters - discover -s tests --load-list /tmp/tmpzx6jaa | 20:22 |
lifeless | and comparing that to the CLI for your program | 20:22 |
lifeless | [-h] [--config-dir DIR] [--config-file PATH] [--debug] | 20:22 |
lifeless | [--log-config-append PATH] [--log-date-format DATE_FORMAT] | 20:22 |
lifeless | [--log-dir LOG_DIR] [--log-file PATH] [--log-format FORMAT] | 20:22 |
lifeless | ... | 20:22 |
sandywalsh_ | hmm, it doesn't complain about that when the tests succeed. | 20:22 |
sandywalsh_ | or is that just part of the general error output? | 20:23 |
*** jtomasek has joined #openstack-dev | 20:23 | |
lifeless | huh | 20:23 |
lifeless | no, this is a broken test | 20:23 |
lifeless | its running a CLI entrypoint under test without isolating it from the test runner's sys.argv etc | 20:24 |
lifeless | which can be done a number of different ways - e.g. injection or mocking | 20:24 |
sandywalsh_ | I mean, I don't understand why we don't get that usage error message when the tests pass? | 20:25 |
sandywalsh_ | shouldn't we get some details on the failing test? There's nothing here. | 20:26 |
lifeless | ok | 20:27 |
lifeless | I think we need to start from scratch | 20:27 |
*** MaxV has quit IRC | 20:28 | |
lifeless | what are the symptoms you're debugging? What happens, when does it happen, and when does it not happen | 20:28 |
*** edmund has joined #openstack-dev | 20:28 | |
lifeless | perhaps put this in an etherpad | 20:28 |
lifeless | so we can get a holistic view | 20:28 |
*** MaxV has joined #openstack-dev | 20:28 | |
*** willingc has joined #openstack-dev | 20:28 | |
*** mlavalle has quit IRC | 20:29 | |
sandywalsh_ | so, I'm working on some new code, and new tests. | 20:29 |
sandywalsh_ | there is a problem in the new tests | 20:29 |
sandywalsh_ | (calling something at the wrong time) | 20:30 |
sandywalsh_ | in the paste above, that's the only indication that the test failed | 20:30 |
lifeless | which test failed? | 20:30 |
sandywalsh_ | the new test I was writing (test_should_load_plugin in the paste above) | 20:30 |
lifeless | so if you disable it - rename to _test_should_load_plugin, does the error go away? | 20:31 |
sandywalsh_ | I have the snippit of bad test and the output in the same paste | 20:31 |
sandywalsh_ | yes | 20:31 |
lifeless | if you comment out the last half of the test, does the error go away ? | 20:31 |
sandywalsh_ | and it gives none of those usage complaints | 20:31 |
*** willingc has quit IRC | 20:32 | |
sandywalsh_ | well, I know there's one of those three lines that are offensive, but shouldn't the test runner say "this test failed" and not give a usage error? | 20:32 |
*** willingc has joined #openstack-dev | 20:32 | |
*** yolanda has quit IRC | 20:32 | |
*** MaxV has quit IRC | 20:33 | |
lifeless | sandywalsh_: not if sys.exit(1) is being called | 20:33 |
lifeless | sandywalsh_: the runner is not giving a usage error. | 20:33 |
lifeless | sandywalsh_: the code under teset is giving a usage error. | 20:33 |
sandywalsh_ | ah, now I think I see your point | 20:34 |
*** xqueralt has quit IRC | 20:34 | |
sandywalsh_ | ok, let me see if there's a sys.exit being generated from my calling order | 20:34 |
sandywalsh_ | could be a problem with the fixture library | 20:35 |
*** jtomasek has quit IRC | 20:35 | |
lifeless | something - and I bet it's in config.config() | 20:35 |
lifeless | is calling sys.exit(not-0) after spewing a usage error to stderr | 20:35 |
lifeless | it's doing that because it's looking at sys.argv | 20:36 |
lifeless | which contains the parameters for the test runner | 20:36 |
sandywalsh_ | yep, that makes sense now ... thanks. I'll investigate | 20:36 |
*** vipul is now known as vipul-away | 20:36 | |
lifeless | this is what I mean by it's not been isolated properly. | 20:36 |
*** rongze has joined #openstack-dev | 20:36 | |
*** willingc has quit IRC | 20:37 | |
*** n0ano has quit IRC | 20:37 | |
sandywalsh_ | right ... even if we fence posted it a little clearer to say this is where testr ends and the test begins | 20:37 |
*** jtomasek has joined #openstack-dev | 20:37 | |
lifeless | so I'm entirely open to there being an issue there | 20:37 |
lifeless | in principle testr should see the test begin | 20:38 |
*** nermina has quit IRC | 20:38 | |
lifeless | but it may be exiting before the test start is written to the socket | 20:38 |
lifeless | thus causing testr to only see the exit(1) | 20:38 |
lifeless | (for instance) | 20:38 |
lifeless | if you run with --subunit | 20:38 |
lifeless | and capture everything to a gz file and mail me, I can have a look-see | 20:39 |
*** hemna has quit IRC | 20:39 | |
sandywalsh_ | k, will do ... still wrapping my head around the whole concept of testr :) | 20:39 |
sandywalsh_ | but i think I get the gist | 20:40 |
*** rongze has quit IRC | 20:41 | |
*** hemna has joined #openstack-dev | 20:43 | |
*** drewlander has joined #openstack-dev | 20:47 | |
*** drewlander has quit IRC | 20:48 | |
*** dolphm has joined #openstack-dev | 20:48 | |
*** teran has joined #openstack-dev | 20:49 | |
*** DinaBelova has quit IRC | 20:49 | |
ekarlso | BobBall: ? | 20:52 |
*** jasondot_ has quit IRC | 20:53 | |
*** romcheg has joined #openstack-dev | 20:53 | |
*** termie has quit IRC | 20:54 | |
*** jasondotstar has joined #openstack-dev | 20:55 | |
*** themistymay1 has quit IRC | 20:59 | |
*** datsun180b_ has joined #openstack-dev | 20:59 | |
*** rushiagr has quit IRC | 21:01 | |
*** Ryan_Lane1 has joined #openstack-dev | 21:01 | |
*** Ryan_Lane has quit IRC | 21:01 | |
*** datsun180b has quit IRC | 21:02 | |
*** datsun180b_ is now known as datsun180b | 21:02 | |
*** quade has joined #openstack-dev | 21:03 | |
*** radix_ has quit IRC | 21:03 | |
*** jruzicka has quit IRC | 21:07 | |
*** vahidh has quit IRC | 21:07 | |
*** jistr has quit IRC | 21:08 | |
*** vuil has quit IRC | 21:08 | |
*** isd has quit IRC | 21:08 | |
*** Ryan_Lane1 is now known as Ryan_Lane | 21:09 | |
*** Ryan_Lane has joined #openstack-dev | 21:09 | |
*** hartsocks has joined #openstack-dev | 21:09 | |
*** jamezpolley has joined #openstack-dev | 21:09 | |
*** pafuent has joined #openstack-dev | 21:11 | |
*** quade has quit IRC | 21:12 | |
*** rahmu has quit IRC | 21:12 | |
*** yamahata_ has quit IRC | 21:12 | |
*** pafuent has left #openstack-dev | 21:12 | |
*** eglynn has quit IRC | 21:12 | |
*** nsaje has quit IRC | 21:13 | |
*** ruhe has quit IRC | 21:13 | |
*** nsaje has joined #openstack-dev | 21:14 | |
*** ndipanov has quit IRC | 21:14 | |
*** rahmu has joined #openstack-dev | 21:14 | |
*** akrivoka has joined #openstack-dev | 21:15 | |
*** nermina has joined #openstack-dev | 21:16 | |
*** ericw has joined #openstack-dev | 21:16 | |
*** raj_m has joined #openstack-dev | 21:16 | |
*** jprovazn has quit IRC | 21:19 | |
*** RajM has quit IRC | 21:19 | |
*** huats has quit IRC | 21:20 | |
*** lskyw has quit IRC | 21:21 | |
*** huats has joined #openstack-dev | 21:22 | |
*** mrunge has joined #openstack-dev | 21:23 | |
*** davidhadas_ has joined #openstack-dev | 21:24 | |
*** ifarkas has quit IRC | 21:25 | |
*** vipul-away is now known as vipul | 21:26 | |
*** davidhadas has quit IRC | 21:26 | |
*** alunduil has quit IRC | 21:27 | |
*** willingc has joined #openstack-dev | 21:27 | |
*** mkollaro1 has quit IRC | 21:28 | |
markwash | lifeless: so I think you were saying, I should just add deprecation warnings to everything I want to change | 21:28 |
markwash | and wait a sufficiently longtime before changing them | 21:28 |
markwash | right? | 21:28 |
lifeless | markwash: in short yeah | 21:29 |
lifeless | markwash: if someone's code doesn't generate deprecation warnings, they should still work after the 1.0 release | 21:30 |
*** jhesketh__ has quit IRC | 21:30 | |
markwash | lifeless: so I think I've done that, so my question is still basically about that last transition | 21:30 |
*** jhesketh_ has joined #openstack-dev | 21:30 | |
*** pablosan has quit IRC | 21:30 | |
markwash | when there is about a month of core discussion, submissions, and reviews removing those deprecated things | 21:31 |
lifeless | ok | 21:31 |
lifeless | so I think the way I'd do it to avoid race conditions is: | 21:31 |
lifeless | get a single proposal up that removes all the deprecated code that has been sitting deprecated for $long_enough. | 21:31 |
lifeless | land that and tag that landing as 1.0.0 | 21:32 |
lifeless | it's not quite atomic | 21:32 |
lifeless | but it's darn close | 21:32 |
*** pablosan has joined #openstack-dev | 21:33 | |
*** che-arne has joined #openstack-dev | 21:34 | |
*** yamahata_ has joined #openstack-dev | 21:34 | |
*** akrivoka has quit IRC | 21:34 | |
*** xarses has quit IRC | 21:35 | |
*** atiwari has quit IRC | 21:36 | |
*** rongze has joined #openstack-dev | 21:37 | |
*** tmclaugh[work] has quit IRC | 21:38 | |
*** armax has left #openstack-dev | 21:39 | |
*** rongze has quit IRC | 21:41 | |
*** mkollaro has joined #openstack-dev | 21:43 | |
*** mikeoutland has quit IRC | 21:44 | |
*** gsilvis has joined #openstack-dev | 21:47 | |
*** dvarga has quit IRC | 21:48 | |
*** kpavel has joined #openstack-dev | 21:48 | |
*** bdpayne has quit IRC | 21:50 | |
*** denis_makogon_ has joined #openstack-dev | 21:51 | |
*** mikeoutland has joined #openstack-dev | 21:51 | |
*** xarses has joined #openstack-dev | 21:51 | |
kpavel | dansmith: hi Dan, can you please review again https://review.openstack.org/#/c/46649/? | 21:51 |
*** radix_ has joined #openstack-dev | 21:52 | |
*** mikeoutland has quit IRC | 21:53 | |
*** nati_ueno has joined #openstack-dev | 21:53 | |
*** jamezpolley has left #openstack-dev | 21:54 | |
*** bvandenh has quit IRC | 21:55 | |
*** jamezpolley has joined #openstack-dev | 21:55 | |
*** reidrac has quit IRC | 21:55 | |
*** jasondotstar has quit IRC | 21:56 | |
*** tonix has joined #openstack-dev | 21:56 | |
*** mkollaro has quit IRC | 21:56 | |
*** gyee has quit IRC | 21:58 | |
*** insanidade has quit IRC | 21:59 | |
*** drewlander has joined #openstack-dev | 21:59 | |
*** denis_makogon_ is now known as denis_makogon | 21:59 | |
*** achampion has quit IRC | 21:59 | |
*** tmclaugh[work] has joined #openstack-dev | 21:59 | |
*** nermina has quit IRC | 21:59 | |
*** sgordon has quit IRC | 22:00 | |
*** peristeri has quit IRC | 22:00 | |
*** richardboswell2 has quit IRC | 22:03 | |
*** xarses has quit IRC | 22:03 | |
*** drewlander has quit IRC | 22:03 | |
*** tmclaugh[work] has quit IRC | 22:04 | |
*** tmclaugh[work] has joined #openstack-dev | 22:04 | |
*** litong has quit IRC | 22:06 | |
*** yeylon_ has quit IRC | 22:08 | |
*** nati_ueno has quit IRC | 22:10 | |
*** willingc has quit IRC | 22:10 | |
*** rraja has quit IRC | 22:11 | |
*** willingc has joined #openstack-dev | 22:11 | |
*** nkinder has quit IRC | 22:11 | |
*** gordc has quit IRC | 22:11 | |
*** pcm_ has quit IRC | 22:12 | |
*** yamahata_ has quit IRC | 22:12 | |
*** willingc_ has joined #openstack-dev | 22:12 | |
*** tdruiva has quit IRC | 22:13 | |
*** tdruiva has joined #openstack-dev | 22:14 | |
*** davidhadas_ has quit IRC | 22:14 | |
*** bswartz has quit IRC | 22:14 | |
*** willingc has quit IRC | 22:15 | |
*** boden has quit IRC | 22:16 | |
*** ftcjeff has joined #openstack-dev | 22:17 | |
ayoung | primeministerp, is there parking for the meetup tonight? | 22:17 |
*** MaxV has joined #openstack-dev | 22:17 | |
*** sandywalsh_ has quit IRC | 22:18 | |
*** eglynn has joined #openstack-dev | 22:18 | |
*** tdruiva has quit IRC | 22:18 | |
*** joesavak has quit IRC | 22:19 | |
*** mriedem has quit IRC | 22:19 | |
*** ljjjusti1 has joined #openstack-dev | 22:19 | |
*** twoputt has quit IRC | 22:19 | |
*** topol has quit IRC | 22:19 | |
*** twoputt_ has quit IRC | 22:20 | |
*** nati_ueno has joined #openstack-dev | 22:20 | |
*** mkollaro has joined #openstack-dev | 22:20 | |
*** eglynn has quit IRC | 22:21 | |
*** MaxV has quit IRC | 22:22 | |
*** dprince has quit IRC | 22:22 | |
devananda | primeministerp: ping re https://blueprints.launchpad.net/ironic/+spec/windows-pxe-localboot0 | 22:22 |
*** RajM has joined #openstack-dev | 22:22 | |
*** thomasem has quit IRC | 22:23 | |
ayoung | devananda, was that from what he was hacking on the planeride back from HK? | 22:23 |
*** ljjjustin has quit IRC | 22:23 | |
dolphm | david-lyle: congrats! | 22:23 |
*** gyee has joined #openstack-dev | 22:23 | |
*** RajM has quit IRC | 22:25 | |
*** xarses_ has joined #openstack-dev | 22:25 | |
*** vuil has joined #openstack-dev | 22:25 | |
*** xarses_ is now known as xarses | 22:25 | |
*** mikeoutland has joined #openstack-dev | 22:25 | |
david-lyle | dolpm: thanks! | 22:26 |
*** ayoung has quit IRC | 22:28 | |
devananda | ayoung: possibly. he's got an implementation up on github now | 22:28 |
*** ArxCruz has quit IRC | 22:28 | |
*** vijendar has quit IRC | 22:30 | |
*** mikeoutland has quit IRC | 22:30 | |
*** sdake_ has quit IRC | 22:31 | |
*** sdake_ has joined #openstack-dev | 22:32 | |
*** tmclaugh[work] has quit IRC | 22:32 | |
*** SergeyLukjanov has quit IRC | 22:33 | |
*** ArxCruz has joined #openstack-dev | 22:33 | |
morganfainberg | david-lyle, oh i guess that means you're official PTL! Grats man! :) | 22:34 |
*** romcheg has left #openstack-dev | 22:36 | |
morganfainberg | wow, looking back at keystone in grizzly, things have moved a lot | 22:36 |
david-lyle | thanks morganfainberg! | 22:36 |
*** rongze has joined #openstack-dev | 22:37 | |
*** nati_ueno has quit IRC | 22:37 | |
*** dkranz has quit IRC | 22:38 | |
*** nati_ueno has joined #openstack-dev | 22:38 | |
gyee | morganfainberg, that's because refactoring is constant :) | 22:39 |
*** faramir1 has joined #openstack-dev | 22:40 | |
*** stevemar has quit IRC | 22:42 | |
*** eglynn has joined #openstack-dev | 22:42 | |
*** rongze has quit IRC | 22:42 | |
*** rnirmal has quit IRC | 22:43 | |
*** jecarey has quit IRC | 22:43 | |
*** alunduil has joined #openstack-dev | 22:45 | |
*** jamezpolley has left #openstack-dev | 22:46 | |
*** jamezpolley has joined #openstack-dev | 22:46 | |
*** arosen has quit IRC | 22:49 | |
devananda | dhellmann: any tips on enabling sphinxcontrib-pecanwsme in ironic's docs? I've been poking around ceilometer but I dont see where/how this is being used/invoked/activated. | 22:49 |
dhellmann | devananda: add 'sphinxcontrib.pecanwsme.rest' to the extensions list in your conf.py to start | 22:50 |
*** mkollaro has quit IRC | 22:50 | |
devananda | dhellmann: did that | 22:50 |
dhellmann | devananda: you can use the rest-controller directive | 22:50 |
devananda | dhellmann: ah. ok. | 22:50 |
devananda | dhellmann: was about to ask if it had something to do with rest-controller, autotype, or something else | 22:51 |
*** buzztroll has quit IRC | 22:51 | |
*** mgagne has quit IRC | 22:51 | |
dhellmann | devananda: yeah, the autotype directive is part of sphinx, but the extension adds capabilities to it and the rest-controller directive is part of the extension | 22:51 |
devananda | dhellmann: great, thanks | 22:51 |
morganfainberg | gyee, is that a universal constant? :P | 22:52 |
*** jhesketh__ has joined #openstack-dev | 22:52 | |
*** mfer has quit IRC | 22:52 | |
*** alunduil has quit IRC | 22:53 | |
*** giulivo has quit IRC | 22:53 | |
gyee | moranfainberg, maybe just Keystone :) maybe a fun stat to have, I wonder how many percentage of code change from one release to another | 22:54 |
*** denis_makogon has quit IRC | 22:54 | |
*** MaxV has joined #openstack-dev | 22:55 | |
*** f13o has joined #openstack-dev | 22:55 | |
*** jecarey has joined #openstack-dev | 22:56 | |
*** mihgen has quit IRC | 22:57 | |
*** willingc_ has quit IRC | 22:57 | |
*** willingc has joined #openstack-dev | 22:58 | |
*** alop_ has joined #openstack-dev | 22:59 | |
*** alop has quit IRC | 23:00 | |
*** alop_ is now known as alop | 23:00 | |
*** jobewan has quit IRC | 23:00 | |
*** flaper87 is now known as flaper87|afk | 23:00 | |
*** willingc has quit IRC | 23:03 | |
*** thedodd has quit IRC | 23:03 | |
*** jpich has quit IRC | 23:04 | |
*** kbringard has quit IRC | 23:04 | |
*** mrunge has quit IRC | 23:04 | |
*** alunduil has joined #openstack-dev | 23:05 | |
*** sushils has quit IRC | 23:05 | |
*** lsmola has quit IRC | 23:06 | |
*** jcoufal has quit IRC | 23:06 | |
*** bpokorny has quit IRC | 23:06 | |
*** burt has quit IRC | 23:07 | |
*** salv-orlando has quit IRC | 23:07 | |
*** eglynn has quit IRC | 23:07 | |
*** salv-orlando has joined #openstack-dev | 23:07 | |
*** jtomasek has quit IRC | 23:08 | |
*** jcooley_ has joined #openstack-dev | 23:08 | |
*** dolphm has quit IRC | 23:09 | |
*** alunduil has quit IRC | 23:10 | |
*** diogogmt has quit IRC | 23:10 | |
*** jcooley_ has quit IRC | 23:10 | |
*** atiwari has joined #openstack-dev | 23:11 | |
*** dbalog has quit IRC | 23:11 | |
*** atiwari has quit IRC | 23:11 | |
*** jergerber has quit IRC | 23:14 | |
*** jcooley_ has joined #openstack-dev | 23:16 | |
*** nati_ueno has quit IRC | 23:17 | |
morganfainberg | jog0, ping | 23:17 |
*** jgrimm has quit IRC | 23:17 | |
jog0 | morganfainberg: pong | 23:19 |
morganfainberg | jog0, just wanted to stop going back and forth in comments on the hacking.rst thing, figured this was quicker. | 23:19 |
morganfainberg | jog0, i am unsure why you'd say it's unrelated, it seems like ti at least solved the "not referencing nova" portion of your bug report | 23:20 |
morganfainberg | jog0, i wont block it based on this, in fact i didn't even mean to -1 it initially. (sorry about that) | 23:20 |
*** alunduil has joined #openstack-dev | 23:21 | |
*** buzztroll has joined #openstack-dev | 23:22 | |
*** Ryan_Lane has quit IRC | 23:22 | |
*** Ryan_Lane1 has joined #openstack-dev | 23:22 | |
jog0 | morganfainberg: its only related in that this patch raised the question | 23:23 |
jog0 | the patch isn't actually related to the bug | 23:23 |
morganfainberg | ah, i see i now get it. | 23:23 |
*** dkranz has joined #openstack-dev | 23:23 | |
morganfainberg | that wasn't exactly clear to me. | 23:23 |
morganfainberg | it was inversely related then. | 23:23 |
morganfainberg | ok. | 23:23 |
morganfainberg | thanks for explaining. | 23:24 |
*** neelashah has quit IRC | 23:24 | |
*** datsun180b has quit IRC | 23:25 | |
*** jmontemayor has quit IRC | 23:25 | |
*** buzztroll has quit IRC | 23:26 | |
*** FunnyLookinHat has quit IRC | 23:27 | |
jog0 | morganfainberg: np | 23:27 |
*** dkranz has quit IRC | 23:27 | |
*** bdpayne has joined #openstack-dev | 23:28 | |
lbragstad | morganfainberg: ping? | 23:29 |
morganfainberg | lbragstad, pong | 23:29 |
lbragstad | hey, do you have a link for this review? for the H302 check in keystone? https://review.openstack.org/#/c/57091/1/keystone/token/providers/uuid.py | 23:30 |
*** tanisdl has quit IRC | 23:31 | |
morganfainberg | lbragstad, with changing test-requirements.txt to match https://review.openstack.org/#/c/56648/ | 23:31 |
morganfainberg | i get | 23:31 |
morganfainberg | http://paste.openstack.org/show/53631/ | 23:31 |
lbragstad | ahh cool, good deal | 23:32 |
lbragstad | for some reason I thought we had that already? | 23:32 |
lbragstad | I must have been looking at something else | 23:32 |
morganfainberg | lbragstad, nope. we don't have it yet: http://git.openstack.org/cgit/openstack/keystone/tree/test-requirements.txt | 23:33 |
lbragstad | cool, thanks! | 23:33 |
morganfainberg | lbragstad, the new H302 checking comes from http://git.openstack.org/cgit/openstack-dev/hacking/tree/hacking/core.py#n415 | 23:33 |
morganfainberg | seems to do much better than the previous one (if there was any) | 23:34 |
*** ftcjeff has quit IRC | 23:34 | |
lbragstad | gotcha | 23:35 |
*** Ryan_Lane1 is now known as Ryan_Lane | 23:37 | |
*** Ryan_Lane has joined #openstack-dev | 23:37 | |
*** rongze has joined #openstack-dev | 23:38 | |
*** rcleere has quit IRC | 23:41 | |
*** vipul is now known as vipul-away | 23:41 | |
*** tanisdl has joined #openstack-dev | 23:42 | |
*** sdake_ has quit IRC | 23:43 | |
*** rongze has quit IRC | 23:43 | |
*** nsaje has quit IRC | 23:43 | |
*** nsaje has joined #openstack-dev | 23:44 | |
*** diogogmt has joined #openstack-dev | 23:45 | |
*** edmund has quit IRC | 23:47 | |
*** kpavel has quit IRC | 23:47 | |
*** changbl has quit IRC | 23:48 | |
*** loq_mac has joined #openstack-dev | 23:48 | |
*** nsaje has quit IRC | 23:49 | |
*** loq_mac has quit IRC | 23:49 | |
*** bswartz has joined #openstack-dev | 23:50 | |
*** willingc has joined #openstack-dev | 23:51 | |
*** rfolco has quit IRC | 23:56 | |
*** epim has quit IRC | 23:58 | |
*** eharney has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!