*** Ryan_Lane has quit IRC | 00:00 | |
*** comay has quit IRC | 00:01 | |
*** colinmcnamara has quit IRC | 00:02 | |
*** comay has joined #openstack-dev | 00:03 | |
morganfainberg | henrynash, out of curiosity, how is filters populated at the controller level? | 00:06 |
---|---|---|
henrynash | morganfainberg: the @protected wrapper doe sit | 00:06 |
morganfainberg | henrynash, i am just not seeing it. might be just missing where that is extracted from (behind the scenes) | 00:06 |
morganfainberg | henrynash, Ah! | 00:06 |
morganfainberg | henrynash, thank you. i knew i was just looking in the wrong place | 00:07 |
henrynash | morganfainberg: np | 00:07 |
morganfainberg | henrynash, ah yes filterprotected | 00:07 |
morganfainberg | it all makes sense.... | 00:08 |
henrynash | morganfainberg: on a good day, with the wind blowing in the right direction etc. | 00:08 |
*** jasdeepH has joined #openstack-dev | 00:08 | |
henrynash | morganfianberg: at least I need that...:-) | 00:08 |
*** portante|afk is now known as portante | 00:09 | |
*** sarob has quit IRC | 00:09 | |
*** markwash has quit IRC | 00:13 | |
*** bdpayne has joined #openstack-dev | 00:13 | |
*** dina_belova has joined #openstack-dev | 00:14 | |
*** gyee has quit IRC | 00:16 | |
morganfainberg | henrynash, the only thing i see that is standing out is that the sql.core.filter checks i hints is none, doesn't check to see if filters() is empty. | 00:16 |
*** eglynn-is-tired has quit IRC | 00:16 | |
morganfainberg | henrynash, so you're going to do filtering even with an empty list, since the controller always passes an empty Hints() object (identity controller at least) | 00:17 |
henrynash | morganfainberg: …in which case the for loop in _filter will do nothing | 00:18 |
morganfainberg | it's really a no-op, but a lot of extra code to get to that no-op | 00:18 |
morganfainberg | s/a lot/some | 00:18 |
morganfainberg | again, thats the biggest thing standing out to me. :P so pretty minor. | 00:19 |
henrynash | morganfainberg: so really a call and 3 lines :-) | 00:19 |
*** dina_belova has quit IRC | 00:19 | |
morganfainberg | henrynash oh. | 00:19 |
henrynash | morganfainberg: fair comment, though | 00:19 |
morganfainberg | i assume the reason your doing a hasattr in the filter is because someone could provide their own hints object? (line 371) | 00:20 |
morganfainberg | vs. the driver hints you currently build? | 00:20 |
henrynash | morganfainger: yes | 00:20 |
*** bdpayne has quit IRC | 00:20 | |
morganfainberg | you should check to see if it's a callable | 00:20 |
morganfainberg | since you do .filters() | 00:20 |
morganfainberg | or make it an @property on the normal hints object | 00:20 |
henrynash | morgainberg: I think we will outlaw that…but for now put in some defensive coding | 00:20 |
morganfainberg | this is something that can go into a fix | 00:21 |
morganfainberg | wont impact anything out the gate | 00:21 |
henrynash | morgainfainberg: agreed | 00:21 |
morganfainberg | i just see a potential traceback scenario since we're allowing arbitrary stuff. | 00:21 |
morganfainberg | i think the best bet is to make hints.filters() instead an @property, unless you want to make it an iter() | 00:22 |
henrynash | morganfainberg: well, for now we aren't….we wither build the hints with with the driver_hints.Hints() or by [] - the later is what I was protecting against | 00:23 |
morganfainberg | nod. | 00:23 |
morganfainberg | makes sense. | 00:23 |
henrynash | morganfainberg: happy to commit to coming back in and tidying that up | 00:23 |
morganfainberg | yep, going to comment on it just to record, but it isn't anything that would block a +2 so far. | 00:24 |
henrynash | morganfainberg: can i cajole you into upping your +1 to a +2 (we got get this thing gating asap or we miss the boat) | 00:24 |
morganfainberg | henrynash, finishying up the last couple things and yes. | 00:24 |
morganfainberg | just making sure i ran through it once. | 00:24 |
morganfainberg | almost done | 00:25 |
henrynash | morganfainberg: thx….I'll owe you drinks in HK :-) | 00:25 |
morganfainberg | henrynash, this is much better with the hints than before imo | 00:27 |
morganfainberg | it is easier to understand what is intended | 00:27 |
ayoung-afk | henrynash, looking now | 00:27 |
*** faramir has joined #openstack-dev | 00:27 | |
henrynash | morganfainberg: agreed…I got a huge set of comments to get in today with suggestions on make it better…and the result is indeed a lot better I think | 00:28 |
henrynash | ayoung-afk: thx (new handle?) | 00:28 |
*** vipul is now known as vipul-away | 00:29 | |
*** angdraug has quit IRC | 00:29 | |
*** gongysh has quit IRC | 00:29 | |
*** Guest28385 is now known as zz_Guest28385 | 00:30 | |
ayoung-afk | henrynash, nah, just irc is being fussy about letting me change my handle...I was putting the boys to bed until about 10 minutes ago | 00:30 |
ayoung-afk | henrynash, do we still have the go ahead to merge it if it is OK? | 00:31 |
henrynash | ayoung-afk: :-) | 00:31 |
henrynash | ayoung-afk: from who? dolphm? | 00:31 |
ayoung-afk | henrynash, someone stole my nickname somewhere else on freenode. I might have to switch to my alter ego | 00:31 |
*** ayoung-afk is now known as admiyo | 00:31 | |
admiyo | henrynash, yeah, and ttx | 00:32 |
henrynash | ayoung-afk; dolphm gave me his final comments before he headed to dinner - I think I fixed them all, | 00:32 |
admiyo | henrynash, who is this ayoung-ay-ef-kay | 00:32 |
henrynash | admiyo: haven't asked ttx, but we agreed to punt limts and put this one in. so I'd assume so | 00:33 |
henrynash | ttx: you on? | 00:33 |
morganfainberg | admiyo, you don't have it setup so you can ghost your name back? (i think thats the right terminology) | 00:33 |
morganfainberg | s/name/nic | 00:33 |
admiyo | henrynash, should be fine. what was the thing about hints? | 00:33 |
henrynash | admiyo: can't tell…it's a secret | 00:34 |
admiyo | morganfainberg, yeah, I can, but it is such acommon name that I feel bad punting on it | 00:34 |
morganfainberg | ah. | 00:34 |
admiyo | henrynash, c'mon...give me a hint | 00:34 |
admiyo | morganfainberg, there is also a semi traditoin of casual nick Friday. Since tomorrow is a Jewish Holiday, and I'm taking the day off, figured I'd go in my other persona | 00:35 |
henrynash | admiyo: the "thing" we pass from controller to driver is not called "hints" (as opposed to list_directives, query_dict etc.) | 00:35 |
admiyo | ah | 00:35 |
henrynash | admiyo: sorry…..is now called hints…I meant | 00:35 |
morganfainberg | admiyo, i keep forgetting to use my alter ego on fridays. | 00:35 |
admiyo | I actually prefer this nick, as it is more distinct. THere is an Anthony Young that works for Rackspace and, for a while, I was confused ith him. | 00:36 |
*** nosnos has joined #openstack-dev | 00:36 | |
admiyo | sleepsonthefloor I think, or something | 00:36 |
*** morganfainberg is now known as mdrnstm | 00:37 | |
mdrnstm | :P | 00:37 |
*** mdrnstm is now known as needscoffee | 00:37 | |
needscoffee | anyways. henrynash , publishing the +2 and the comments now. to me, it looks good. | 00:37 |
henrynash | needscoffee: thx! | 00:38 |
*** garyk has joined #openstack-dev | 00:38 | |
*** needscoffee is now known as morganfainberg | 00:38 | |
admiyo | needscoffee, shouldn't that be needs beer? It has to be past work hours whereever you are | 00:38 |
morganfainberg | admiyo, probably | 00:39 |
*** garyk1 has quit IRC | 00:39 | |
morganfainberg | it's only 1730. | 00:39 |
morganfainberg | ish | 00:39 |
admiyo | middle of the morning by SF programmers standards, as I recall. But not too early for beer. | 00:39 |
*** vipul-away is now known as vipul | 00:40 | |
admiyo | henrynash, so we have standard hints for all of the driver calls now? | 00:40 |
morganfainberg | since i'm in LA, it's probably closer to middle of the "why am i awake this early" | 00:40 |
henrynash | admiyo:all the list calls | 00:40 |
*** rfolco has quit IRC | 00:41 | |
admiyo | henrynash, I guess I should read up the IRC log | 00:41 |
morganfainberg | henrynash, i assume it's intentional that catalog controllers and policy controllers don't pass hints to the driver(s)? | 00:42 |
morganfainberg | only filtered in the controller at the moment? | 00:42 |
admiyo | morganfainberg, if we need them there, we are doing something wrong...or we are successful beyond our wildest dreams | 00:42 |
henrynash | morganfainberg: yep | 00:42 |
morganfainberg | henrynash, ok. | 00:42 |
bknudson | henrynash: posted my comments. you can determine if they require a new patch set | 00:43 |
*** sthaha has joined #openstack-dev | 00:43 | |
*** sthaha has quit IRC | 00:43 | |
*** sthaha has joined #openstack-dev | 00:43 | |
*** hellome has joined #openstack-dev | 00:43 | |
henrynash | bknudson: looking | 00:44 |
admiyo | henrynash, so it was just the hints change that dolph wanted? | 00:45 |
*** hellome has quit IRC | 00:45 | |
henrynash | admiyo: and to move the hints building out of the Hints class and into a v3Controller method | 00:46 |
*** dstanek has joined #openstack-dev | 00:46 | |
*** reed has quit IRC | 00:47 | |
henrynash | bknudson: thx for the detailed comments as ever….most are textual in nature. If your Ok with me coming back in and fixing them post H3, I'll be happy to do that asap after we cut it | 00:48 |
*** hellome has joined #openstack-dev | 00:48 | |
bknudson | I'm fine with it if you are. | 00:48 |
morganfainberg | henrynash, the one in filtering.py, the typo | 00:48 |
morganfainberg | is that one going to be an issue? | 00:48 |
admiyo | morganfainberg, big vs bug is fixed, or is there another typo? | 00:49 |
morganfainberg | filter['compartor'] should be comparator (it looks like) [bknudson's comment] | 00:50 |
admiyo | henrynash, so post H3 we are going to replace driver_hints.Hints() with driver_hinsts.HINTS or something singleton-y? | 00:50 |
henrynash | morganfainberg: so its only used in testing... | 00:50 |
*** zyluo has joined #openstack-dev | 00:50 | |
bknudson | admiyo: that would be nice. | 00:50 |
morganfainberg | admiyo, could also just pass a None through, if no hints, None? | 00:50 |
henrynash | morgafainberg: checking if the driver has removed a filter once it has satisfied it | 00:50 |
admiyo | that is a tuneup...we can treat it as a low priority bug, i'd say | 00:50 |
morganfainberg | henrynash, ok. | 00:51 |
*** jvrbanac has quit IRC | 00:51 | |
admiyo | henrynash, can you open a bug for filter fixes and record the issues there? If so, I'll push the button. | 00:52 |
*** zz_Guest28385 is now known as leif | 00:52 | |
henrynash | admiyo: will do immediatey | 00:52 |
*** leif is now known as Guest25612 | 00:52 | |
admiyo | henrynash, by the way, you do realize that | 00:53 |
*** markwash has joined #openstack-dev | 00:53 | |
admiyo | def list_projects(self, hints=None): | 00:53 |
admiyo | should be | 00:53 |
admiyo | def list_projects(self, hints=driver_hints.Hints): | 00:53 |
admiyo | and then | 00:54 |
admiyo | return self.driver.list_projects(hints or driver_hints.Hints()) | 00:54 |
admiyo | can become | 00:54 |
admiyo | return self.driver.list_projects(hints) | 00:54 |
henrynash | admiyo: done (on raising the defect) | 00:54 |
*** osphy has quit IRC | 00:55 | |
henrynash | admiyo: i guess that is indeed nicer :-) | 00:55 |
admiyo | henrynash, bknudson morganfainberg dolphm going to push the button in 3 | 00:56 |
admiyo | 2 | 00:56 |
*** kiall has quit IRC | 00:56 | |
dolphm | admiyo: which button? | 00:56 |
admiyo | speak up now or forever hold your peace | 00:56 |
admiyo | dolphm, on henrynash 's filter patch | 00:56 |
admiyo | dolphm, we have a bug open with a bunch of nits | 00:56 |
dolphm | admiyo: i still don't know what that means | 00:56 |
admiyo | dolphm, its me, ayoung | 00:56 |
admiyo | I'm in disguise | 00:56 |
dolphm | admiyo: you opened bugs for all of brant;s feedback? | 00:57 |
admiyo | someone stole my nick and I am too lazy to look up how to kick. | 00:57 |
admiyo | dolphm, you want we should hold the patch? | 00:57 |
henrynash | dolphm: I did | 00:57 |
admiyo | bknudson, gave the ok that they could be fixed in H3 as bugs...but if you would rather hold the merge, I'll not push the button | 00:58 |
henrynash | dolphm: well, one bug to cover all | 00:58 |
admiyo | and in the darkness bind them | 00:58 |
dolphm | henrynash: 'finish the blueprint'? | 00:58 |
* admiyo has been reading LOTR to his son | 00:58 | |
henrynash | dolphm: ? | 00:58 |
dolphm | henrynash: i don't know how you'd umbrella them all | 00:58 |
admiyo | dolphm, no, just the minor feedback from the review | 00:59 |
dolphm | i'd love to merge it, but the number and type of mistakes brant is highlighting is indicative of even more mistakes that haven't been caught | 00:59 |
henrynash | dolphm: they are mainly textual in nature, one issue with a piece of test code | 00:59 |
morganfainberg | admiyo: that recomendation for the default values is a bad idea actually. driver_hints.HINTS is a bad idea since hints is a list (it would need to be a non-mutable) | 01:00 |
dolphm | morganfainberg: ++ | 01:00 |
dolphm | henrynash: i saw you did get rid of a mutable in a method signature so, ++ for that | 01:00 |
bknudson | dolphm: I don't think my comments are major enough to require a major change. I don't think any of them indicated a bug. | 01:01 |
admiyo | morganfainberg, we could freeze it | 01:02 |
*** colinmcnamara has joined #openstack-dev | 01:02 | |
*** vuil has joined #openstack-dev | 01:03 | |
morganfainberg | admiyo, that would work. | 01:03 |
*** clayb has quit IRC | 01:03 | |
dolphm | henrynash: my only real complaint is 'mark_filter_satisfied()' ... you really can't say that you're passing a 'list of dicts' if you're expecting the driver to call some mysterious method that a 'list' does not have | 01:04 |
dolphm | henrynash: the rest of the interface on a Hint is only consumed by the controllers, so i'm not worried about that | 01:05 |
dolphm | or Hints | 01:05 |
*** kiall has joined #openstack-dev | 01:05 | |
*** Guest25612 is now known as zz_Guest25612 | 01:05 | |
henrynash | dolphm: well in the current implementation, if they just removed the dict, that would work equally well | 01:05 |
henrynash | dolphm: I just provided a help method | 01:06 |
henrynash | (helper method) | 01:06 |
*** SumitNaiksatam has quit IRC | 01:07 | |
dolphm | henrynash: a one line helper that can be replaced by a python keyword isn't very helpful | 01:07 |
*** SumitNaiksatam has joined #openstack-dev | 01:07 | |
henrynash | dolphm: fair, comemnt | 01:07 |
henrynash | dolphm: but we're not forcing a driver to call it….they can still call the python remove…so is that enough? | 01:11 |
*** freedomhui has joined #openstack-dev | 01:11 | |
henrynash | dolphm: if we need to tidy that up a bit, OK….I can commit to doing that very quickly after H3 | 01:11 |
*** vuil has quit IRC | 01:12 | |
*** nati_ueno has joined #openstack-dev | 01:13 | |
*** erkules_ has joined #openstack-dev | 01:13 | |
*** dina_belova has joined #openstack-dev | 01:15 | |
*** erkules has quit IRC | 01:16 | |
dolphm | henrynash: i can't (in good conscience) +2/approve so i'm going to go to sleep and talk to you on friday or maybe monday and i assume brant's & my own comments will be addressed before then :) | 01:16 |
henrynash | dolphm: does that mean we miss Havana? | 01:17 |
*** changbl has joined #openstack-dev | 01:17 | |
admiyo | henrynash, if we do, we do. I suspect that the limits is the real thing that we need, and that won't make havana anyway. | 01:19 |
dolphm | henrynash: that just means i won't +2/approve myself as-is. don't forget to update the blueprint to either Implemented or target keystone-next | 01:19 |
*** dina_belova has quit IRC | 01:19 | |
admiyo | and LDAP filtering for HP | 01:19 |
henrynash | dolphm: a new patch will be ready by the time you wake up | 01:19 |
dolphm | henrynash: that will be post-havana, btw | 01:20 |
bknudson | long nap if not going to be back until friday or monday | 01:20 |
admiyo | dolphm, what would it take for a +2? bknudson 's comments address and...? | 01:20 |
admiyo | dropping the helper method.? | 01:21 |
henrynash | dolphm: I'll turn around the patch right now | 01:21 |
dolphm | admiyo: the drivers to actually interact with nothing more than a list of dicts (so yes, no helper method) | 01:21 |
dolphm | bknudson: ++++++ | 01:21 |
admiyo | or is it that you think there is too much to feel comfortable merging, | 01:21 |
dolphm | admiyo: that many nits means there are probably more | 01:21 |
dolphm | admiyo: and i've been through the patch so many times that i'd probably gloss over them | 01:22 |
*** pixelbeat has quit IRC | 01:22 | |
admiyo | henrynash, what is the consequence of missing Havana for this? | 01:22 |
*** ewindisch- has quit IRC | 01:22 | |
*** shakayumi has quit IRC | 01:22 | |
henrynash | admiyo: do Gabriel and others wanted to get started with it and general performance | 01:23 |
admiyo | henrynash, will they actually be able to do anything with itin Havana? | 01:23 |
admiyo | or will they have to wait until icehouse to make use of it anyway?\ | 01:23 |
henrynash | admiyo: well, they'll just get the performance for free | 01:23 |
admiyo | performance? | 01:23 |
henrynash | admiyo: there is no api change to "use" | 01:24 |
*** SumitNaiksatam has quit IRC | 01:24 | |
admiyo | henrynash, yes there is. they need to pass filters | 01:24 |
henrynash | admiyo: that's been in the spec for ever and is implanted (inefficiently) in today in the controller | 01:24 |
bknudson | dolphm: I did take a close look at it. Although I had trouble concentrating by the time I got to the large test change. | 01:24 |
*** dolphm has quit IRC | 01:27 | |
*** pixelbeat has joined #openstack-dev | 01:27 | |
*** SumitNaiksatam has joined #openstack-dev | 01:27 | |
morganfainberg | admiyo / bknudson, https://review.openstack.org/#/c/42967/ i just uploaded a new changeset to cover the defaults back to 1 worker (as per Brant's comment). I think it would be a nice to have for havana | 01:28 |
morganfainberg | if it gets another +2, i'll press go when/if it passes jenkins | 01:28 |
*** alexpilotti has quit IRC | 01:29 | |
morganfainberg | if there is a concern, it can (obviously) wait for I. | 01:29 |
henrynash | so I'm off to bed..I will get a new patch for the morning | 01:30 |
*** kiall has quit IRC | 01:30 | |
morganfainberg | henrynash, have a good one. | 01:30 |
bknudson | morganfainberg: have you been able to try it out? | 01:30 |
admiyo | henrynash, just because it is in the spec doesn't mean they are making use of it. is there any reason to push for it in Havana? | 01:30 |
bknudson | I had intended to actually try it but didn't get a chance. | 01:30 |
morganfainberg | bknudson, i'm working on that now actually. need to setup a test for something else and this fits the bill nicely | 01:31 |
bknudson | morganfainberg: how many cpus? | 01:31 |
morganfainberg | bknudson, in ~10 minutes i should know how well it works (and a long time after that for a tempest run) | 01:31 |
admiyo | morganfainberg, Ohh, I like...looking nowe | 01:31 |
*** comay has quit IRC | 01:31 | |
morganfainberg | bknudson, 4 vcpus in my VM. | 01:31 |
morganfainberg | bknudson, but it's just a VM. | 01:31 |
henrynash | admiyo: just want to see progress and make OS as kick-ass as possible | 01:31 |
admiyo | henrynash, agreed, but if it ain't going to get used until Icehouse, we just get it in on day 0 | 01:32 |
admiyo | morganfainberg, what happened to the singnal handler | 01:33 |
henrynash | admiyo: that's the fall back…..yep | 01:33 |
morganfainberg | admiyo, did i drop that? | 01:33 |
admiyo | morganfainberg, yep | 01:33 |
admiyo | https://review.openstack.org/#/c/42967/3/bin/keystone-all | 01:34 |
admiyo | henrynash, I'll help with the LDAP filters, too | 01:34 |
morganfainberg | admiyo, hmm. that was there before i got to it. | 01:34 |
admiyo | henrynash, to be honest, I am thinking more about Icehouse now than Havana, have been for a couple months | 01:34 |
admiyo | morganfainberg, do you have it up and running now? | 01:35 |
admiyo | if so try a Ctrl -C and tell me what happens | 01:35 |
morganfainberg | admiyo, almost setup | 01:35 |
bknudson | morganfainberg: I'm still concerned about the lack of unit tests for the behavior of the Server class. | 01:35 |
*** dstanek has quit IRC | 01:36 | |
henrynash | admiyo: i probably should too….oh well…. | 01:36 |
morganfainberg | bknudson, totally fine to punt it. just figured i'd address the direct comments inline | 01:36 |
*** henrynash has quit IRC | 01:36 | |
morganfainberg | bknudson, i wont be able to get much else into it here for the evening. | 01:36 |
*** salv-orlando has left #openstack-dev | 01:36 | |
morganfainberg | bknudson, but that's why i was asking you :) | 01:36 |
admiyo | morganfainberg, punt | 01:36 |
morganfainberg | nuff said. | 01:36 |
*** danwent has quit IRC | 01:37 | |
*** cyeoh_ is now known as cyeoh | 01:37 | |
*** schwicht has quit IRC | 01:37 | |
admiyo | morganfainberg, but I would be inteested to seeif the signal hanlding was actually needed. Or if it gets in the way with the multple threads. | 01:37 |
morganfainberg | hitting it with a -2 then with a comment about this convo. | 01:38 |
morganfainberg | i'll still test it :) | 01:38 |
admiyo | too much unknown here to approve without knowing why | 01:38 |
admiyo | don't -2, just pocket veto | 01:38 |
morganfainberg | too late :P | 01:38 |
admiyo | nah, it will get his attentioon | 01:38 |
admiyo | the problem with a -2 is that you need to remember to revisit the patch | 01:38 |
morganfainberg | admiyo, right. | 01:38 |
admiyo | I was burned by that earlier today, and the author never pinged me to tell me he addressed my issue | 01:39 |
morganfainberg | admiyo, i'll star it and keep my eye on it. | 01:39 |
*** yaguang has joined #openstack-dev | 01:39 | |
admiyo | sounds good | 01:39 |
*** Mandell has quit IRC | 01:39 | |
admiyo | we'll have a lot of good stuff primed and ready to go as soon as we can for Icehouse. That is, I think, the best thing we can be doing anyway. | 01:39 |
*** SumitNaiksatam has quit IRC | 01:40 | |
morganfainberg | admiyo, i'm seeing some very good stuff coming in icehouse | 01:40 |
morganfainberg | admiyo, should be good. | 01:41 |
*** dstanek has joined #openstack-dev | 01:42 | |
morganfainberg | admiyo, Ctrl+C seems to exit cleanly w/o the handler | 01:43 |
admiyo | morganfainberg, yeah, it might not have been needed. But with the monkeypatching that we do, who knows | 01:43 |
admiyo | you were running it with multiple workers? | 01:44 |
morganfainberg | admiyo, aye. 4 of each | 01:44 |
*** gmurphy has quit IRC | 01:44 | |
morganfainberg | admiyo, but i think understanding why it was dropped is a valid question | 01:44 |
morganfainberg | now that i have my devstack working again, time to finish writing up this bug report. | 01:45 |
*** yjiang5 is now known as yjiang5_dinner | 01:45 | |
*** gmurphy has joined #openstack-dev | 01:46 | |
*** dstanek has quit IRC | 01:46 | |
jamielennox | wow, it's been busy in here | 01:46 |
jamielennox | does anyone know where the requirement to specifically forward 301, 302, and 305 came from? | 01:47 |
*** rwsu is now known as rwsu-away | 01:48 | |
jamielennox | i ask because 305 is not typically handled by requests, and if i have a base request function i'm hoping will eventually be used by all the various projects should i include it, or consider it keystone specific? | 01:49 |
*** jbresnah has quit IRC | 01:50 | |
*** shanewang_away is now known as shanewang_workin | 01:55 | |
*** kiall has joined #openstack-dev | 01:56 | |
*** gmurphy has quit IRC | 01:56 | |
*** jprovazn has joined #openstack-dev | 01:57 | |
*** stevemar has joined #openstack-dev | 01:57 | |
*** gmurphy has joined #openstack-dev | 01:57 | |
*** dolphm has joined #openstack-dev | 01:57 | |
*** nati_uen_ has quit IRC | 01:58 | |
*** jprovazn has quit IRC | 01:58 | |
*** d34dh0r53 has joined #openstack-dev | 01:59 | |
*** rcleere has joined #openstack-dev | 02:01 | |
*** d34dh0r53 has quit IRC | 02:01 | |
*** SumitNaiksatam has joined #openstack-dev | 02:03 | |
*** spzala has joined #openstack-dev | 02:04 | |
*** jasdeepH has quit IRC | 02:05 | |
*** dolphm has quit IRC | 02:06 | |
*** ljjjustin has joined #openstack-dev | 02:08 | |
anteaya | iccha: 43904,9 isn't going to make it through the gate this tiime | 02:08 |
*** nati_ueno has quit IRC | 02:08 | |
*** nati_ueno has joined #openstack-dev | 02:09 | |
*** spzala has quit IRC | 02:10 | |
*** anniec has quit IRC | 02:10 | |
*** nati_ueno has quit IRC | 02:13 | |
*** danwent has joined #openstack-dev | 02:14 | |
*** yjiang5_dinner is now known as yjiang5 | 02:15 | |
*** dina_belova has joined #openstack-dev | 02:15 | |
*** bknudson has left #openstack-dev | 02:18 | |
*** dina_belova has quit IRC | 02:20 | |
*** edmund has joined #openstack-dev | 02:27 | |
*** dims has quit IRC | 02:33 | |
*** ericw has joined #openstack-dev | 02:34 | |
*** garyk has quit IRC | 02:34 | |
admiyo | jamielennox, we spent a lot of time discussing why we shoul punt on things | 02:35 |
*** garyk has joined #openstack-dev | 02:35 | |
admiyo | jamielennox, BTW, it is me, ayoung, in disguise | 02:35 |
*** adalbas has quit IRC | 02:40 | |
*** danwent has quit IRC | 02:43 | |
*** pixelbeat has quit IRC | 02:43 | |
*** coolsvap has joined #openstack-dev | 02:45 | |
*** dstanek has joined #openstack-dev | 02:47 | |
*** jasdeepH has joined #openstack-dev | 02:49 | |
*** jhesketh__ has quit IRC | 02:50 | |
*** jhesketh has joined #openstack-dev | 02:50 | |
*** radsy has quit IRC | 02:51 | |
*** jhesketh_ has joined #openstack-dev | 02:52 | |
*** Ryan_Lane has joined #openstack-dev | 02:52 | |
*** spzala has joined #openstack-dev | 02:52 | |
jamielennox | admiyo: yea, i've seen the name - github i think | 02:52 |
jamielennox | any idea on the above question? | 02:52 |
*** _cerberus_ has joined #openstack-dev | 02:53 | |
*** xchu has joined #openstack-dev | 02:55 | |
*** kiall has quit IRC | 02:55 | |
*** zz_Guest25612 is now known as leif | 02:57 | |
*** leif is now known as Guest70686 | 02:57 | |
*** sarob has joined #openstack-dev | 02:57 | |
*** reed has joined #openstack-dev | 03:02 | |
*** kiall has joined #openstack-dev | 03:03 | |
*** melwitt has quit IRC | 03:05 | |
*** Guest70686 is now known as zz_Guest70686 | 03:06 | |
*** insanidade has quit IRC | 03:09 | |
*** insanidade has joined #openstack-dev | 03:10 | |
*** paragan has joined #openstack-dev | 03:11 | |
*** ericw has quit IRC | 03:12 | |
*** radsy has joined #openstack-dev | 03:13 | |
stevemar | admiyo, it's not a disguise if you say it on an open channel! | 03:14 |
stevemar | admiyo, also it sounds exactly like your name :P | 03:14 |
admiyo | jamielennox, what do you mean by forward? | 03:15 |
admiyo | stevemar, it is my name. ADam MIchael YOung. I got the idea after driving around Pearl Harbor Navy base on night and saw how the US Navy does acronyms like CincPacSubGru | 03:15 |
*** dina_belova has joined #openstack-dev | 03:16 | |
*** basha has joined #openstack-dev | 03:16 | |
jamielennox | i thought it might have been a semi clever left over from teenage years and instant messaging (let's assume age works) add-me-yo! | 03:17 |
stevemar | jamielennox, wow, that's thinking outside the box a bit | 03:17 |
jamielennox | admiyo: so there is specific code for request redirection for 301, 302 and 305 status codes | 03:17 |
jamielennox | 305 specifically isn't handled by requests (and requests does some interesting things with forwarding post requests) | 03:18 |
*** ericw has joined #openstack-dev | 03:18 | |
stevemar | i was thinking adam made a typo, and went with with adamyo -> adimyo -> admiyo | 03:18 |
jamielennox | I was wondering if there was a reason for picking those 3 status codes rather than just 3xx and if it is something that would be imposed on other projects | 03:19 |
*** xchu has quit IRC | 03:19 | |
jamielennox | (this is keystoneclient) | 03:19 |
*** colinmcnamara has quit IRC | 03:20 | |
*** basha has quit IRC | 03:20 | |
*** dina_belova has quit IRC | 03:20 | |
*** nati_ueno has joined #openstack-dev | 03:20 | |
*** jasdeepH has quit IRC | 03:20 | |
admiyo | jamielennox, there was no instant messaging in my teenage years. Hard to IM on a 300 Baud Modem | 03:22 |
jamielennox | well, it's just not instant in that case | 03:23 |
admiyo | jamielennox, I still need to finish porting irssi to my C64 | 03:23 |
admiyo | jamielennox, I have no idea, and I suspect that anyone who does is long since gone from the project. | 03:24 |
jamielennox | unfortunately there are tests to check, specifically that use 305 | 03:24 |
*** sandywalsh has joined #openstack-dev | 03:26 | |
*** novas0x2a|laptop has quit IRC | 03:27 | |
*** hemna_ has joined #openstack-dev | 03:27 | |
*** sandywalsh_ has quit IRC | 03:27 | |
*** spzala has quit IRC | 03:27 | |
*** jamielennox is now known as jamielennox|away | 03:29 | |
*** martine has joined #openstack-dev | 03:31 | |
*** martine is now known as Guest86058 | 03:31 | |
*** xchu has joined #openstack-dev | 03:31 | |
*** khuevu has joined #openstack-dev | 03:36 | |
*** hemna_ has quit IRC | 03:37 | |
*** hemna has joined #openstack-dev | 03:37 | |
*** admiyo has quit IRC | 03:40 | |
*** danwent has joined #openstack-dev | 03:40 | |
*** vipul has quit IRC | 03:42 | |
yjiang5 | 03:42 | |
*** vipul has joined #openstack-dev | 03:43 | |
*** pmathews has joined #openstack-dev | 03:43 | |
*** khuevu_ has joined #openstack-dev | 03:44 | |
*** xchu has quit IRC | 03:45 | |
*** terriyu has quit IRC | 03:46 | |
*** khuevu has quit IRC | 03:49 | |
*** dstanek has quit IRC | 03:50 | |
*** aditirav has joined #openstack-dev | 03:51 | |
*** aditirav has joined #openstack-dev | 03:51 | |
*** dstanek has joined #openstack-dev | 03:51 | |
*** hellome has quit IRC | 03:53 | |
*** khuevu has joined #openstack-dev | 03:53 | |
*** aditirav_ has joined #openstack-dev | 03:54 | |
*** aditirav_ has joined #openstack-dev | 03:54 | |
*** hellome has joined #openstack-dev | 03:56 | |
*** edmund has quit IRC | 03:56 | |
*** aditirav has quit IRC | 03:57 | |
*** aditirav_ is now known as aditirav | 03:57 | |
*** hellome has quit IRC | 03:58 | |
*** sdake_ has joined #openstack-dev | 04:00 | |
*** sdake_ has quit IRC | 04:00 | |
*** sdake_ has joined #openstack-dev | 04:00 | |
*** hellome has joined #openstack-dev | 04:00 | |
*** xchu has joined #openstack-dev | 04:02 | |
*** hellome has quit IRC | 04:06 | |
*** topshare has joined #openstack-dev | 04:06 | |
*** Shaan7 has joined #openstack-dev | 04:07 | |
*** hellome has joined #openstack-dev | 04:08 | |
*** aditirav_ has joined #openstack-dev | 04:09 | |
*** aditirav has quit IRC | 04:09 | |
*** aditirav_ is now known as aditirav | 04:09 | |
*** rcleere has quit IRC | 04:11 | |
*** nati_ueno has quit IRC | 04:13 | |
*** nati_ueno has joined #openstack-dev | 04:13 | |
*** WhoD has joined #openstack-dev | 04:14 | |
*** nati_ueno has quit IRC | 04:14 | |
*** prekarat1 has joined #openstack-dev | 04:16 | |
*** nati_ueno has joined #openstack-dev | 04:16 | |
*** dina_belova has joined #openstack-dev | 04:16 | |
*** gordc has joined #openstack-dev | 04:20 | |
*** dina_belova has quit IRC | 04:21 | |
*** Guest86058 has quit IRC | 04:21 | |
*** ljjjustin has quit IRC | 04:22 | |
*** ericw has quit IRC | 04:23 | |
*** nati_ueno has quit IRC | 04:23 | |
*** topshare has quit IRC | 04:23 | |
*** ljjjustin has joined #openstack-dev | 04:24 | |
*** nati_ueno has joined #openstack-dev | 04:24 | |
*** sarob has quit IRC | 04:25 | |
*** sarob has joined #openstack-dev | 04:25 | |
*** yongli_away is now known as yongli | 04:27 | |
*** sarob has quit IRC | 04:29 | |
*** basha has joined #openstack-dev | 04:31 | |
*** ljjjustin has quit IRC | 04:32 | |
*** dstanek has quit IRC | 04:36 | |
*** shinylasers has quit IRC | 04:38 | |
*** portante is now known as portante|afk | 04:47 | |
*** eharney has joined #openstack-dev | 04:51 | |
*** aditirav has quit IRC | 04:53 | |
*** aditirav has joined #openstack-dev | 04:54 | |
*** pmathews has quit IRC | 04:55 | |
*** tsmithgc has quit IRC | 04:55 | |
*** zz_Guest70686 is now known as leif | 04:57 | |
*** leif is now known as Guest73985 | 04:57 | |
*** radsy has quit IRC | 05:01 | |
*** jbresnah has joined #openstack-dev | 05:02 | |
*** nati_ueno has quit IRC | 05:03 | |
*** nati_ueno has joined #openstack-dev | 05:04 | |
*** khuevu has quit IRC | 05:04 | |
*** khuevu_ has quit IRC | 05:05 | |
*** khuevu has joined #openstack-dev | 05:05 | |
*** Guest73985 is now known as zz_Guest73985 | 05:07 | |
*** kiall has quit IRC | 05:07 | |
*** khuevu has quit IRC | 05:11 | |
*** khuevu has joined #openstack-dev | 05:11 | |
*** colinmcnamara has joined #openstack-dev | 05:14 | |
*** danwent has quit IRC | 05:15 | |
*** dina_belova has joined #openstack-dev | 05:17 | |
*** anniec has joined #openstack-dev | 05:18 | |
*** kiall has joined #openstack-dev | 05:19 | |
*** aditirav has quit IRC | 05:21 | |
*** esmute has quit IRC | 05:21 | |
*** sarob has joined #openstack-dev | 05:21 | |
*** aditirav has joined #openstack-dev | 05:21 | |
*** kushal has joined #openstack-dev | 05:21 | |
*** dina_belova has quit IRC | 05:21 | |
*** colinmcnamara has quit IRC | 05:22 | |
*** shang has quit IRC | 05:22 | |
*** esmute has joined #openstack-dev | 05:23 | |
*** sarob has quit IRC | 05:25 | |
*** abhishekkr has joined #openstack-dev | 05:26 | |
*** o_petit has joined #openstack-dev | 05:28 | |
*** xchu has quit IRC | 05:28 | |
*** colinmcnamara has joined #openstack-dev | 05:28 | |
*** colinmcnamara has quit IRC | 05:30 | |
*** simo has quit IRC | 05:32 | |
*** gongysh has joined #openstack-dev | 05:32 | |
*** jbresnah has quit IRC | 05:33 | |
*** sarob has joined #openstack-dev | 05:36 | |
*** abhishekkr_ has joined #openstack-dev | 05:37 | |
*** eharney has quit IRC | 05:38 | |
*** neoXsys has joined #openstack-dev | 05:39 | |
*** gordc has quit IRC | 05:39 | |
*** anniec_ has joined #openstack-dev | 05:40 | |
*** SergeyLukjanov has joined #openstack-dev | 05:40 | |
*** xchu has joined #openstack-dev | 05:40 | |
*** abhishekkr has quit IRC | 05:41 | |
*** abhishekkr_ has quit IRC | 05:42 | |
*** sarob has quit IRC | 05:42 | |
*** anniec has quit IRC | 05:43 | |
*** anniec_ is now known as anniec | 05:43 | |
*** vartom8 has joined #openstack-dev | 05:44 | |
*** jbresnah has joined #openstack-dev | 05:44 | |
*** vuil has joined #openstack-dev | 05:46 | |
*** anniec has quit IRC | 05:46 | |
*** zaitcev has quit IRC | 05:47 | |
*** vuil has quit IRC | 05:47 | |
*** jimfehlig has joined #openstack-dev | 05:49 | |
*** anniec has joined #openstack-dev | 05:49 | |
*** nshaikh has joined #openstack-dev | 05:57 | |
*** dina_belova has joined #openstack-dev | 05:57 | |
*** wfoster_away is now known as wfoster | 06:00 | |
*** reed has quit IRC | 06:01 | |
*** ljjjustin has joined #openstack-dev | 06:01 | |
*** guardian_ has joined #openstack-dev | 06:04 | |
*** jasdeepH has joined #openstack-dev | 06:04 | |
*** stevemar has quit IRC | 06:09 | |
*** jcoufal has joined #openstack-dev | 06:09 | |
*** dkranz has quit IRC | 06:11 | |
*** gargya has joined #openstack-dev | 06:12 | |
*** o_petit has quit IRC | 06:13 | |
*** gongysh has quit IRC | 06:13 | |
*** sthaha has quit IRC | 06:13 | |
*** dkehn_ has joined #openstack-dev | 06:15 | |
*** eglynn-is-tired has joined #openstack-dev | 06:16 | |
*** dkehn has quit IRC | 06:16 | |
*** jcoufal has quit IRC | 06:17 | |
*** henrynash has joined #openstack-dev | 06:19 | |
*** jcoufal has joined #openstack-dev | 06:20 | |
*** dkranz has joined #openstack-dev | 06:20 | |
*** MaxV has joined #openstack-dev | 06:21 | |
*** henrynash has quit IRC | 06:24 | |
*** marios has joined #openstack-dev | 06:31 | |
*** vuil has joined #openstack-dev | 06:32 | |
*** jasdeepH has quit IRC | 06:33 | |
*** MaxV has quit IRC | 06:34 | |
*** noorul` is now known as noorul | 06:36 | |
*** dina_belova has quit IRC | 06:36 | |
*** ctracey has quit IRC | 06:36 | |
*** alexpilotti has joined #openstack-dev | 06:36 | |
*** bashok has joined #openstack-dev | 06:37 | |
*** gargya has quit IRC | 06:38 | |
*** yjiang5 has left #openstack-dev | 06:41 | |
*** xga has joined #openstack-dev | 06:42 | |
*** Ryan_Lane has quit IRC | 06:42 | |
*** SergeyLukjanov has quit IRC | 06:45 | |
*** dkehn has joined #openstack-dev | 06:47 | |
*** gmurphy has quit IRC | 06:48 | |
*** dkehn_ has quit IRC | 06:48 | |
*** dina_belova has joined #openstack-dev | 06:49 | |
*** Ryan_Lane has joined #openstack-dev | 06:49 | |
ttx | HenryG: I'm on now | 06:49 |
ttx | err.... that was meant for henrynash, autocomplete fail | 06:50 |
*** yolanda has joined #openstack-dev | 06:50 | |
*** alexpilotti has quit IRC | 06:51 | |
*** alexpilotti has joined #openstack-dev | 06:52 | |
*** alexpilotti has quit IRC | 06:53 | |
*** dina_belova has quit IRC | 06:53 | |
*** jpich has joined #openstack-dev | 06:54 | |
*** jimfehlig has quit IRC | 06:54 | |
*** zz_Guest73985 is now known as leif | 06:57 | |
*** leif is now known as Guest70112 | 06:58 | |
*** reidrac has joined #openstack-dev | 06:58 | |
*** amerine has quit IRC | 06:59 | |
*** asavu has joined #openstack-dev | 06:59 | |
*** guardian_ has left #openstack-dev | 07:00 | |
*** amerine has joined #openstack-dev | 07:00 | |
*** prekarat1 has quit IRC | 07:02 | |
*** odyssey4me has joined #openstack-dev | 07:02 | |
*** prekarat has joined #openstack-dev | 07:02 | |
*** Ryan_Lane has quit IRC | 07:03 | |
*** anteaya has quit IRC | 07:04 | |
*** shardy_afk is now known as shardy | 07:05 | |
*** o_petit has joined #openstack-dev | 07:06 | |
*** Guest70112 is now known as zz_Guest70112 | 07:07 | |
*** eglynn-is-tired has quit IRC | 07:07 | |
*** xchu has quit IRC | 07:08 | |
*** sergmelikyan has quit IRC | 07:11 | |
*** feleouet has joined #openstack-dev | 07:11 | |
*** sushils has quit IRC | 07:12 | |
*** gargya has joined #openstack-dev | 07:14 | |
bauzas | morning all | 07:14 |
*** Shaan7 has quit IRC | 07:15 | |
*** Shaan7 has joined #openstack-dev | 07:15 | |
bauzas | if someone played with Openstack Puppet manifests, could he point me out the IRC room if so exists ? | 07:15 |
*** Mandell has joined #openstack-dev | 07:15 | |
bauzas | I'm facing Puppet issues when deploying and I'm wondering how to fix them | 07:16 |
bauzas | that's why ideally a freenode IRC chatroom like #puppet-openstack would be awesome if it exists :) | 07:16 |
*** aeperezt has quit IRC | 07:16 | |
bauzas | oh dear, it is :) | 07:17 |
*** sushils has joined #openstack-dev | 07:19 | |
*** jistr has joined #openstack-dev | 07:20 | |
*** aloga has joined #openstack-dev | 07:22 | |
*** mrunge has joined #openstack-dev | 07:23 | |
*** xchu has joined #openstack-dev | 07:23 | |
*** sushils has quit IRC | 07:24 | |
*** topshare has joined #openstack-dev | 07:24 | |
*** freedomhui has quit IRC | 07:25 | |
*** flaper87|afk is now known as flaper87 | 07:28 | |
*** ndipanov has joined #openstack-dev | 07:29 | |
*** MaxV has joined #openstack-dev | 07:31 | |
*** MaxV has quit IRC | 07:31 | |
*** MaxV has joined #openstack-dev | 07:31 | |
*** henrynash has joined #openstack-dev | 07:34 | |
*** freedomhui has joined #openstack-dev | 07:35 | |
*** jtomasek has joined #openstack-dev | 07:36 | |
*** henrynash has quit IRC | 07:36 | |
*** xqueralt-afk is now known as xqueralt | 07:36 | |
*** shang has joined #openstack-dev | 07:37 | |
*** freedomhui has quit IRC | 07:37 | |
*** freedomhu has joined #openstack-dev | 07:37 | |
*** jaimegil has joined #openstack-dev | 07:39 | |
*** JordanP has joined #openstack-dev | 07:41 | |
*** romcheg has joined #openstack-dev | 07:42 | |
*** freedomhu has quit IRC | 07:43 | |
*** freedomhui has joined #openstack-dev | 07:45 | |
*** eglynn-is-tired has joined #openstack-dev | 07:47 | |
*** mkollaro has joined #openstack-dev | 07:49 | |
*** boris-42 has quit IRC | 07:51 | |
*** xga_ has joined #openstack-dev | 07:57 | |
*** eglynn-is-tired is now known as eglynn | 07:58 | |
*** mkerrin has quit IRC | 07:59 | |
*** xga has quit IRC | 08:00 | |
*** devvesa has joined #openstack-dev | 08:04 | |
*** prekarat has quit IRC | 08:04 | |
*** prekarat has joined #openstack-dev | 08:04 | |
*** flaper87 is now known as flaper87|afk | 08:04 | |
*** yassine has joined #openstack-dev | 08:06 | |
*** romcheg has quit IRC | 08:06 | |
*** Alexei_987 has joined #openstack-dev | 08:07 | |
*** alexpilotti has joined #openstack-dev | 08:07 | |
*** romcheg has joined #openstack-dev | 08:07 | |
*** xga has joined #openstack-dev | 08:07 | |
*** xga_ has quit IRC | 08:10 | |
*** jhesketh_ has quit IRC | 08:11 | |
*** bashok_ has joined #openstack-dev | 08:14 | |
*** alexpilotti has quit IRC | 08:14 | |
*** bashok has quit IRC | 08:15 | |
*** faramir has quit IRC | 08:17 | |
*** flaper87|afk is now known as flaper87 | 08:18 | |
*** gongysh has joined #openstack-dev | 08:21 | |
*** anniec has quit IRC | 08:23 | |
*** faramir has joined #openstack-dev | 08:25 | |
*** asavu has quit IRC | 08:26 | |
*** gongysh has quit IRC | 08:26 | |
*** o_petit has quit IRC | 08:27 | |
*** safchain has joined #openstack-dev | 08:28 | |
*** egallen has joined #openstack-dev | 08:31 | |
*** kms has quit IRC | 08:34 | |
*** faramir has quit IRC | 08:35 | |
*** faramir has joined #openstack-dev | 08:35 | |
*** lucasagomes has joined #openstack-dev | 08:37 | |
*** erkules_ is now known as erkules | 08:38 | |
*** martyntaylor has joined #openstack-dev | 08:39 | |
*** donaldh has joined #openstack-dev | 08:41 | |
*** wfoster is now known as wfoster_away | 08:44 | |
*** zyluo has quit IRC | 08:46 | |
*** danpb has joined #openstack-dev | 08:46 | |
*** gongysh has joined #openstack-dev | 08:46 | |
*** wfoster_away is now known as wfoster | 08:47 | |
*** Mandell has quit IRC | 08:48 | |
*** imsurit has joined #openstack-dev | 08:49 | |
*** imsurit is now known as Guest11940 | 08:50 | |
*** Guest11940 is now known as imsurit1 | 08:50 | |
*** rushiagr has joined #openstack-dev | 08:53 | |
*** o_petit has joined #openstack-dev | 08:54 | |
*** sushils has joined #openstack-dev | 08:54 | |
*** zz_Guest70112 is now known as leif | 08:57 | |
*** leif is now known as Guest80284 | 08:58 | |
*** derekh has joined #openstack-dev | 09:02 | |
*** imsurit1 has quit IRC | 09:03 | |
*** pmathews has joined #openstack-dev | 09:03 | |
*** asavu has joined #openstack-dev | 09:05 | |
*** yongli is now known as yongli_going_hom | 09:07 | |
*** Guest80284 is now known as zz_Guest80284 | 09:07 | |
*** sandywalsh has quit IRC | 09:10 | |
*** kiall has quit IRC | 09:10 | |
*** gongysh has quit IRC | 09:11 | |
*** asavu has quit IRC | 09:14 | |
*** xchu has quit IRC | 09:14 | |
*** salv-orlando has joined #openstack-dev | 09:14 | |
*** jbresnah has quit IRC | 09:15 | |
*** asavu has joined #openstack-dev | 09:16 | |
*** dosaboy_ is now known as dosaboy | 09:16 | |
ttx | markwash: may wait to cut H3 for Glance until 45142 merges (the API version bump) | 09:17 |
*** mmagr has joined #openstack-dev | 09:18 | |
*** kiall has joined #openstack-dev | 09:18 | |
*** corXi has quit IRC | 09:18 | |
*** gongysh has joined #openstack-dev | 09:18 | |
*** topshare has quit IRC | 09:24 | |
ttx | jd__: I see no reason to delay ceilometer cut ? | 09:25 |
*** jhesketh__ has joined #openstack-dev | 09:26 | |
jd__ | ttx: no reason | 09:27 |
*** kaushikc has joined #openstack-dev | 09:27 | |
*** neoXsys has quit IRC | 09:27 | |
ttx | jd__: ok, will do now and push all but alarm-service-partitioner and alarming-logical-combination to icehouse ? | 09:28 |
kaushikc | has anyone tried packstack to deploy openstack with xenserver hypervisors? | 09:29 |
jd__ | ttx: yep! | 09:30 |
*** jasdeepH has joined #openstack-dev | 09:30 | |
ttx | jd__: awesome, doing it now | 09:30 |
*** jasdeepH has quit IRC | 09:30 | |
ttx | jd__: any bug you would consider fixing and backporting today before we publish H3 tomorrow ? | 09:31 |
ttx | bug 1221033 maybe | 09:31 |
uvirtbot | Launchpad bug 1221033 in ceilometer "test_notifier.TestNovaNotifier failed due to the latest nova change" [Critical,New] https://launchpad.net/bugs/1221033 | 09:31 |
ttx | or bug 1219776 | 09:32 |
uvirtbot | Launchpad bug 1219776 in ceilometer "PostgreSQL migration is broken" [Critical,In progress] https://launchpad.net/bugs/1219776 | 09:32 |
jd__ | https://bugs.launchpad.net/ceilometer/+bug/1221033 has been merged a few minutes ago | 09:35 |
uvirtbot | Launchpad bug 1221033 in ceilometer "test_notifier.TestNovaNotifier failed due to the latest nova change" [Critical,New] | 09:35 |
ttx | ok, that's what it was | 09:35 |
jd__ | the fix for 1219776 has not been validated but I'd like to have it merged today if possible | 09:36 |
ttx | ok, we'll backport it if it makes it, I keep it on the list | 09:36 |
ttx | defer to RC1 all the others ? | 09:36 |
ttx | jd__: ^ ? | 09:37 |
jd__ | yes | 09:37 |
ttx | ok willdo | 09:37 |
*** xga_ has joined #openstack-dev | 09:39 | |
ttx | jd__: ok, branch cut, consider yourself feature-frozen apart from those two on https://launchpad.net/ceilometer/+milestone/havana-rc1 | 09:41 |
*** neoXsys has joined #openstack-dev | 09:41 | |
ttx | for the record, keystone is already fully feature-frozen | 09:41 |
*** xga has quit IRC | 09:41 | |
jd__ | ttx: ack | 09:42 |
*** lxsli has joined #openstack-dev | 09:44 | |
*** galstrom_zzz is now known as galstrom | 09:48 | |
jpich | Is there a nice page with the current list of projects indicating which are integrated, which are incubated? My wiki-search-fu fails me. ttx? | 09:52 |
*** jasdeepH has joined #openstack-dev | 09:52 | |
*** ruhe has joined #openstack-dev | 09:53 | |
ttx | jpich: that would be https://wiki.openstack.org/wiki/Projects | 09:54 |
*** sridevi has joined #openstack-dev | 09:54 | |
ttx | jpich: we're building a repo witrh reference governance docs but that's not fully ready yet | 09:54 |
*** wfoster is now known as wfoster_away | 09:54 | |
*** sridevi has quit IRC | 09:55 | |
ttx | For the record, Horizon is now feature-frozen and its H3 branch was cut | 09:57 |
jpich | ttx: Ok, thanks! So say, from your TC summary email Marconi will be in incubation during Icehouse, thus it will be added to this page in italic only after Havana's released? | 09:59 |
jpich | Go Horizon, thanks :) | 09:59 |
*** asalkeld has quit IRC | 10:00 | |
*** freedomhui has quit IRC | 10:00 | |
ttx | jpich: I should probably update the page now | 10:00 |
ttx | kinda busy today :) | 10:00 |
ttx | babysitting the queue | 10:01 |
jpich | Understood, thanks the clarifications! | 10:01 |
*** freedomhui has joined #openstack-dev | 10:01 | |
*** asalkeld has joined #openstack-dev | 10:02 | |
*** rushiagr has quit IRC | 10:03 | |
*** Qu310 has quit IRC | 10:04 | |
*** Qu310 has joined #openstack-dev | 10:05 | |
*** sridevi has joined #openstack-dev | 10:05 | |
*** asavu has quit IRC | 10:07 | |
*** sridevi has quit IRC | 10:08 | |
*** galstrom is now known as galstrom_zzz | 10:09 | |
*** faramir has quit IRC | 10:09 | |
*** rushiagr has joined #openstack-dev | 10:16 | |
*** sridevi has joined #openstack-dev | 10:19 | |
*** MaxV has quit IRC | 10:20 | |
ttx | heat and cinder are cut now | 10:20 |
ttx | glance is next | 10:20 |
*** topshare has joined #openstack-dev | 10:22 | |
*** johnthetubaguy has joined #openstack-dev | 10:22 | |
*** rushiagr has quit IRC | 10:22 | |
*** egallen has quit IRC | 10:24 | |
*** ruhe has quit IRC | 10:24 | |
*** mkerrin has joined #openstack-dev | 10:25 | |
*** paragan has quit IRC | 10:26 | |
*** morazi has quit IRC | 10:27 | |
*** o_petit has quit IRC | 10:31 | |
*** romcheg1 has joined #openstack-dev | 10:31 | |
*** o_petit has joined #openstack-dev | 10:31 | |
*** kaushikc has quit IRC | 10:33 | |
*** kaushikc has joined #openstack-dev | 10:34 | |
*** sridevi has quit IRC | 10:35 | |
*** romcheg has quit IRC | 10:35 | |
*** pixelbeat has joined #openstack-dev | 10:37 | |
*** dims has joined #openstack-dev | 10:38 | |
*** topshare has quit IRC | 10:38 | |
*** ctracey has joined #openstack-dev | 10:38 | |
*** ctracey has quit IRC | 10:39 | |
*** pmathews has quit IRC | 10:40 | |
*** Ruetobas has quit IRC | 10:44 | |
*** Ruetobas has joined #openstack-dev | 10:44 | |
*** MaxV has joined #openstack-dev | 10:50 | |
*** ruhe has joined #openstack-dev | 10:52 | |
*** garyk has quit IRC | 10:53 | |
*** Max_ has joined #openstack-dev | 10:55 | |
*** hemna has quit IRC | 10:55 | |
*** MaxV has quit IRC | 10:55 | |
*** shanewang_workin is now known as shanewang_away | 10:56 | |
*** gongysh has quit IRC | 10:57 | |
*** ljjjustin has quit IRC | 10:58 | |
*** zz_Guest80284 is now known as leif | 10:58 | |
*** leif is now known as Guest27549 | 10:58 | |
*** garyk has joined #openstack-dev | 11:00 | |
*** o_petit has quit IRC | 11:01 | |
*** bashok_ has quit IRC | 11:02 | |
*** bashok_ has joined #openstack-dev | 11:02 | |
*** o_petit has joined #openstack-dev | 11:02 | |
*** morazi has joined #openstack-dev | 11:04 | |
*** pcm_ has joined #openstack-dev | 11:05 | |
*** dprince has joined #openstack-dev | 11:06 | |
*** pcm_ has quit IRC | 11:07 | |
*** pcm_ has joined #openstack-dev | 11:07 | |
*** Guest27549 is now known as zz_Guest27549 | 11:07 | |
*** sridevi has joined #openstack-dev | 11:13 | |
*** sthaha has joined #openstack-dev | 11:13 | |
*** o_petit has quit IRC | 11:16 | |
*** garyk has quit IRC | 11:20 | |
*** egallen has joined #openstack-dev | 11:22 | |
*** sridevi has quit IRC | 11:22 | |
*** nosnos has quit IRC | 11:24 | |
*** kaushikc has quit IRC | 11:26 | |
*** gargya has quit IRC | 11:26 | |
*** kushal has quit IRC | 11:29 | |
danpb | anyone know why i'd see this error message running devstack http://pastebin.com/ZxNAL9z6 | 11:30 |
salv-orlando | ttx: there is a neutron patch that is continuously being blocked at the gate because of db migrations https://review.openstack.org/#/c/38230 - now another patch with a migration has entered the gate pipeline: https://review.openstack.org/#/c/42806/ | 11:31 |
salv-orlando | is it worth retrying or do you advice to give up on patch #38230? | 11:31 |
*** eglynn is now known as hungry-eglynn | 11:31 | |
*** dstanek has joined #openstack-dev | 11:31 | |
ttx | salv-orlando: oh that must be the bug I just reported | 11:31 |
*** romcheg has joined #openstack-dev | 11:32 | |
ttx | bug 1221164 | 11:32 |
uvirtbot | Launchpad bug 1221164 in devstack "stack.sh fails with neutron-db-manage returning "Only a single head supported so far..."" [Undecided,New] https://launchpad.net/bugs/1221164 | 11:32 |
*** aditirav_ has joined #openstack-dev | 11:33 | |
ttx | err.. | 11:33 |
*** AnilV4 has quit IRC | 11:33 | |
ttx | salv-orlando: well 38230 is blocking a feature so it might be worth retrying | 11:33 |
*** dhellmann_ is now known as dhellmann | 11:33 | |
*** donaldh has quit IRC | 11:33 | |
ttx | salv-orlando: i'll be late in cutting for Neutron anyway | 11:33 |
*** ruhe has quit IRC | 11:34 | |
salv-orlando | ttx: ok I will push another patch then, thanks | 11:34 |
*** pcm_ has quit IRC | 11:34 | |
salv-orlando | ttx: the developer is sleeping now, but he won't mind) | 11:34 |
*** khuevu has quit IRC | 11:35 | |
*** aditirav has quit IRC | 11:35 | |
*** aditirav_ is now known as aditirav | 11:35 | |
ttx | Doing glance now, then waiting for russellb and markmcclain to wake up to do nova and neutron | 11:36 |
*** romcheg1 has quit IRC | 11:36 | |
*** ruhe has joined #openstack-dev | 11:37 | |
*** dina_belova has joined #openstack-dev | 11:38 | |
jd__ | ttx: nova just merged some changes that broken ceilometer https://bugs.launchpad.net/ceilometer/+bug/1221173 so we'll have to fix this too for h3 | 11:40 |
uvirtbot | Launchpad bug 1221173 in ceilometer "Nova notifier error TypeError: _from_db_object() got multiple values for keyword argument 'expected_attrs'" [Critical,Confirmed] | 11:40 |
jd__ | just letting you know | 11:40 |
*** rfolco has joined #openstack-dev | 11:40 | |
jd__ | twice in less than 24 hours… | 11:40 |
ttx | jd__: ack | 11:40 |
ttx | jd__: should get calmer once past FF | 11:41 |
jd__ | hopefully :) | 11:41 |
*** kiall has quit IRC | 11:43 | |
ttx | markwash: I went ahead and did glance, since 45142 is a bit blocked. We may backport it back though | 11:46 |
*** sergmelikyan has joined #openstack-dev | 11:47 | |
*** shang has quit IRC | 11:48 | |
*** dstanek has quit IRC | 11:50 | |
*** prekarat has quit IRC | 11:52 | |
*** martine_ has joined #openstack-dev | 11:52 | |
*** ruhe has quit IRC | 11:57 | |
*** coolsvap has quit IRC | 12:00 | |
*** shang has joined #openstack-dev | 12:00 | |
*** yaguang has quit IRC | 12:01 | |
*** asavu has joined #openstack-dev | 12:04 | |
*** boris-42 has joined #openstack-dev | 12:04 | |
*** ndipanov has quit IRC | 12:04 | |
*** Shaan7 has quit IRC | 12:04 | |
*** Shaan7 has joined #openstack-dev | 12:04 | |
russellb | jd__: fix in nova or ceilometer? | 12:06 |
jd__ | russellb: ceilometer | 12:06 |
*** vartom8 has quit IRC | 12:06 | |
russellb | ok, well sorry :) | 12:06 |
russellb | ttx: don't mistake my presence for being awake yet btw | 12:06 |
*** kiall has joined #openstack-dev | 12:07 | |
ttx | russellb: reviewing the remaining blueprints to see how far they actually are | 12:07 |
ttx | russellb: i.e. is there value in waiting a couple extra hours or not | 12:08 |
russellb | unless something is in the gate, no need to wait i think ... we can handle that with exceptions if necessary | 12:08 |
russellb | IMO | 12:08 |
russellb | there is one in the gate i'd like to wait for | 12:08 |
*** vartom8 has joined #openstack-dev | 12:08 | |
russellb | wait, it may have *just* merged actually | 12:08 |
ttx | rigth checking features vs. gate. Will have a summary for you in 5 min | 12:09 |
russellb | ok | 12:09 |
*** dstanek has joined #openstack-dev | 12:09 | |
russellb | bah the one i had in mind had some kind of failure | 12:09 |
ttx | russellb: link ? it may be some of the recurrent failures we had all night/morning | 12:10 |
russellb | https://review.openstack.org/#/c/45107/1 | 12:10 |
russellb | affected by https://code.launchpad.net/bugs/1167251 | 12:10 |
uvirtbot | Launchpad bug 1167251 in nova "Flakey test nova.tests.integrated.test_multiprocess_api.MultiprocessWSGITest.test_terminate_sigterm" [Undecided,Confirmed] | 12:10 |
ttx | russellb: you retry it ? | 12:11 |
russellb | yep | 12:11 |
*** hungry-eglynn is now known as eglynn | 12:11 | |
russellb | back in it goes | 12:11 |
*** grapsus_ has joined #openstack-dev | 12:11 | |
ttx | https://review.openstack.org/#/c/30282/ also would unlock a feature iiuc | 12:11 |
ttx | and is in the pipe | 12:12 |
*** dvarga has joined #openstack-dev | 12:12 | |
*** sergmelikyan has quit IRC | 12:12 | |
*** vartom8 has quit IRC | 12:13 | |
*** ruhe has joined #openstack-dev | 12:14 | |
russellb | ttx: yep that's the one i was looking at | 12:14 |
russellb | i linked you tot he wrong one sorry | 12:14 |
*** sridevi has joined #openstack-dev | 12:15 | |
*** gimps has quit IRC | 12:16 | |
*** dina_belova has quit IRC | 12:16 | |
*** hashfail has quit IRC | 12:16 | |
sdague | ttx: so the neutron job you reverified I think is never going to pass, it looks like an alembic issue that is self inflicted in that patch | 12:19 |
*** ndipanov has joined #openstack-dev | 12:20 | |
sdague | ttx: 42806,6 | 12:20 |
ttx | sdague: yeah... sorry about that. The weird error message got me | 12:20 |
sdague | russellb: any of the nova patches you want in sitting behind that one? | 12:20 |
sdague | we could always push another revision with a trivial change to kick it out | 12:21 |
ttx | sdague: I guess that means we can close bug 1221164 | 12:21 |
uvirtbot | Launchpad bug 1221164 in devstack "stack.sh fails with neutron-db-manage returning "Only a single head supported so far..."" [Undecided,New] https://launchpad.net/bugs/1221164 | 12:21 |
sdague | ttx: or make it a neutron bug | 12:21 |
ttx | sdague: I invalidated it... it's hardly a bug if it's self-inflicted ? | 12:22 |
sdague | ttx: sure | 12:22 |
lxsli | Anyone have a link to the OpenStack "urgent reviews" page please? | 12:24 |
sdague | ttx: well I pushed it out | 12:24 |
sdague | so that the stuff behind it can process | 12:25 |
ttx | sdague: nice. How do you do that ? | 12:25 |
sdague | make another change | 12:25 |
ttx | there have been a couple of cases I spotted this morning i would have loved to kick out because I knew they would fail | 12:25 |
*** shang has quit IRC | 12:25 | |
*** paragan has joined #openstack-dev | 12:25 | |
sdague | so just grab the change with git review -d | 12:25 |
sdague | and ammend in a new commit message comment | 12:25 |
sdague | and when zuul sees there is a new rev of the patch, it kills the old version | 12:26 |
sdague | it's a little bit of a hack | 12:26 |
ttx | sdague: ok | 12:26 |
*** noslzzp has joined #openstack-dev | 12:26 | |
ttx | sdague: always better than watching the train wreck in slow motion | 12:26 |
sdague | yep | 12:26 |
sdague | agreed | 12:26 |
sdague | https://review.openstack.org/#/c/42806/ - as an example | 12:26 |
sdague | I just threw in a sentence about what I was doing in the commit message, no actual code changes | 12:27 |
*** garyk has joined #openstack-dev | 12:27 | |
*** topol has joined #openstack-dev | 12:28 | |
*** ndipanov has quit IRC | 12:30 | |
*** derekh has quit IRC | 12:31 | |
salv-orlando | tax, sdague: unfortunately we can't run a migration check before the job enters the gate pipeline | 12:32 |
*** zul has quit IRC | 12:32 | |
salv-orlando | ttx: ^ | 12:32 |
salv-orlando | I've already taken off another patch with the same issue | 12:32 |
*** jruzicka has joined #openstack-dev | 12:33 | |
*** sridevi has quit IRC | 12:33 | |
*** noslzzp has quit IRC | 12:34 | |
sdague | salv-orlando: sorry, don't quite understand, what's the base issue? | 12:34 |
salv-orlando | sorry, I was referring to bug 1221164 | 12:34 |
uvirtbot | Launchpad bug 1221164 in devstack "stack.sh fails with neutron-db-manage returning "Only a single head supported so far..."" [Undecided,Invalid] https://launchpad.net/bugs/1221164 | 12:34 |
*** asavu has quit IRC | 12:35 | |
salv-orlando | that failure occurs if neutron db migrations are not properly ordered. | 12:35 |
*** vartom8 has joined #openstack-dev | 12:37 | |
*** zul has joined #openstack-dev | 12:37 | |
*** aditirav has quit IRC | 12:38 | |
sdague | salv-orlando: so I thought alembeic made that better? | 12:38 |
salv-orlando | it makes that better if you run check_migration before pushing, which we usually do (a tox env for that should come soon) | 12:39 |
salv-orlando | but even if you do that, | 12:39 |
salv-orlando | when two changes with db migrations enter the gate pipeline its tricky | 12:39 |
*** martine_ has quit IRC | 12:39 | |
salv-orlando | before they both succeed on check pipeline, but then one of them will fail in the gate pipeline | 12:39 |
sdague | ok, right, but at least you can fail fast if you have that check in there | 12:40 |
sdague | or notify fast | 12:40 |
salv-orlando | sdague: corect. | 12:40 |
*** jaimegil has quit IRC | 12:40 | |
sdague | if this is a recurring problem, please make it a priority to get that tox job in | 12:40 |
salv-orlando | you could fail in the same point where we verify merge failures | 12:40 |
salv-orlando | markmcclain is already on it | 12:40 |
sdague | ok, great | 12:40 |
*** dina_belova has joined #openstack-dev | 12:41 | |
markmcclain | the issue the tox job normally would pass in the check | 12:41 |
*** garyk1 has joined #openstack-dev | 12:41 | |
markmcclain | need to figure out if there is a hook in the gate that we could run that check and if it fails immediately kick it out of the gate | 12:42 |
*** ndipanov has joined #openstack-dev | 12:42 | |
*** garyk has quit IRC | 12:42 | |
sdague | markmcclain: so we used to fast fail on pep8, which means I believe zuul has some ability to do that | 12:43 |
sdague | I'd say make it another job, and at worse it means people can manually kick the changes out | 12:43 |
sdague | then we'll come up with a better way to handle it, as I expect with more projects going to alembic, it's somethign we'd want on all of them | 12:44 |
markmcclain | ok.. if there is a fail fast then we'll be good | 12:44 |
markmcclain | sdague: yeah as more folks move to alembic this will be a problem | 12:44 |
*** topol has quit IRC | 12:45 | |
sdague | right, so we'll figure out an optimal way to handle it over time. neutron just managed to uncover the issue first | 12:45 |
sdague | the neutron unit tests don't do migrations? | 12:45 |
sdague | I was actually surprised that it only showed up in the tempest job | 12:46 |
*** pcm_ has joined #openstack-dev | 12:46 | |
*** simo has joined #openstack-dev | 12:46 | |
*** simo has quit IRC | 12:46 | |
*** simo has joined #openstack-dev | 12:46 | |
*** derekh has joined #openstack-dev | 12:46 | |
*** vartom9 has joined #openstack-dev | 12:47 | |
*** gimps has joined #openstack-dev | 12:47 | |
*** vartom8 has quit IRC | 12:48 | |
sdague | oh man, another neutron 26 reset, so close to merging a bunch of code | 12:49 |
*** nshaikh has left #openstack-dev | 12:50 | |
salv-orlando | sdague: who's the culprit I must have missed it. | 12:50 |
sdague | actually, it was the subunit processing | 12:50 |
sdague | http://logs.openstack.org/52/45152/1/gate/gate-neutron-python26/216e697/console.html | 12:50 |
*** sandywalsh has joined #openstack-dev | 12:51 | |
salv-orlando | at least this time it's not neutron's fault (I think) | 12:51 |
sdague | no, it wasn't | 12:51 |
sdague | the job hit the 40 minute mark and was killed | 12:52 |
*** waa has quit IRC | 12:54 | |
*** portante|afk is now known as portante | 12:54 | |
*** vartom9 has quit IRC | 13:01 | |
*** ruhe has quit IRC | 13:02 | |
*** xga_ has quit IRC | 13:03 | |
*** xga_ has joined #openstack-dev | 13:03 | |
*** gordc has joined #openstack-dev | 13:04 | |
*** prad has joined #openstack-dev | 13:04 | |
*** radez_g0n3 is now known as radez | 13:05 | |
*** sthaha has quit IRC | 13:06 | |
*** afazekas has joined #openstack-dev | 13:06 | |
*** litong has joined #openstack-dev | 13:06 | |
*** amotoki has joined #openstack-dev | 13:08 | |
*** amotoki has left #openstack-dev | 13:08 | |
*** alunduil has quit IRC | 13:08 | |
*** jayg|g0n3 is now known as jayg | 13:09 | |
*** waa has joined #openstack-dev | 13:10 | |
*** amotoki has joined #openstack-dev | 13:10 | |
*** maheshp has joined #openstack-dev | 13:10 | |
*** maheshp1 has joined #openstack-dev | 13:10 | |
*** donaldh has joined #openstack-dev | 13:11 | |
*** jpeeler has quit IRC | 13:12 | |
*** terryh has joined #openstack-dev | 13:12 | |
*** jpeeler has joined #openstack-dev | 13:12 | |
*** dims has quit IRC | 13:13 | |
*** schwicht has joined #openstack-dev | 13:13 | |
*** clayb has joined #openstack-dev | 13:15 | |
*** basha has quit IRC | 13:15 | |
*** dims has joined #openstack-dev | 13:16 | |
*** adalbas has joined #openstack-dev | 13:17 | |
*** sgordon has joined #openstack-dev | 13:19 | |
*** sergmelikyan has joined #openstack-dev | 13:23 | |
*** anteaya has joined #openstack-dev | 13:25 | |
sergmelikyan | mordred, I have a problem with tag in one of repositories. Previously this repo (stackforge/murano-common) was located on Git and had version tags. After moving to stackforge this tags moved two, and now, when we releasing version 0.2 we could not assign this tag on murano-common repos (it is already existing). Could you remove this tag for us? | 13:25 |
*** basha has joined #openstack-dev | 13:25 | |
sergmelikyan | ttx, ? | 13:26 |
*** kbringard has joined #openstack-dev | 13:26 | |
*** freedomhui has quit IRC | 13:27 | |
ttx | sergmelikyan: i don't think I have such powerz. ask in #openstack-infra in a few hours | 13:29 |
*** mrunge has quit IRC | 13:30 | |
*** basha has quit IRC | 13:33 | |
*** stevemar has joined #openstack-dev | 13:34 | |
sergmelikyan | ttx, thank you! Right direction is also a lot of help :) | 13:37 |
*** jprovazn has joined #openstack-dev | 13:37 | |
*** networkstatic has quit IRC | 13:37 | |
*** dolphm has joined #openstack-dev | 13:37 | |
*** noslzzp has joined #openstack-dev | 13:38 | |
*** bknudson has joined #openstack-dev | 13:40 | |
*** athomas has quit IRC | 13:40 | |
*** athomas has joined #openstack-dev | 13:41 | |
*** burt has joined #openstack-dev | 13:42 | |
dolphm | ttx: is it safe to merge a transifex patch? | 13:44 |
*** lbragstad has joined #openstack-dev | 13:46 | |
ttx | dolphm: in master ? sure | 13:46 |
*** tstevenson has joined #openstack-dev | 13:47 | |
*** trey_h has joined #openstack-dev | 13:48 | |
*** kbrierly has joined #openstack-dev | 13:50 | |
*** hellome has quit IRC | 13:50 | |
*** martyntaylor1 has joined #openstack-dev | 13:52 | |
*** adalbas has quit IRC | 13:53 | |
*** hellome has joined #openstack-dev | 13:53 | |
*** alunduil has joined #openstack-dev | 13:53 | |
*** freedomhui has joined #openstack-dev | 13:53 | |
*** martyntaylor has quit IRC | 13:55 | |
*** ndipanov has quit IRC | 13:55 | |
*** jistr has quit IRC | 13:57 | |
*** thedodd has joined #openstack-dev | 13:58 | |
*** jistr has joined #openstack-dev | 13:58 | |
*** adalbas has joined #openstack-dev | 13:59 | |
*** yaguang has joined #openstack-dev | 14:01 | |
*** jprovazn has quit IRC | 14:04 | |
*** krtaylor has joined #openstack-dev | 14:06 | |
*** jasondotstar has joined #openstack-dev | 14:07 | |
*** grapsus_ has quit IRC | 14:08 | |
*** kiall has quit IRC | 14:09 | |
*** mrodden has joined #openstack-dev | 14:09 | |
*** henrynash has joined #openstack-dev | 14:09 | |
*** jhesketh__ has quit IRC | 14:10 | |
*** ndipanov has joined #openstack-dev | 14:11 | |
*** eharney has joined #openstack-dev | 14:12 | |
*** networkstatic has joined #openstack-dev | 14:12 | |
*** terriyu has joined #openstack-dev | 14:17 | |
*** waa has quit IRC | 14:17 | |
*** bashok_ has quit IRC | 14:17 | |
*** bashok_ has joined #openstack-dev | 14:18 | |
*** kiall has joined #openstack-dev | 14:19 | |
*** xga_ has quit IRC | 14:20 | |
*** rnirmal has joined #openstack-dev | 14:20 | |
*** xga has joined #openstack-dev | 14:21 | |
*** terryh has quit IRC | 14:21 | |
*** jhesketh__ has joined #openstack-dev | 14:22 | |
*** spzala has joined #openstack-dev | 14:24 | |
*** yaguang has quit IRC | 14:24 | |
*** bashok_ has quit IRC | 14:25 | |
henrynash | dolphm: ping | 14:27 |
*** gongysh has joined #openstack-dev | 14:31 | |
*** imsurit has joined #openstack-dev | 14:32 | |
*** colinmcnamara has joined #openstack-dev | 14:33 | |
*** waa has joined #openstack-dev | 14:33 | |
*** xga has quit IRC | 14:33 | |
*** mrunge has joined #openstack-dev | 14:34 | |
*** xga has joined #openstack-dev | 14:35 | |
*** o_petit has joined #openstack-dev | 14:35 | |
*** bashok has joined #openstack-dev | 14:35 | |
*** mdenny has joined #openstack-dev | 14:36 | |
*** xga_ has joined #openstack-dev | 14:36 | |
*** yaguang has joined #openstack-dev | 14:37 | |
*** terryh has joined #openstack-dev | 14:38 | |
*** radez is now known as radez_g0n3 | 14:39 | |
*** jmontemayor has joined #openstack-dev | 14:39 | |
*** xga has quit IRC | 14:40 | |
*** jprovazn has joined #openstack-dev | 14:40 | |
*** shang has joined #openstack-dev | 14:40 | |
*** FunnyLookinHat has joined #openstack-dev | 14:40 | |
*** ruhe has joined #openstack-dev | 14:41 | |
*** kenperkins has quit IRC | 14:41 | |
dolphm | henrynash: pong | 14:41 |
henrynash | dolphm: couple of things….1) I'm going to work on big #1201487 as a priority | 14:42 |
henrynash | dolphm: it may indeed be a big bug.. :-) | 14:42 |
*** rwsu-away is now known as rwsu | 14:42 | |
henrynash | #link 1201487 | 14:42 |
dolphm | henrynash: big has in the commit to fix it? | 14:42 |
dolphm | henrynash: or as in severe? | 14:42 |
*** kenperkins has joined #openstack-dev | 14:43 | |
henrynash | dolphm: https://bugs.launchpad.net/keystone/+bug/1201487 | 14:43 |
dolphm | https://bugs.launchpad.net/keystone/+bug/1201487 | 14:43 |
uvirtbot | Launchpad bug 1201487 in keystone "listing projects for a user omits those that only have group related roles" [High,In progress] | 14:43 |
*** dina_belova has quit IRC | 14:43 | |
dolphm | uvirtbot: you're very slow | 14:43 |
uvirtbot | dolphm: Error: "you're" is not a valid command. | 14:43 |
*** maheshp has joined #openstack-dev | 14:43 | |
henrynash | dolphm: ha! | 14:43 |
dolphm | uvirtbot: work faster | 14:43 |
uvirtbot | dolphm: Error: "work" is not a valid command. | 14:43 |
*** xga_ has quit IRC | 14:44 | |
dolphm | henrynash: ah you typo'd s/big/bug/ again :) bug 1201487 | 14:44 |
uvirtbot | Launchpad bug 1201487 in keystone "listing projects for a user omits those that only have group related roles" [High,In progress] https://launchpad.net/bugs/1201487 | 14:44 |
henrynash | dolphm: …and will work on the filtering in the background so we have it ready to go as soon as we open master for IceHouse | 14:44 |
dolphm | henrynash: sounds like a plan | 14:44 |
dolphm | henrynash: i'm going to send you bug reviews in the mean time :) https://review.openstack.org/#/c/40378/ | 14:45 |
*** devvesa has quit IRC | 14:45 | |
*** aeperezt has joined #openstack-dev | 14:45 | |
*** dina_belova has joined #openstack-dev | 14:45 | |
henrynash | dolphm: on filtering…do you think it is worth actually have a class at all for hints? or just some helper functions that let you manipulate it (and I don't mean mark_as_satisfied, we've killed that one)" | 14:46 |
henrynash | ? | 14:46 |
*** o_petit has quit IRC | 14:47 | |
*** maheshp1 has quit IRC | 14:47 | |
*** dina_bel_ has joined #openstack-dev | 14:47 | |
*** colinmcnamara has quit IRC | 14:47 | |
dolphm | henrynash: i thought it was an interesting idea at least -- what's left in that class? | 14:47 |
*** dina_belova has quit IRC | 14:47 | |
dolphm | henrynash: add_filter and .filters? | 14:48 |
henrynash | dolphm: basiscally, yes | 14:48 |
*** terryh has quit IRC | 14:48 | |
henrynash | dolphm: and if we were to add more types in the future, we might want more | 14:48 |
*** terryh has joined #openstack-dev | 14:49 | |
*** imsurit has quit IRC | 14:49 | |
henrynash | dolphm: I was thinking that your idea of using a boolean that you set in a filter to mark it satisfied (rather than deleting it) was actually interesting | 14:49 |
*** ndipanov has quit IRC | 14:50 | |
*** jimfehlig has joined #openstack-dev | 14:50 | |
*** ericw has joined #openstack-dev | 14:50 | |
henrynash | dolphm: and then perhaps .filters() actually becomes something like .unsatisfied_filters() which is the thing that most callers will want to use | 14:50 |
henrynash | dolphm: but all the filters are still there in case someone wants to inspect what has happened | 14:51 |
dolphm | henrynash: http://pasteraw.com/5j3frx0eoryqsf742fvglscjzzszatw | 14:52 |
*** aditirav has joined #openstack-dev | 14:53 | |
henrynash | dolphm: yeah was thinking the @property was likely to useful..nice | 14:53 |
henrynash | dolphm: the one thing that did trouble me is that if we have a class (which I do like actually) then do we allow someone to declare a hint as hint = [] and then add in their own filters manually….becuase then if we pass this to (say) the controller class that does a hints.filters that won't work (I had to protect controller and sql/core from that manually)….is there a better way to do that…or do we just say you must declare a hint as hint = | 14:56 |
henrynash | driver_hints.Hints() ? | 14:56 |
*** ruhe has quit IRC | 14:58 | |
*** trey_h_ has joined #openstack-dev | 14:59 | |
*** bswartz has joined #openstack-dev | 15:00 | |
*** imsurit has joined #openstack-dev | 15:01 | |
*** pschaef has joined #openstack-dev | 15:01 | |
*** reidrac has quit IRC | 15:01 | |
*** trey_h has quit IRC | 15:02 | |
insanidade | what does an agent scheduler do ? | 15:02 |
*** kiall has quit IRC | 15:04 | |
*** ndipanov has joined #openstack-dev | 15:05 | |
*** martyntaylor has joined #openstack-dev | 15:06 | |
*** martyntaylor1 has quit IRC | 15:06 | |
*** mlavalle has joined #openstack-dev | 15:08 | |
*** aditirav has quit IRC | 15:08 | |
*** kiall has joined #openstack-dev | 15:10 | |
*** dina_bel_ has quit IRC | 15:10 | |
*** xga has joined #openstack-dev | 15:11 | |
*** danwent has joined #openstack-dev | 15:11 | |
*** hemna has joined #openstack-dev | 15:11 | |
*** o_petit has joined #openstack-dev | 15:13 | |
*** otherwiseguy has joined #openstack-dev | 15:13 | |
*** tsmithgc has joined #openstack-dev | 15:13 | |
*** epim has joined #openstack-dev | 15:13 | |
*** mattymo has quit IRC | 15:13 | |
SlickNik | sdague: Addressed the couple of concerns you had with https://review.openstack.org/#/c/38169/15. Please take a look at it when you get a chance. Thanks! | 15:14 |
*** ifarkas has quit IRC | 15:15 | |
*** pmathews has joined #openstack-dev | 15:15 | |
*** ruhe has joined #openstack-dev | 15:15 | |
*** jtomasek has quit IRC | 15:15 | |
*** mrunge has quit IRC | 15:20 | |
*** SergeyLu_ has joined #openstack-dev | 15:23 | |
*** changbl has quit IRC | 15:23 | |
*** SergeyLu_ has quit IRC | 15:23 | |
*** mrodden has quit IRC | 15:24 | |
*** SergeyLu_ has joined #openstack-dev | 15:24 | |
*** hellome has quit IRC | 15:25 | |
*** markwash has quit IRC | 15:26 | |
*** romcheg has quit IRC | 15:28 | |
*** shang has quit IRC | 15:29 | |
*** SergeyLu_ has quit IRC | 15:29 | |
*** sandeepr_ltp has quit IRC | 15:30 | |
*** SergeyLukjanov has joined #openstack-dev | 15:30 | |
*** colinmcnamara has joined #openstack-dev | 15:31 | |
*** o_petit_ has joined #openstack-dev | 15:32 | |
*** romcheg has joined #openstack-dev | 15:33 | |
*** vuil has quit IRC | 15:33 | |
*** edmund has joined #openstack-dev | 15:33 | |
*** gyee has joined #openstack-dev | 15:33 | |
*** alexxu has quit IRC | 15:35 | |
*** o_petit has quit IRC | 15:36 | |
*** mrodden has joined #openstack-dev | 15:36 | |
*** radez_g0n3 is now known as radez | 15:38 | |
*** networkstatic has quit IRC | 15:40 | |
*** basha has joined #openstack-dev | 15:42 | |
*** matiu has joined #openstack-dev | 15:42 | |
*** matiu has joined #openstack-dev | 15:42 | |
*** romcheg has quit IRC | 15:43 | |
*** jvrbanac has joined #openstack-dev | 15:45 | |
*** pcm__ has joined #openstack-dev | 15:46 | |
*** sumanthns has joined #openstack-dev | 15:48 | |
*** pcm__ has quit IRC | 15:48 | |
*** alop has joined #openstack-dev | 15:49 | |
dolphm | henrynash: driver_hints.Hints(hints_created_by_someone_else) | 15:49 |
*** pcm_ has quit IRC | 15:50 | |
dolphm | henrynash: driver_hints.Hints([{'type': 'filter', ...}]) | 15:50 |
dolphm | henrynash: that's why i suggested a .validate() would be useful to strictly verify the data structure and it's contents | 15:50 |
*** boris-42 has quit IRC | 15:51 | |
*** aditirav has joined #openstack-dev | 15:51 | |
*** jmontemayor has quit IRC | 15:52 | |
*** kiall has quit IRC | 15:52 | |
*** o_petit_ has quit IRC | 15:52 | |
*** o_petit has joined #openstack-dev | 15:52 | |
*** sandeepr_ltp has joined #openstack-dev | 15:53 | |
*** o_petit has quit IRC | 15:54 | |
henrynash | dolphm: I'mm happy with your timezone fix….ok if I approve? | 15:56 |
dolphm | henrynash: it's not mine, but yes! | 15:57 |
henrynash | dolphm: ah, yes, sorry! | 15:57 |
*** basha has quit IRC | 15:57 | |
*** epim has quit IRC | 15:58 | |
*** bknudson has quit IRC | 15:58 | |
*** reed has joined #openstack-dev | 15:58 | |
*** jvrbanac has quit IRC | 15:59 | |
*** egallen has quit IRC | 15:59 | |
*** Ruetobas has quit IRC | 16:01 | |
*** shang has joined #openstack-dev | 16:01 | |
*** jmontemayor has joined #openstack-dev | 16:02 | |
*** kiall has joined #openstack-dev | 16:02 | |
*** tmclaugh[work] has joined #openstack-dev | 16:02 | |
*** nati_ueno has quit IRC | 16:04 | |
*** Ruetobas has joined #openstack-dev | 16:04 | |
*** zz_Guest27549 is now known as leif | 16:06 | |
*** leif is now known as Guest35249 | 16:06 | |
*** shang has quit IRC | 16:07 | |
*** ifarkas has joined #openstack-dev | 16:08 | |
*** shang has joined #openstack-dev | 16:08 | |
*** sumanthns has quit IRC | 16:08 | |
*** Ruetobas has quit IRC | 16:08 | |
*** Max_ has quit IRC | 16:09 | |
*** zaitcev has joined #openstack-dev | 16:09 | |
*** aditirav_ has joined #openstack-dev | 16:10 | |
*** sergmelikyan has quit IRC | 16:11 | |
*** aditirav has quit IRC | 16:12 | |
*** aditirav_ is now known as aditirav | 16:12 | |
*** bknudson has joined #openstack-dev | 16:12 | |
*** SergeyLukjanov has quit IRC | 16:13 | |
*** gongysh has quit IRC | 16:13 | |
*** jvrbanac has joined #openstack-dev | 16:14 | |
*** Ruetobas has joined #openstack-dev | 16:15 | |
*** marios has quit IRC | 16:15 | |
*** sumanthns has joined #openstack-dev | 16:16 | |
*** ruhe has quit IRC | 16:17 | |
*** Ryan_Lane has joined #openstack-dev | 16:18 | |
*** safchain has quit IRC | 16:20 | |
*** jpich has quit IRC | 16:21 | |
*** yaguang has quit IRC | 16:21 | |
*** colinmcnamara has quit IRC | 16:22 | |
*** jistr has quit IRC | 16:23 | |
*** waa has quit IRC | 16:25 | |
*** jvrbanac has quit IRC | 16:25 | |
*** reed has quit IRC | 16:25 | |
*** jcoufal has quit IRC | 16:27 | |
*** khuevu has joined #openstack-dev | 16:27 | |
*** kiall has quit IRC | 16:28 | |
*** amotoki has quit IRC | 16:30 | |
*** prad has quit IRC | 16:30 | |
*** ruhe has joined #openstack-dev | 16:31 | |
*** bashok_ has joined #openstack-dev | 16:33 | |
*** shang has quit IRC | 16:34 | |
*** bashok has quit IRC | 16:35 | |
*** titanous has joined #openstack-dev | 16:35 | |
*** kiall has joined #openstack-dev | 16:35 | |
*** ndipanov is now known as ndipanov_gone | 16:35 | |
*** titanous has left #openstack-dev | 16:36 | |
*** waa has joined #openstack-dev | 16:37 | |
*** jaypipes has joined #openstack-dev | 16:38 | |
*** xarses has joined #openstack-dev | 16:38 | |
*** xqueralt is now known as xqueralt-afk | 16:39 | |
*** martyntaylor has quit IRC | 16:39 | |
*** colinmcnamara has joined #openstack-dev | 16:39 | |
*** armax has joined #openstack-dev | 16:40 | |
*** sushils has quit IRC | 16:40 | |
*** rcleere has joined #openstack-dev | 16:40 | |
*** freedomhui has quit IRC | 16:43 | |
*** markwash has joined #openstack-dev | 16:43 | |
*** odyssey4me has quit IRC | 16:45 | |
*** basha has joined #openstack-dev | 16:46 | |
*** enikanorov-w_ has quit IRC | 16:46 | |
*** vartom9 has joined #openstack-dev | 16:46 | |
*** aditirav has quit IRC | 16:47 | |
*** basha has quit IRC | 16:47 | |
*** pixelbeat has quit IRC | 16:47 | |
*** martyntaylor has joined #openstack-dev | 16:47 | |
*** basha has joined #openstack-dev | 16:50 | |
*** jmontemayor has quit IRC | 16:50 | |
*** romcheg has joined #openstack-dev | 16:50 | |
*** Ryan_Lane has quit IRC | 16:51 | |
*** romcheg has left #openstack-dev | 16:51 | |
*** yassine has quit IRC | 16:52 | |
*** prad has joined #openstack-dev | 16:52 | |
*** mmagr has quit IRC | 16:52 | |
*** jbresnah has joined #openstack-dev | 16:54 | |
*** jdurgin1 has joined #openstack-dev | 16:54 | |
*** freedomhui has joined #openstack-dev | 16:55 | |
*** danpb has quit IRC | 16:56 | |
*** colinmcnamara has quit IRC | 16:56 | |
*** JordanP has quit IRC | 16:57 | |
*** basha has quit IRC | 16:57 | |
*** enikanorov-w has joined #openstack-dev | 16:57 | |
*** kaushikc has joined #openstack-dev | 16:59 | |
*** boris-42 has joined #openstack-dev | 16:59 | |
*** thedodd has quit IRC | 17:02 | |
*** coolsvap has joined #openstack-dev | 17:03 | |
*** ctracey has joined #openstack-dev | 17:04 | |
*** xga has quit IRC | 17:04 | |
*** jcoufal has joined #openstack-dev | 17:04 | |
*** colinmcnamara has joined #openstack-dev | 17:04 | |
*** Alexei_987 has quit IRC | 17:04 | |
*** stevemar2 has joined #openstack-dev | 17:07 | |
*** xqueralt-afk is now known as xqueralt | 17:08 | |
*** stevemar has quit IRC | 17:08 | |
*** _TheDodd_ has joined #openstack-dev | 17:08 | |
*** pschaef has quit IRC | 17:09 | |
*** Mandell has joined #openstack-dev | 17:09 | |
*** SergeyLukjanov has joined #openstack-dev | 17:10 | |
*** moted has quit IRC | 17:11 | |
*** yjiang5_away is now known as yjiang5 | 17:11 | |
*** dhellmann is now known as dhellmann_ | 17:11 | |
*** moted has joined #openstack-dev | 17:11 | |
*** derekh has quit IRC | 17:11 | |
*** sridevi has joined #openstack-dev | 17:12 | |
*** kiall has quit IRC | 17:14 | |
*** freedomhui has quit IRC | 17:15 | |
*** mkollaro has quit IRC | 17:16 | |
*** changbl has joined #openstack-dev | 17:16 | |
*** vartom9 has quit IRC | 17:16 | |
*** reed has joined #openstack-dev | 17:17 | |
*** ruhe has quit IRC | 17:17 | |
*** sridevi has quit IRC | 17:17 | |
*** jdurgin1 has quit IRC | 17:18 | |
*** MaxV has joined #openstack-dev | 17:20 | |
*** kiall has joined #openstack-dev | 17:20 | |
*** shang has joined #openstack-dev | 17:20 | |
*** dina_belova has joined #openstack-dev | 17:21 | |
*** basha has joined #openstack-dev | 17:22 | |
*** mlavalle has quit IRC | 17:23 | |
SlickNik | dtroyer: thanks for the good comments on the trove review. I'm gonna be working on addressing them this morning. | 17:24 |
*** MaxV has quit IRC | 17:24 | |
SlickNik | dtroyer: curious as to why the tr-* services failed for you. I tested it last night on a fresh devstack install and was able to get it to work. | 17:24 |
*** dina_belova has quit IRC | 17:25 | |
*** dina_belova has joined #openstack-dev | 17:26 | |
SlickNik | dtroyer: going to test it out again this morning, but if you could share a gist of the failed output with me, that would be helpful. | 17:26 |
*** michchap has quit IRC | 17:26 | |
SlickNik | Also, thanks! :) | 17:26 |
*** afazekas has quit IRC | 17:27 | |
*** imsurit has quit IRC | 17:27 | |
*** mjfork has joined #openstack-dev | 17:30 | |
*** xqueralt is now known as xqueralt-afk | 17:30 | |
*** kaushikc has quit IRC | 17:32 | |
*** lucasagomes has quit IRC | 17:33 | |
*** ruhe has joined #openstack-dev | 17:33 | |
SlickNik | dtroyer: Actually, I just saw your message about the failure happening because the keystone conf is happening too early (before the keystone service is started). | 17:33 |
*** mkollaro has joined #openstack-dev | 17:33 | |
SlickNik | I tested with just adding "ENABLED_SERVICES+=,trove,tr-api,tr-tmgr" to the localrc file. | 17:34 |
*** nati_ueno has joined #openstack-dev | 17:36 | |
SlickNik | I'll test with a different order to try to get keystone to start _after_ trove and ensure that the changes work as expected. | 17:36 |
SlickNik | Thanks! | 17:36 |
*** gyee has quit IRC | 17:37 | |
*** shinylasers has joined #openstack-dev | 17:37 | |
dtroyer | SlickNik: here's the particulars I saw: https://gist.github.com/dtroyer/6453466 | 17:37 |
dtroyer | SlickNik: you could probably do _all_ of the trove bits in stack.sh where the services are started now. | 17:38 |
*** Ryan_Lane has joined #openstack-dev | 17:39 | |
*** jcoufal has quit IRC | 17:39 | |
*** jcoufal has joined #openstack-dev | 17:39 | |
SlickNik | dtroyer: That is a good idea. I'll move all of conf bits that depend on keystone to the init_trove section. | 17:42 |
*** ruhe has quit IRC | 17:43 | |
SlickNik | I'll leave the conf file bits in the configure section since that's where most other projects seem to be doing it. | 17:43 |
*** angdraug has joined #openstack-dev | 17:43 | |
dtroyer | SlickNik: actually, just do the moves in stack.sh... | 17:44 |
*** paragan has quit IRC | 17:44 | |
*** kiall has quit IRC | 17:44 | |
*** maheshp has quit IRC | 17:44 | |
SlickNik | dtroyer: cool that works as well, and actually involves fewer changes. :) | 17:46 |
*** sandeepr_ltp has quit IRC | 17:46 | |
SlickNik | Thanks! | 17:46 |
*** nati_ueno has quit IRC | 17:47 | |
*** nati_ueno has joined #openstack-dev | 17:48 | |
*** kiall has joined #openstack-dev | 17:49 | |
*** ruhe has joined #openstack-dev | 17:52 | |
*** dstanek has quit IRC | 17:54 | |
*** basha has quit IRC | 17:54 | |
*** coolsvap has quit IRC | 17:56 | |
*** dstanek has joined #openstack-dev | 17:59 | |
*** Ryan_Lane has quit IRC | 17:59 | |
*** Ryan_Lane has joined #openstack-dev | 17:59 | |
*** Ryan_Lane has quit IRC | 17:59 | |
*** Ryan_Lane has joined #openstack-dev | 18:00 | |
*** Ryan_Lane has quit IRC | 18:00 | |
*** Ryan_Lane has joined #openstack-dev | 18:00 | |
*** sballe has joined #openstack-dev | 18:01 | |
*** mlavalle has joined #openstack-dev | 18:02 | |
*** networkstatic has joined #openstack-dev | 18:03 | |
*** litong has quit IRC | 18:06 | |
*** asavu has joined #openstack-dev | 18:07 | |
*** ruhe has quit IRC | 18:11 | |
*** MaxV has joined #openstack-dev | 18:11 | |
*** jasdeepH has joined #openstack-dev | 18:11 | |
*** vartom9 has joined #openstack-dev | 18:12 | |
*** MaxV has quit IRC | 18:14 | |
*** johnthetubaguy has quit IRC | 18:15 | |
*** ruhe has joined #openstack-dev | 18:16 | |
*** rcleere has quit IRC | 18:18 | |
*** Mandell has quit IRC | 18:19 | |
*** shinylasers has quit IRC | 18:20 | |
*** sdake has quit IRC | 18:22 | |
*** eglynn has quit IRC | 18:22 | |
*** sdake has joined #openstack-dev | 18:22 | |
*** sdake has quit IRC | 18:22 | |
*** sdake has joined #openstack-dev | 18:22 | |
*** SumitNaiksatam has quit IRC | 18:23 | |
*** otherwiseguy has quit IRC | 18:25 | |
*** MaxV has joined #openstack-dev | 18:25 | |
*** Mandell has joined #openstack-dev | 18:26 | |
*** tiamar has joined #openstack-dev | 18:28 | |
tiamar | hi! any reason for the drivers in keystone test set to KVS? | 18:29 |
*** MaxV has quit IRC | 18:30 | |
*** jcoufal has quit IRC | 18:30 | |
*** dstanek has quit IRC | 18:31 | |
*** anniec has joined #openstack-dev | 18:31 | |
*** vartom9 has quit IRC | 18:35 | |
*** khuevu has quit IRC | 18:38 | |
*** ruhe has quit IRC | 18:38 | |
*** MaxV has joined #openstack-dev | 18:38 | |
*** amohn9 has joined #openstack-dev | 18:38 | |
*** dina_belova has quit IRC | 18:40 | |
*** litong has joined #openstack-dev | 18:40 | |
*** sumanthns has quit IRC | 18:42 | |
*** SumitNaiksatam has joined #openstack-dev | 18:42 | |
*** MaxV has quit IRC | 18:43 | |
*** blentz has quit IRC | 18:43 | |
*** novas0x2a|laptop has joined #openstack-dev | 18:44 | |
*** ifarkas has quit IRC | 18:49 | |
*** pixelbeat has joined #openstack-dev | 18:51 | |
*** terryh has quit IRC | 18:52 | |
*** SergeyLukjanov has quit IRC | 18:54 | |
*** jcoufal has joined #openstack-dev | 18:54 | |
*** dkehn has quit IRC | 18:55 | |
*** asavu has quit IRC | 18:56 | |
*** Ryan_Lane has quit IRC | 18:56 | |
*** Ryan_Lane has joined #openstack-dev | 18:56 | |
*** bashok_ has quit IRC | 18:57 | |
*** eglynn has joined #openstack-dev | 18:58 | |
*** sdake_ has quit IRC | 18:59 | |
*** yolanda has quit IRC | 19:00 | |
*** xga has joined #openstack-dev | 19:01 | |
*** sdake_ has joined #openstack-dev | 19:01 | |
*** sdake_ has quit IRC | 19:01 | |
*** sdake_ has joined #openstack-dev | 19:01 | |
*** reed has quit IRC | 19:01 | |
*** reed_ has joined #openstack-dev | 19:02 | |
*** jprovazn has quit IRC | 19:03 | |
*** alop has quit IRC | 19:03 | |
*** shang has quit IRC | 19:04 | |
*** terryh has joined #openstack-dev | 19:04 | |
*** terryh has quit IRC | 19:04 | |
*** terryh has joined #openstack-dev | 19:04 | |
*** xga has quit IRC | 19:06 | |
*** MaxV has joined #openstack-dev | 19:06 | |
*** mrunge has joined #openstack-dev | 19:06 | |
*** jmontemayor has joined #openstack-dev | 19:07 | |
*** ifarkas has joined #openstack-dev | 19:08 | |
*** alop has joined #openstack-dev | 19:08 | |
*** jmontemayor has quit IRC | 19:09 | |
*** sdake_ has quit IRC | 19:10 | |
jgriffith | sdague: around? | 19:11 |
*** krtaylor has quit IRC | 19:12 | |
*** alunch has joined #openstack-dev | 19:12 | |
*** sdake_ has joined #openstack-dev | 19:13 | |
*** sdake_ has quit IRC | 19:13 | |
*** sdake_ has joined #openstack-dev | 19:13 | |
*** otherwiseguy has joined #openstack-dev | 19:14 | |
*** mkollaro has quit IRC | 19:15 | |
*** Ryan_Lane has quit IRC | 19:16 | |
*** krtaylor has joined #openstack-dev | 19:17 | |
*** amohn9 has quit IRC | 19:19 | |
stevemar2 | tiamar: did you figure out your keystone test problem? | 19:21 |
*** networkstatic has quit IRC | 19:22 | |
tiamar | stevemar2: I changed the drivers in test_overrides.conf to the sql backend | 19:22 |
*** pabelanger has quit IRC | 19:23 | |
bknudson | tiamar: there's tests for the sql backends. | 19:23 |
*** jcoufal has quit IRC | 19:23 | |
bknudson | tiamar: test_backend_sql.py | 19:23 |
*** eglynn has quit IRC | 19:23 | |
bknudson | tiamar: there's also _sql_livetest.py , but that requires some setup | 19:24 |
*** dprince has quit IRC | 19:24 | |
*** dstanek has joined #openstack-dev | 19:25 | |
*** maheshp has joined #openstack-dev | 19:25 | |
tiamar | bknudson: yeah, but I went to execute the tests I wrote and it used the KVS backend , I wanted to know if there was some reason for that. | 19:25 |
*** maheshp1 has joined #openstack-dev | 19:25 | |
bknudson | tiamar: tests are run against all the backends so that all the backends are tested. | 19:26 |
*** maheshp has joined #openstack-dev | 19:27 | |
*** sgordon has quit IRC | 19:28 | |
*** maheshp1 has quit IRC | 19:28 | |
tiamar | bknudson: but my tests were executing with the KVS backend by default | 19:28 |
sdague | jgriffith: am now | 19:31 |
sdague | sorry, out for a mid day bike ride, as it's gorgeous out here in ny (70 and sunny) :) | 19:31 |
sdague | jgriffith: what's up? | 19:32 |
*** senk has quit IRC | 19:32 | |
jgriffith | nice! | 19:32 |
*** sdake_ has quit IRC | 19:33 | |
jgriffith | sdague: trying to remember if you were a postgres expert :) | 19:33 |
sdague | I know a few things, not an expert | 19:33 |
sdague | but hit me | 19:33 |
jgriffith | sdague: well, there seems to be a coorelation to some of these random gate failures | 19:33 |
jgriffith | sdague: ie: | 19:33 |
jgriffith | https://bugs.launchpad.net/tempest/+bug/1218391 | 19:34 |
*** vipul is now known as vipul-away | 19:34 | |
*** vipul-away is now known as vipul | 19:34 | |
uvirtbot | Launchpad bug 1218391 in tempest "tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestXML.test_delete_image_that_is_not_yet_active spurious failure" [Undecided,New] | 19:34 |
jgriffith | sdague: and a cinder version as well | 19:34 |
jgriffith | sdague: it appears to be psql tests specifically (at least in cinders case) and it appears to be a bad return from a db querie | 19:35 |
*** vipul is now known as vipul-away | 19:35 | |
*** vipul-away is now known as vipul | 19:35 | |
jgriffith | sdague: I'm setting up devsack/psql to see if I can repro | 19:35 |
sdague | ok, the logs useful enough to narrow it? | 19:35 |
jgriffith | sdague: yeah, I've got it down to the call into the API | 19:35 |
*** kiall has quit IRC | 19:36 | |
jgriffith | sdague: just thinking depending on what I end up with I may need someone with more psql insight than myself :) | 19:36 |
jgriffith | sdague: or I'll be completely wrong and it will be something else :) | 19:36 |
*** dkehn has joined #openstack-dev | 19:37 | |
*** ifarkas has quit IRC | 19:37 | |
*** bswartz has quit IRC | 19:37 | |
stevemar2 | tiamar: I think for most tests, the token backend is the only one that is kvs, the others should be sql | 19:39 |
tiamar | stevemar2: and for my test too - I have to see how to set the sql backend in setup | 19:40 |
*** dina_belova has joined #openstack-dev | 19:41 | |
stevemar2 | bknudson: want to take a second look at https://review.openstack.org/#/c/43708/ and https://review.openstack.org/#/c/45293 | 19:41 |
stevemar2 | ? | 19:41 |
*** mrunge has quit IRC | 19:41 | |
bknudson | stevemar2: so do we want the translated files in https://review.openstack.org/#/c/43708/ or not? | 19:42 |
bknudson | the .po files | 19:42 |
stevemar2 | bknudson, it's going to need a rebase anyway, so we can take them out... if i understand David/Sean correctly, the other patch should fix the problem | 19:43 |
dolphm | henrynash: this is explicitly against the default domain id, but i'm wondering if this is a result of identity-driver-per-domain or something? https://bugs.launchpad.net/keystone/+bug/1221418 | 19:43 |
uvirtbot | Launchpad bug 1221418 in keystone "creating duplicate users is allowed, MultipleResultsFound exception on auth" [Medium,Triaged] | 19:43 |
*** Ryan_Lane has joined #openstack-dev | 19:43 | |
*** sarob has joined #openstack-dev | 19:44 | |
*** pcm_ has joined #openstack-dev | 19:44 | |
bknudson | stevemar2: I'll +2 https://review.openstack.org/#/c/43708/ when the translated files are removed. | 19:44 |
*** pcm_ has quit IRC | 19:44 | |
sdague | jgriffith: hmmm, this bug - https://bugs.launchpad.net/tempest/+bug/1218391 or a different one | 19:44 |
uvirtbot | Launchpad bug 1218391 in tempest "tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestXML.test_delete_image_that_is_not_yet_active spurious failure" [Undecided,New] | 19:44 |
*** pcm_ has joined #openstack-dev | 19:45 | |
*** dina_belova has quit IRC | 19:45 | |
stevemar2 | bknudson, alright, i'll upload a new patch | 19:45 |
sdague | that bug isn't a cinder interaction, right? | 19:45 |
stevemar2 | bknudson, things are too quiet today, i'm bored | 19:45 |
dstanek | stevemar2: my patch should properly do the translations now, but the actual .po files won't get updated automatically | 19:45 |
*** vartom9 has joined #openstack-dev | 19:45 | |
*** pcm_ has quit IRC | 19:45 | |
*** sarob has quit IRC | 19:45 | |
bknudson | stevemar2: Blocking bugs - https://launchpad.net/keystone/+milestone/havana-rc1 | 19:45 |
*** sarob has joined #openstack-dev | 19:46 | |
*** simo has quit IRC | 19:46 | |
stevemar2 | bknudson, i would have thought we have owners for all these | 19:46 |
*** vipul is now known as vipul-away | 19:46 | |
*** vipul-away is now known as vipul | 19:46 | |
tiamar | bknudson, stevemar2 thanks! | 19:47 |
*** kiall has joined #openstack-dev | 19:47 | |
stevemar2 | dstanek, oh, that is why you went ahead and changed them in your patch | 19:49 |
*** sgordon has joined #openstack-dev | 19:49 | |
dstanek | stevemar2: yes | 19:49 |
jgriffith | sdague: no.. that one is not | 19:49 |
stevemar2 | dstanek, but the original patch (sean winn), doesn't need those files changes now, right? | 19:49 |
bknudson | dstanek: is ORGANIZATION the default if no copyright_holder ? | 19:49 |
dstanek | we can leave that off, but until my patch to Babel is merged they won't be changed automatically | 19:50 |
*** simo has joined #openstack-dev | 19:50 | |
*** simo has joined #openstack-dev | 19:50 | |
jgriffith | sdague: the one i'm looking at is: https://bugs.launchpad.net/cinder/+bug/1220436 | 19:50 |
uvirtbot | Launchpad bug 1220436 in cinder "test_cinder_quota_class_show failes during gate jobs" [Critical,In progress] | 19:50 |
sdague | jgriffith: ok | 19:50 |
jgriffith | I believe there's a relationship between these though | 19:50 |
jgriffith | ie failed db fetches | 19:51 |
*** sarob has quit IRC | 19:51 | |
jgriffith | but it's kind of a hunch thus far | 19:51 |
*** dina_belova has joined #openstack-dev | 19:51 | |
dolphm | bknudson: that LLC -> Foundation patch has a ton of conflicts now | 19:51 |
*** pixelbeat has quit IRC | 19:51 | |
dolphm | bknudson: i just tried to cut out the keystone/locale/ changes and rebase | 19:51 |
stevemar2 | bknudson: looks like it | 19:52 |
stevemar2 | http://babel.edgewall.org/changeset/80 | 19:52 |
stevemar2 | dolphm: yeah, i'm doing that now, lots of conflicts | 19:52 |
sdague | jgriffith: so what's up with the big stack trace at the beginning of the c-vol log in that one - http://logs.openstack.org/42/44542/1/gate/gate-tempest-devstack-vm-postgres-full/2d73c40/logs/screen-c-vol.txt.gz ? | 19:53 |
bknudson | stevemar2: it looks like the default is going to be 'None' now rather than 'ORGANIZATION' | 19:53 |
jgriffith | sdague: :) | 19:54 |
jgriffith | sdague: I'm on that one | 19:54 |
sdague | ok :) | 19:54 |
jgriffith | sdague: the scheudler asking for status update before the service has finished intializing | 19:54 |
stevemar2 | bknudson: it's set a bit lower i think _copyright_holder = copyright_holder or 'ORGANIZATION | 19:54 |
jgriffith | sdague: harmless with the exception of the ungly trace | 19:54 |
jgriffith | ugly | 19:54 |
stevemar2 | bknudson: shame it's not doc'ed somewhere.. | 19:55 |
*** dina_belova has quit IRC | 19:55 | |
bknudson | stevemar2: I see it now. | 19:55 |
jgriffith | sdague: I should've pointed out the issue is in a trace in the c-api log | 19:55 |
jgriffith | sdague: that's the culprit I'm looking at | 19:55 |
*** pabelanger has joined #openstack-dev | 19:57 | |
sdague | yeh, just got there | 19:59 |
sdague | KeyError: u'gigabytes_Volume-type-650760248' | 19:59 |
jgriffith | sdague: that's the one | 19:59 |
jgriffith | sdague: so it's a direct fetch out to the db that pulls that down | 19:59 |
jgriffith | sdague: we have an "expected" list of resources, so the fetch goes out to DB for the upate | 19:59 |
jgriffith | sdague: we roll through the keys, but that one is MIA | 20:00 |
jgriffith | sdague: there's a race in there that guitarzan submitted a patch for that may take care of the problem | 20:00 |
*** sandywalsh has quit IRC | 20:00 | |
jgriffith | sdague: but give then other things I'm seeing I'm wondering if there's something else lurking in the db calls | 20:00 |
jgriffith | sdague: sadly my local devstack with psql ran 100 loops of that test, so I'm switching to the full test-run now | 20:01 |
jgriffith | sdague: looping through it to see if I can catch anything | 20:01 |
*** vipul is now known as vipul-away | 20:01 | |
*** trey_h has joined #openstack-dev | 20:01 | |
*** tiamar has quit IRC | 20:03 | |
Ryan_Lane | can anyone think of a reason nova-scheduler wouldn't be scheduling instances to a new, empty compute node? | 20:03 |
*** trey_h has quit IRC | 20:03 | |
Ryan_Lane | it's showing as enabled and the service is showing as up | 20:03 |
*** trey_h has joined #openstack-dev | 20:03 | |
*** shinylasers has joined #openstack-dev | 20:03 | |
stevemar2 | dolphm, bknudson: https://review.openstack.org/#/c/43708/ | 20:04 |
*** trey_h_ has quit IRC | 20:05 | |
dolphm | stevemar2: thank you! | 20:05 |
dolphm | stevemar2: poke me if it passes gate checks and hasn't been approved | 20:06 |
*** vipul-away is now known as vipul | 20:06 | |
stevemar2 | dolphm: ugh, i just commented on it and it makes no sense | 20:06 |
stevemar2 | removed the files that were changes in keystone/locale | 20:06 |
stevemar2 | me english spoke good | 20:06 |
stevemar2 | I meant to say that i discarded the changes that were in keystone/locale | 20:06 |
*** jhesketh__ has quit IRC | 20:06 | |
dolphm | dstanek: way to push fixes upstream :) | 20:07 |
*** gyee has joined #openstack-dev | 20:07 | |
dstanek | dolphm: a dev has to do what a dev has to do :-) | 20:08 |
sdague | jgriffith: yeh, nothing is jumping out at me. It might be nice to add some more debug around that to dump out the arrays if we fail on it | 20:08 |
bknudson | stevemar2: is there a hacking check for Foundation/LLC ? | 20:08 |
stevemar2 | no | 20:08 |
stevemar2 | bknudson: nope | 20:08 |
sdague | jgriffith: so u'gigabytes_Volume-type-650760248' is a normal quota resource name for cinder? | 20:08 |
dolphm | stevemar2: are you sure? i thought there was one in the upcoming version? | 20:09 |
bknudson | I don't want to see this come back again | 20:09 |
stevemar2 | dolphm: well, i'm still seeing it used in a few patches.. | 20:09 |
bknudson | because this is one of the more boring reviews I've ever done | 20:09 |
stevemar2 | hehe | 20:09 |
dolphm | bknudson: diff unified and scroll real fast :) | 20:10 |
*** anteaya has quit IRC | 20:11 | |
bknudson | there might be a git-review option for this... | 20:11 |
bknudson | check it out and git-log | 20:11 |
*** bswartz has joined #openstack-dev | 20:12 | |
*** colinmcnamara has quit IRC | 20:12 | |
*** sandywalsh has joined #openstack-dev | 20:14 | |
Ryan_Lane | did the simple scheduler somehow just get much dumber? | 20:14 |
*** diogogmt has joined #openstack-dev | 20:14 | |
*** maheshp has quit IRC | 20:14 | |
Ryan_Lane | I have a host that is unused and it's not picking it first | 20:15 |
Ryan_Lane | unless I disable compute on all other hosts | 20:15 |
dolphm | bknudson: checkout and git diff HEAD~1 ? | 20:15 |
*** sarob has joined #openstack-dev | 20:15 | |
bknudson | dolphm: I accidentally pushed the Diff-unified button in gerrit! | 20:15 |
dolphm | bknudson: please enjoy these popups while you wait for popups to popup | 20:18 |
stevemar2 | dolphm: thinking about taking a bug from: https://launchpad.net/keystone/+milestone/havana-rc1 i'm thinking the LDAP tenantId one... what ya think? | 20:19 |
morganfainberg | dolphm, hah. i made the mistake of pushing that button once. | 20:19 |
Ryan_Lane | oh, well, shit. it seems the simple scheduler doesn't exist anymore? | 20:19 |
*** jhesketh__ has joined #openstack-dev | 20:19 | |
*** jruzicka has quit IRC | 20:19 | |
*** lucasagomes has joined #openstack-dev | 20:20 | |
*** sandywalsh has quit IRC | 20:20 | |
morganfainberg | stevemar2, should be an easy fix, just chasing some stuff down. i was looking at it, but hadn't gotten much further than initial digging (and have some demands here that will prevent | 20:20 |
morganfainberg | me from getting to it today) | 20:21 |
morganfainberg | stevemar2, so, i'll find another bug to glare at if you're going to snag that one. | 20:21 |
stevemar2 | morganfainberg that one and the duplicate users are the easiest :) so i want them :P | 20:22 |
morganfainberg | stevemar2, I see how it is. | 20:22 |
stevemar2 | stevemar goes for the harder ones, stevemar2 is lazier | 20:22 |
*** dhellmann_ is now known as dhellmann | 20:23 | |
jgriffith | sdague: so it's a created quota-class | 20:23 |
morganfainberg | stevemar2, i'll probably just go for the multidomain code then. | 20:23 |
morganfainberg | stevemar2, since i'm already looking at LDAP | 20:23 |
stevemar2 | morganfainberg: excellent | 20:24 |
jgriffith | sdague: we create a volumes and gigabytes quota class for each type | 20:24 |
jgriffith | sdague: so it looks like: gigabytes_<volume-type-name>, volumes_<volume-type-name> | 20:24 |
*** ameade_ is now known as ameade | 20:24 | |
*** sdake_ has joined #openstack-dev | 20:25 | |
*** sdake_ has quit IRC | 20:25 | |
*** sdake_ has joined #openstack-dev | 20:25 | |
sdague | jgriffith: so what about doing a work around and wrapping that in a try catch so you can at least dump and figure out what the two arrays are next time there is a failure | 20:26 |
jgriffith | sdague: yeah, I have a patch that actually just does a get(xxx, None) and logs an error | 20:29 |
jgriffith | sdague: the dump idea could be useful | 20:29 |
jgriffith | sdague: I'll take a look at submitting something to hlep with that | 20:30 |
sdague | yeh, the dump would probably point to why better | 20:30 |
*** sarob_ has joined #openstack-dev | 20:30 | |
jgriffith | sdague: indeed | 20:30 |
*** jmontemayor has joined #openstack-dev | 20:30 | |
jgriffith | sdague: I'll get something up here shortly | 20:30 |
sdague | I find in most of these cases I really need to see the data structure differences to figure out why we've gone sideways | 20:30 |
jgriffith | sdague: thanks for taking a look | 20:30 |
sdague | coolio | 20:30 |
sdague | np | 20:30 |
jgriffith | sdague: yeah... I ws hoping to trap it locally for that very reason | 20:31 |
sdague | yep | 20:31 |
jgriffith | sdague: sadly things are blowing up everywhere locally | 20:31 |
sdague | heh | 20:31 |
jgriffith | :) | 20:31 |
*** sarob_ has quit IRC | 20:32 | |
*** sarob_ has joined #openstack-dev | 20:33 | |
*** sandywalsh has joined #openstack-dev | 20:33 | |
*** sarob has quit IRC | 20:33 | |
*** tmclaugh[work] has quit IRC | 20:34 | |
dolphm | annegentle: *poke* | 20:35 |
annegentle | dolphm: ow! j/k | 20:35 |
dolphm | annegentle: (sorry) | 20:35 |
annegentle | dolphm: :) | 20:36 |
dolphm | annegentle: i have trouble tracking bugs like this one- https://bugs.launchpad.net/keystone/+bug/1187257 | 20:36 |
uvirtbot | Launchpad bug 1187257 in keystone "List project users not implemented in V3 API" [Low,Fix released] | 20:36 |
*** alunduil has quit IRC | 20:36 | |
dolphm | annegentle: it's filed against keystone, but the work happens in identity-api | 20:36 |
*** radez is now known as radez_g0n3 | 20:36 | |
*** nachi has joined #openstack-dev | 20:37 | |
dolphm | annegentle: which doesn't have a launchpad project, and jenkins doesn't automatically track progress (mark In Progress / Fix Committed / Fix Released) | 20:37 |
dolphm | annegentle: is identity-api the only project with that issue? | 20:37 |
annegentle | dolphm: yeah sad panda, how do we hook those up? all the <service>-api has that same thing | 20:38 |
annegentle | dolphm: well wait let me look at jeepyb | 20:38 |
annegentle | dolphm: ok what happens is all the <service>-api are tracked in openstack-api-site | 20:39 |
annegentle | dolphm: so that's the tracking and closing etc | 20:40 |
*** rfolco has quit IRC | 20:40 | |
insanidade | so, an agent is a standalone process...it keeps running and taking care of the underlying technology (an l3 agent taks care of the real router stuff). Is that correct ? | 20:43 |
dolphm | annegentle: hmm, that works for me -- i just didn't know that | 20:43 |
*** stevemar2 has quit IRC | 20:43 | |
annegentle | dolphm: yeah I knew it and still had to verify :) | 20:43 |
*** tmclaugh[work] has joined #openstack-dev | 20:43 | |
*** dstanek has quit IRC | 20:43 | |
*** stevemar has joined #openstack-dev | 20:44 | |
*** enikanorov-w has quit IRC | 20:45 | |
*** mkollaro has joined #openstack-dev | 20:46 | |
dolphm | annegentle: i don't see jenkins automatically tracking any of those bugs -- am i just not looking hard enough? | 20:46 |
annegentle | dolphm: wha'ts an example? | 20:47 |
*** terryh has quit IRC | 20:47 | |
annegentle | dolphm: there are these: https://bugs.launchpad.net/openstack-api-site/+bugs?field.tag=identity-api | 20:47 |
dolphm | annegentle: https://bugs.launchpad.net/keystone/+bug/1020127/comments/6 | 20:47 |
uvirtbot | Launchpad bug 1020127 in keystone "proxy-server Error: Second simultaneous read or write detected" [High,In progress] | 20:48 |
dolphm | annegentle: and it'll track the assignment and task status at the same time | 20:48 |
*** gyee has quit IRC | 20:48 | |
annegentle | dolphm: I mean, I know how Closes-bug: works | 20:49 |
*** sballe has quit IRC | 20:49 | |
*** sballe has joined #openstack-dev | 20:49 | |
*** alop has quit IRC | 20:50 | |
dolphm | annegentle: yeah, does hudson close bugs in openstack-api-site for merged reviews against openstack/identity-api, etc? | 20:50 |
*** vartom9 has quit IRC | 20:50 | |
annegentle | dolphm: you could add them to the project_map in jeepyb | 20:50 |
annegentle | dolphm: or I could | 20:50 |
*** dina_belova has joined #openstack-dev | 20:51 | |
annegentle | dolphm: I'm in there, I'll patch | 20:51 |
dolphm | annegentle: well, since that's not already done-- is that the best solution? | 20:51 |
dolphm | annegentle: or should each openstack/<service>-api project have it's own openstack-<service>-api launchpad project? | 20:52 |
annegentle | dolphm: I've avoided that | 20:53 |
dolphm | annegentle: that means you've thought about it more than i have :) | 20:53 |
*** gyee has joined #openstack-dev | 20:53 | |
dolphm | annegentle: adding them to jeepyb would be appreciated then :) | 20:53 |
annegentle | dolphm: heh. If the problem is ensuring eyes are on the <service>-api docs then it's a matter of not spreading out the places to look | 20:53 |
annegentle | dolphm: but I'm not sure mapping in jeepyb quite does what we need, which is "when there's a bug against your API doc, get notified" | 20:54 |
dolphm | annegentle: i was about to say... i think the inverse of 'not spreading out the places to look' is 'creating a lot of noise for those with specific interests' | 20:55 |
*** anniec has quit IRC | 20:55 | |
*** dina_belova has quit IRC | 20:56 | |
*** _TheDodd_ has quit IRC | 20:56 | |
annegentle | dolphm: this patch does the mapping: https://review.openstack.org/45324 | 20:57 |
annegentle | dolphm: but really if you look at api doc patches the majority are done by diane fleming | 20:58 |
annegentle | dolphm: I don't yet see a massive interest | 20:58 |
annegentle | dolphm: even compute v3 API is woefully undocumented | 20:58 |
dolphm | annegentle: cooooooooooool launchpad is giving me an option to subscribe keystone-core to all bug activity related one or more tags | 20:58 |
*** sballe has quit IRC | 20:58 | |
*** dkehn has quit IRC | 20:59 | |
annegentle | dolphm: there ya go | 21:00 |
*** tstevenson has quit IRC | 21:00 | |
*** dkehn has joined #openstack-dev | 21:00 | |
morganfainberg | dolphm, did you need to add me to keystone-core? (on the topic of subscribing keystone-core to things) | 21:00 |
dolphm | morganfainberg: i hear you'd like to subscribe to our newsletter | 21:00 |
dolphm | morganfainberg: so, i just realized there's keystone-core and keystone-drivers and i have no idea what the difference is | 21:01 |
morganfainberg | dolphm, i think drivers have bug/bp magic capabilities | 21:01 |
dolphm | morganfainberg: you're in -drivers but not -core at the moment | 21:01 |
*** anniec has joined #openstack-dev | 21:01 | |
morganfainberg | dolphm, core … no idea what it does… | 21:01 |
dolphm | morganfainberg: but you're core in gerrit | 21:01 |
morganfainberg | dolphm, right. | 21:01 |
morganfainberg | dolphm, just if you're subscribing "keystone-core" in LP, you might want to add me to that :P if you're subscribing keystone-drivers… i'm good | 21:02 |
*** _TheDodd_ has joined #openstack-dev | 21:02 | |
*** anniec has quit IRC | 21:02 | |
*** sarob_ has quit IRC | 21:02 | |
*** johnthetubaguy has joined #openstack-dev | 21:03 | |
* morganfainberg goes back to looking at multidomain ldap stuff | 21:03 | |
*** sarob has joined #openstack-dev | 21:03 | |
*** _TheDodd_ has quit IRC | 21:03 | |
*** pcm_ has joined #openstack-dev | 21:03 | |
*** sballe has joined #openstack-dev | 21:04 | |
*** martyntaylor has quit IRC | 21:04 | |
*** trey_h has quit IRC | 21:05 | |
*** trey_h has joined #openstack-dev | 21:06 | |
*** sgordon has quit IRC | 21:06 | |
*** anniec has joined #openstack-dev | 21:07 | |
*** alop has joined #openstack-dev | 21:07 | |
*** sarob has quit IRC | 21:07 | |
*** martyntaylor has joined #openstack-dev | 21:07 | |
*** sarob has joined #openstack-dev | 21:08 | |
*** networkstatic has joined #openstack-dev | 21:08 | |
*** johnthetubaguy has quit IRC | 21:08 | |
bknudson | dolphm: I'm subscribed to "keystone-bugs" -- You will receive an email when bugs are opened or closed. | 21:09 |
dolphm | bknudson: i'm looking at tracking openstack/identity-api specifically | 21:09 |
dolphm | bknudson: without also tracking openstack/compute-api, for example | 21:10 |
*** trey_h has quit IRC | 21:10 | |
*** tstevenson has joined #openstack-dev | 21:13 | |
*** colinmcnamara has joined #openstack-dev | 21:14 | |
dolphm | morganfainberg: subscribed keystone-drivers... seemed like the more appropriate choice given the existing lp responsibilities | 21:17 |
*** tstevenson has quit IRC | 21:17 | |
morganfainberg | dolphm, sounds good. | 21:17 |
dolphm | annegentle: subscribed keystone-drivers to "identity-api" and "keystone" tags in openstack-api-site | 21:18 |
*** blentz has joined #openstack-dev | 21:23 | |
*** jcoufal has joined #openstack-dev | 21:23 | |
*** tstevenson has joined #openstack-dev | 21:23 | |
*** comay has joined #openstack-dev | 21:24 | |
*** trey_h has joined #openstack-dev | 21:25 | |
annegentle | dolphm: cool, thanks | 21:26 |
*** epopt37 has quit IRC | 21:26 | |
*** nachi has left #openstack-dev | 21:27 | |
*** alexpilotti has joined #openstack-dev | 21:28 | |
*** jasondotstar has quit IRC | 21:29 | |
*** cp16net has joined #openstack-dev | 21:30 | |
*** SumitNaiksatam has left #openstack-dev | 21:30 | |
*** Ryan_Lane has quit IRC | 21:32 | |
*** donaldh has quit IRC | 21:33 | |
*** donaldh has joined #openstack-dev | 21:34 | |
*** rnirmal has quit IRC | 21:35 | |
*** alop has quit IRC | 21:36 | |
*** alop has joined #openstack-dev | 21:39 | |
*** mrodden has quit IRC | 21:43 | |
*** lbragstad has quit IRC | 21:44 | |
*** alunduil has joined #openstack-dev | 21:44 | |
*** bswartz has quit IRC | 21:48 | |
*** Ryan_Lane has joined #openstack-dev | 21:50 | |
*** bswartz has joined #openstack-dev | 21:50 | |
*** changbl has quit IRC | 21:51 | |
*** dina_belova has joined #openstack-dev | 21:52 | |
*** wolfdreamer has quit IRC | 21:54 | |
*** dina_belova has quit IRC | 21:55 | |
*** sushils has joined #openstack-dev | 21:55 | |
*** wolfdreamer has joined #openstack-dev | 21:56 | |
*** ericw has quit IRC | 21:57 | |
dolphm | stevemar: if you're working on bug 1221287 - stop! | 21:58 |
uvirtbot | Launchpad bug 1221287 in openstack-manuals "OS-AUTH API Web doesn't exist. The link given by keystone when you list the avalibles extensions is broken" [Low,Triaged] https://launchpad.net/bugs/1221287 | 21:58 |
*** epopt37 has joined #openstack-dev | 21:58 | |
stevemar | dolphm: naw, wasn't just scoping it out | 21:59 |
*** kbringard has quit IRC | 21:59 | |
stevemar | dolphm: why, whats up? | 21:59 |
dolphm | stevemar: posted a comment a second ago | 21:59 |
*** anniec has quit IRC | 22:00 | |
stevemar | dolphm: ah, none of those links work, guess manuals gotta fix it | 22:01 |
*** trey_h has quit IRC | 22:01 | |
dolphm | stevemar: ++ it doesn't have to go anywhere special, just not be a 404 :) | 22:01 |
*** eharney has quit IRC | 22:01 | |
stevemar | dolphm: cool, i'll un-assign myself | 22:02 |
*** trey_h has joined #openstack-dev | 22:02 | |
*** tstevenson has quit IRC | 22:02 | |
*** ericw has joined #openstack-dev | 22:02 | |
*** edmund1 has joined #openstack-dev | 22:04 | |
*** prad has quit IRC | 22:05 | |
*** s00pcan has joined #openstack-dev | 22:06 | |
*** edmund has quit IRC | 22:06 | |
*** trey_h has quit IRC | 22:07 | |
*** anniec has joined #openstack-dev | 22:08 | |
*** colinmcnamara has quit IRC | 22:08 | |
*** Hien has quit IRC | 22:08 | |
*** fungi has quit IRC | 22:08 | |
*** maheshp has joined #openstack-dev | 22:09 | |
*** Thor has quit IRC | 22:10 | |
*** Thor has joined #openstack-dev | 22:10 | |
*** Hien has joined #openstack-dev | 22:10 | |
*** atiwari has joined #openstack-dev | 22:11 | |
*** sballe_ has joined #openstack-dev | 22:11 | |
*** fungi has joined #openstack-dev | 22:11 | |
*** donaldh has quit IRC | 22:11 | |
*** tmclaugh[work] has quit IRC | 22:12 | |
atiwari | is there any one open to take a keystone question related to test_v3_auth unit test? | 22:13 |
*** tmclaugh[work] has joined #openstack-dev | 22:14 | |
*** sballe has quit IRC | 22:14 | |
*** bknudson has quit IRC | 22:14 | |
*** dolphm has quit IRC | 22:15 | |
*** burt has quit IRC | 22:15 | |
*** tmclaugh[work] has quit IRC | 22:16 | |
*** rootard_ is now known as rootard | 22:17 | |
*** kbrierly has quit IRC | 22:17 | |
clarkb | atiwari: usually best to just ask then anyone can answer as able | 22:17 |
stevemar | dolphm: ping | 22:18 |
atiwari | ok, there is a test test_revoke_token, which is testing "self.head('/auth/tokens', headers=headers, expected_status=401)" | 22:21 |
atiwari | after revoking a token | 22:21 |
atiwari | I think 401 should not be a correct response | 22:22 |
atiwari | it should be 404 | 22:22 |
atiwari | this test is in "keystone.tests.test_v3_auth.TestPKITokenAPIs" | 22:23 |
*** MaxV has quit IRC | 22:25 | |
*** anniec has quit IRC | 22:25 | |
*** jhesketh__ has quit IRC | 22:25 | |
*** morazi has quit IRC | 22:25 | |
*** MaxV has joined #openstack-dev | 22:25 | |
*** anniec has joined #openstack-dev | 22:26 | |
*** aeperezt has quit IRC | 22:27 | |
*** colinmcnamara has joined #openstack-dev | 22:29 | |
*** FunnyLookinHat has quit IRC | 22:30 | |
morganfainberg | henrynash, ping | 22:32 |
*** maheshp has quit IRC | 22:36 | |
henrynash | morganfainberg: hi | 22:40 |
morganfainberg | henrynash, i'm looking at bug #1218094 , i'm curious, if a user exists in multiple domains, is it assumed that is the _same_ user? | 22:41 |
uvirtbot | Launchpad bug 1218094 in keystone "Multi domain code not searching domains for LDAP read only users" [Medium,Triaged] https://launchpad.net/bugs/1218094 | 22:41 |
morganfainberg | just with the separate domain info? or could they in theory be totally unique? | 22:41 |
henrynash | morganfainberg: no, it will be assumed that it is a different user with a unique ID | 22:42 |
morganfainberg | henrynash, that makes the scope of this fix a bit bigger, since we need to derive domain id at auth-time even when not external. | 22:42 |
*** pmathews has quit IRC | 22:42 | |
*** blentz has quit IRC | 22:42 | |
henrynash | morganfainberg: reading it now | 22:42 |
*** spzala has quit IRC | 22:42 | |
*** pmathews has joined #openstack-dev | 22:43 | |
morganfainberg | henrynash, the limited fix mark miller proposed in the ticket is lacking some guarding and you aren't sure what user you get if it's a duplicate user. | 22:43 |
*** radsy has joined #openstack-dev | 22:43 | |
*** jcoufal has quit IRC | 22:44 | |
morganfainberg | henrynash, the fix is to ensure domain_scope is passed in from the authenticate methods. also, it looks like the user's domain information comes from an attribute on the user, not from the domain config. | 22:44 |
atiwari | henrynash, any thoughts about my question? | 22:44 |
henrynash | atiwari: sorry, what's your question? | 22:44 |
henrynash | morganfainberg: so why isn't the domain scope getting set already? | 22:45 |
morganfainberg | atiwari, unauthorized seems more correct. it's a validation of token, not "does the token exist" | 22:45 |
atiwari | it is asked above | 22:45 |
morganfainberg | henrynash, authenticate doesn't pass domain_scope. | 22:45 |
atiwari | but as per our docs "404 Not Found | 22:45 |
atiwari | This status code is returned in response to failed GET, HEAD, POST, PUT, PATCH and DELETE operations when a referenced entity cannot be found by ID. In the case of a POST request, the referenced entity may be in the request body as opposed to the resource path." | 22:45 |
morganfainberg | henrynash, it just does ".get_user(user_id) | 22:45 |
atiwari | that response is not correct | 22:45 |
*** dims has quit IRC | 22:46 | |
*** bdpayne has joined #openstack-dev | 22:46 | |
morganfainberg | atiwari, there are a number of reasons you'd get unauthorized from that call. | 22:46 |
henrynash | morganfainberg: let me take a lok | 22:46 |
henrynash | look, evem | 22:47 |
morganfainberg | henrynash, sure thing. i just want to make sure i'm approaching this correctly, and you did the multi-domain impl | 22:47 |
atiwari | token is deleted and per my understanding it is not an auth issue | 22:47 |
henrynash | morganfainberg: I did worry that there would be cases where domain_scope wouldn't be available.... | 22:47 |
morganfainberg | atiwari oh wait a sec. on revocation? | 22:47 |
atiwari | correct | 22:48 |
morganfainberg | atiwari, sorry splitting concentration between two convos. give me a sec. | 22:48 |
atiwari | np | 22:48 |
morganfainberg | henrynash, and we have that as an RC1 bug, i think the right answer is to ask the user to specify domain (e.g. user@domain) similar to how external works | 22:48 |
morganfainberg | henrynash, i can return an ambiguous error if multi domain is enabled and a domain isn't specified. | 22:49 |
morganfainberg | henrynash, but would that be "api" compat? | 22:49 |
*** insanidade has quit IRC | 22:50 | |
henrynash | morganfainberg: sorry, gonna tai me a few minutes to get my brain back into this one (just unfilling it with filtering_ | 22:50 |
morganfainberg | henrynash, no worries. take your time, or i can circle back w/ you later on. | 22:50 |
morganfainberg | henrynash if you don't want to switch contexts right now | 22:50 |
morganfainberg | atiwari ok looking at that now | 22:51 |
henrynash | morganfainberg: no that's fine…(although it's midnight here so you may not get a rational answer :-) ) | 22:51 |
atiwari | keystone.tests.test_v3_auth.TestPKITokenAPIs.test_revoke_token is the one | 22:51 |
morganfainberg | henrynash, hehe ok, well as long as you're enjoying a beer, i think i can't fault you on rational answers :P | 22:51 |
*** ericw has quit IRC | 22:51 | |
atiwari | I think self.head('/auth/tokens', headers=headers, expected_status=401) is not a good test | 22:51 |
*** jkyle has joined #openstack-dev | 22:52 | |
*** stevemar has quit IRC | 22:52 | |
henrynash | morganfainberg: nice glass of Chardonnay actually.. | 22:52 |
morganfainberg | henrynash, that is an acceptable alternative :) | 22:52 |
*** dina_belova has joined #openstack-dev | 22:52 | |
*** jbresnah has quit IRC | 22:52 | |
*** ericw has joined #openstack-dev | 22:53 | |
*** sushils has quit IRC | 22:54 | |
*** topol has joined #openstack-dev | 22:55 | |
*** alunch has quit IRC | 22:55 | |
*** sushils has joined #openstack-dev | 22:56 | |
morganfainberg | atiwari, if i am understanding the code correctly, the test is revoking the token in x-subject-token, which is also used for authentication. revocation of a token is protected, meaning you need to be authorized to revoke a token. if your authorization is invalid, you get a 401. | 22:56 |
*** Guest35249 is now known as zz_Guest35249 | 22:56 | |
morganfainberg | atiwari, so in short, 401 is correct, because the resource itself is protected. | 22:56 |
*** dina_belova has quit IRC | 22:57 | |
morganfainberg | atiwari, and protected resource is checked before the token meant to be revoked is looked up. | 22:57 |
atiwari | but it generates a new x-auth-token and auth has been done with new one | 22:57 |
atiwari | I think x-subject-token is not used for auth | 22:58 |
atiwari | test generates another one for auth | 22:59 |
*** topol has quit IRC | 22:59 | |
*** topol has joined #openstack-dev | 22:59 | |
atiwari | which is in test_v3 | 22:59 |
morganfainberg | atiwari, looking now. | 22:59 |
atiwari | def v3_request(self, path, **kwargs): | 22:59 |
morganfainberg | atiwari, sorry this is taking me a bit, switching contexts from ldap multidomain :P | 23:00 |
atiwari | np | 23:00 |
*** markwash has quit IRC | 23:00 | |
*** anniec has quit IRC | 23:01 | |
*** dims has joined #openstack-dev | 23:02 | |
*** anniec has joined #openstack-dev | 23:02 | |
*** dims has quit IRC | 23:03 | |
*** mlavalle has left #openstack-dev | 23:06 | |
*** lucasagomes has quit IRC | 23:06 | |
*** jmontemayor has quit IRC | 23:07 | |
*** topol has quit IRC | 23:08 | |
*** sarob_ has joined #openstack-dev | 23:08 | |
*** topol has joined #openstack-dev | 23:09 | |
*** gongysh has joined #openstack-dev | 23:10 | |
*** sarob has quit IRC | 23:11 | |
*** pcm_ has quit IRC | 23:12 | |
morganfainberg | atiwari, ah, ok this is back to my original statement. this isn't about revocation | 23:12 |
morganfainberg | atiwari, this is about get/validate. | 23:12 |
*** edmund1 has quit IRC | 23:12 | |
*** nijaba has quit IRC | 23:12 | |
*** mkollaro has quit IRC | 23:13 | |
*** nijaba has joined #openstack-dev | 23:13 | |
*** sarob_ has quit IRC | 23:13 | |
morganfainberg | atiwari, erm check/validate | 23:13 |
*** bswartz has quit IRC | 23:13 | |
*** markwash has joined #openstack-dev | 23:13 | |
*** markwash has quit IRC | 23:14 | |
atiwari | yes, revocation seems correct, I am not able to justify 401 if the x-auth-token is capable of validate | 23:15 |
atiwari | and x-subject-token is already deleted | 23:15 |
*** boris-42 has quit IRC | 23:16 | |
morganfainberg | atiwari, i'm looking into the middleware and expectations | 23:16 |
morganfainberg | atiwari, and the spec. | 23:16 |
morganfainberg | atiwari, and seeing if/when this changed. | 23:16 |
*** MaxV has quit IRC | 23:16 | |
*** topol has quit IRC | 23:22 | |
atiwari | ok | 23:23 |
*** otherwiseguy has quit IRC | 23:27 | |
*** sarob has joined #openstack-dev | 23:28 | |
atiwari | morganfainberg: do you see the problem, what I am trying to explain ? | 23:29 |
morganfainberg | atiwari, absolutely, the test goes back to before grizzly. | 23:30 |
morganfainberg | atiwari, so, i'm looking into specifics on 401 being returned and if the basis of the 401 caused a changed in behavior (e.g. token being revoked was also used for auth at one point) | 23:30 |
*** henrynash has quit IRC | 23:31 | |
morganfainberg | atiwari, if i have a clear idea on that, it becomes easier to determine what precipitated the change. (if anything) | 23:31 |
*** gordc has quit IRC | 23:32 | |
*** jasondotstar has joined #openstack-dev | 23:33 | |
atiwari | I am not agree with your statement "token being revoked was also used for auth at one point" at least not in this test | 23:33 |
morganfainberg | atiwari, in the past | 23:34 |
morganfainberg | atiwari, this is exploration so i know what caused the change in behavior, not that the test was ever right | 23:34 |
atiwari | ok | 23:34 |
*** hellome has joined #openstack-dev | 23:35 | |
morganfainberg | jamielennox|away, ping | 23:37 |
morganfainberg | jamielennox|away, oh you're away. | 23:37 |
*** flaper87 is now known as flaper87|afk | 23:37 | |
*** jamielennox|away is now known as jamielennox | 23:38 | |
atiwari | yes, as per my finding 401 is making behavior change as per doc. and need more discussion becuase I see more test in the same line | 23:38 |
jamielennox | morganfainberg: hey | 23:38 |
atiwari | My be I will open a bug | 23:38 |
morganfainberg | atiwari, yes please do. | 23:39 |
atiwari | sure | 23:39 |
morganfainberg | jamielennox, sec | 23:39 |
*** dvarga has quit IRC | 23:40 | |
*** senk has joined #openstack-dev | 23:40 | |
*** SumitNaiksatam has joined #openstack-dev | 23:41 | |
*** diogogmt has quit IRC | 23:41 | |
*** jhesketh_ has joined #openstack-dev | 23:41 | |
*** hellome has quit IRC | 23:42 | |
*** jhesketh has quit IRC | 23:42 | |
*** dims has joined #openstack-dev | 23:42 | |
*** jasondotstar has quit IRC | 23:42 | |
*** alunch has joined #openstack-dev | 23:43 | |
morganfainberg | atiwari, this also affects v2.0 validate/check | 23:44 |
morganfainberg | jamielennox, brb, spontaneous meeting here | 23:44 |
*** hellome has joined #openstack-dev | 23:44 | |
atiwari | think so, but did not explore much with v2.0. | 23:45 |
*** jbresnah has joined #openstack-dev | 23:45 | |
morganfainberg | atiwari, it does, i checked | 23:45 |
*** pmathews has quit IRC | 23:45 | |
atiwari | great, that mean I found something :) | 23:46 |
*** alop has quit IRC | 23:46 | |
*** ericw has quit IRC | 23:49 | |
atiwari | leaving | 23:50 |
*** atiwari has quit IRC | 23:50 | |
*** hellome has quit IRC | 23:51 | |
*** hellome has joined #openstack-dev | 23:53 | |
*** dina_belova has joined #openstack-dev | 23:53 | |
gyee | morganfainberg, did we cut m3? I am still not seeing the tag | 23:54 |
morganfainberg | gyee, milestone-proposed | 23:54 |
morganfainberg | branch | 23:54 |
gyee | ah got it | 23:54 |
gyee | I was looking at the tag | 23:55 |
*** alunch has quit IRC | 23:55 | |
*** hellome has quit IRC | 23:55 | |
*** hellome has joined #openstack-dev | 23:57 | |
*** dina_belova has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!