*** yamahata has joined #openstack-dev | 00:00 | |
*** e0ne has joined #openstack-dev | 00:00 | |
*** arnaud has joined #openstack-dev | 00:01 | |
*** terriyu has quit IRC | 00:02 | |
*** galstrom is now known as galstrom_zzz | 00:03 | |
*** e0ne has quit IRC | 00:04 | |
*** vipul-away is now known as vipul | 00:04 | |
*** kgriffs is now known as kgriffs_afk | 00:05 | |
*** arnaud has quit IRC | 00:05 | |
*** e0ne has joined #openstack-dev | 00:06 | |
*** blamar_ has joined #openstack-dev | 00:06 | |
*** e0ne has quit IRC | 00:07 | |
*** e0ne has joined #openstack-dev | 00:07 | |
*** blamar has quit IRC | 00:09 | |
*** blamar_ is now known as blamar | 00:09 | |
*** e0ne has quit IRC | 00:12 | |
*** pmathews has quit IRC | 00:13 | |
*** MaxV has joined #openstack-dev | 00:14 | |
*** carl_baldwin has quit IRC | 00:17 | |
*** glenng has quit IRC | 00:20 | |
*** nati_ueno has joined #openstack-dev | 00:23 | |
*** buzztrol_ has quit IRC | 00:23 | |
*** rm_work is now known as rm_work|away | 00:23 | |
*** urulama has joined #openstack-dev | 00:26 | |
*** nati_uen_ has quit IRC | 00:27 | |
*** urulama has quit IRC | 00:30 | |
*** rnirmal has joined #openstack-dev | 00:30 | |
*** jcooley_ has quit IRC | 00:31 | |
*** buzztroll has joined #openstack-dev | 00:31 | |
*** jcooley_ has joined #openstack-dev | 00:31 | |
*** eglynn has quit IRC | 00:33 | |
*** jergerber has quit IRC | 00:34 | |
*** krotscheck has joined #openstack-dev | 00:35 | |
*** jcooley_ has quit IRC | 00:36 | |
*** nati_ueno has quit IRC | 00:36 | |
*** nati_ueno has joined #openstack-dev | 00:37 | |
*** herndon has quit IRC | 00:38 | |
*** MaxV has quit IRC | 00:39 | |
*** jayg is now known as jayg|g0n3 | 00:41 | |
*** e0ne has joined #openstack-dev | 00:44 | |
*** arnaud has joined #openstack-dev | 00:47 | |
*** arnaud__ has joined #openstack-dev | 00:47 | |
*** e0ne has quit IRC | 00:47 | |
*** Tross has quit IRC | 00:47 | |
*** Ryan_Lane has quit IRC | 00:47 | |
*** buzztroll has quit IRC | 00:48 | |
*** gyee_ has joined #openstack-dev | 00:50 | |
*** ykhodork has joined #openstack-dev | 00:50 | |
*** pcm_ has quit IRC | 00:51 | |
*** brucerm has left #openstack-dev | 00:51 | |
*** dkranz has joined #openstack-dev | 00:52 | |
*** jcooley_ has joined #openstack-dev | 00:55 | |
*** jcooley_ has quit IRC | 00:55 | |
*** alunduil has quit IRC | 00:57 | |
*** hemna has quit IRC | 00:58 | |
*** ayoung_ has joined #openstack-dev | 00:58 | |
*** alunduil has joined #openstack-dev | 00:58 | |
*** buzztroll has joined #openstack-dev | 01:03 | |
*** nosnos has joined #openstack-dev | 01:04 | |
*** colinmcnamara has quit IRC | 01:04 | |
*** julienvey_ has quit IRC | 01:04 | |
*** buzztroll has quit IRC | 01:05 | |
*** buzztroll has joined #openstack-dev | 01:05 | |
*** krotscheck has quit IRC | 01:08 | |
*** dstanek has joined #openstack-dev | 01:09 | |
*** cpallares has quit IRC | 01:10 | |
*** HenryG has quit IRC | 01:10 | |
*** CaptTofu has joined #openstack-dev | 01:12 | |
*** ayoung_ is now known as ayoung | 01:14 | |
*** branen has quit IRC | 01:15 | |
*** buzztroll has quit IRC | 01:17 | |
*** sdake_ has quit IRC | 01:18 | |
*** sdake__ has joined #openstack-dev | 01:18 | |
jamielennox | bknudson: i'm not sure what to do with the logging: https://review.openstack.org/#/c/62545/3/keystoneclient/httpclient.py | 01:18 |
---|---|---|
bknudson | jamielennox: I know, it's just a WTF. | 01:19 |
jamielennox | it is a problem of keystoneclient having been treated as a CLI for so long | 01:19 |
jamielennox | it makes sense in the shell but it's stupid to affect logging from a client library | 01:19 |
bknudson | jamielennox: really seems like we should be able to set the logging for 'keystoneclient' and then all the child loggers get it automatically | 01:19 |
jamielennox | i'm pretty sure i broke it before anyway | 01:20 |
bknudson | and the application should be setting up the logging instead of the library itself. | 01:20 |
bknudson | (unless the library is asked to set it up) | 01:20 |
jamielennox | well it's not just keystoneclient, it is force setting the requests logging level as well | 01:20 |
bknudson | jamielennox: I'm OK with just writing some documentation that this is wrong and need to come back and clean it up. | 01:21 |
bknudson | open a bug | 01:21 |
*** SumitNaiksatam has quit IRC | 01:21 | |
jamielennox | bknudson: alright i'll doc it and do a bug, do you think it's the sort of thing we can get away with moving back into shell? | 01:22 |
jamielennox | we can leave the debug kwarg, but it's creating a channel to stdout - is that a compatibility people will expect? | 01:22 |
*** ykhodork has quit IRC | 01:22 | |
bknudson | jamielennox: I think logging configuration belongs in the application/shell rather than the library | 01:23 |
jamielennox | bknudson: ++ | 01:23 |
bknudson | so I think we can get away with moving it to shell | 01:23 |
bknudson | I suppose we can leave the debug arg there and have it do what it does now but say to not use it. | 01:23 |
bknudson | Hopefully nobody is using it. | 01:24 |
*** Tross has joined #openstack-dev | 01:24 | |
*** dims has quit IRC | 01:25 | |
jamielennox | bknudson: ok, i'll replicate it to shell and deprecate the debug arg - i think we probably need to keep the functionality there - people are dumb | 01:25 |
*** jcooley_ has joined #openstack-dev | 01:27 | |
*** topshare has joined #openstack-dev | 01:28 | |
*** prad has joined #openstack-dev | 01:35 | |
*** PaulM has quit IRC | 01:36 | |
*** e0ne has joined #openstack-dev | 01:36 | |
*** nermina has joined #openstack-dev | 01:37 | |
*** angdraug has quit IRC | 01:37 | |
*** dims has joined #openstack-dev | 01:38 | |
*** yaguang has joined #openstack-dev | 01:40 | |
*** e0ne has quit IRC | 01:40 | |
*** nermina has quit IRC | 01:41 | |
*** melwitt has quit IRC | 01:43 | |
ayoung | jamielennox, had a chat with dolphm earlier and we came to a general agreement on how to proceed on v2/v3 interop. Bascially, I'll be reusing your discover code, to make a second call once we get an endpoint | 01:45 |
*** rods has quit IRC | 01:45 | |
ayoung | It will lead to a second call, and probably a need for some caching. | 01:45 |
ayoung | jamielennox, the caching should be thought deeply about. | 01:45 |
jamielennox | ayoung: ok, i had the idea to do some very basic caching | 01:46 |
ayoung | jamielennox, I think we'll need some cache control headers on the server side | 01:46 |
ayoung | and an option to flush the cache for when things go pear shaped | 01:46 |
jamielennox | ayoung: so i was going to put just a general dictionary on session that would only be allowed to cache things like discovery that won't change often | 01:47 |
jamielennox | in terms of general caching, i've gone to some effort to make sure that users of a session object still have access to the underlying requests object | 01:47 |
ayoung | jamielennox, yep. dolphm did a PoC along those lines...let me find it | 01:47 |
ayoung | https://gist.github.com/dolph/8045996 | 01:48 |
jamielennox | so my thought was that i don't need to handle caching at all | 01:48 |
ayoung | jamielennox, there is support for it in requests? | 01:48 |
jamielennox | if users of session want to do caching they can use one of the requests caching modules and i won't know | 01:49 |
jamielennox | ayoung: http://httpcache.readthedocs.org/en/latest/ | 01:49 |
*** nelsnelson has quit IRC | 01:49 | |
jamielennox | https://pypi.python.org/pypi/requests-cache | 01:49 |
ayoung | right, we discussed the other day...I am assuming we need cache control headers to make that work right | 01:49 |
jamielennox | so generally caching in session is not my problem and not one i want this to go anywhere near | 01:50 |
ayoung | jamielennox, I assume that httpcache is not packaged or in use elsewhere in openstack> | 01:50 |
ayoung | right? | 01:50 |
*** arnaud__ has quit IRC | 01:50 | |
*** arnaud has quit IRC | 01:50 | |
jamielennox | ayoung: no idea, i would think not | 01:51 |
jamielennox | ayoung: but that's not the point - i don't want to give people that access | 01:51 |
jamielennox | if they want to use that then they can because i just wrap sessions | 01:51 |
ayoung | right...so we document how to use it and make it someone elses problem | 01:52 |
jamielennox | now in the case of discovery (the most simply possible caching) then i was going to offer a dictionary as a cache | 01:52 |
*** nelsnelson has joined #openstack-dev | 01:52 | |
*** SumitNaiksatam has joined #openstack-dev | 01:52 | |
jamielennox | but only to really solve that one problem | 01:52 |
ayoung | ok, we can punt on that for now...it would be good to write up the plan you have in mind, though | 01:53 |
jamielennox | plan: make it someone else's problem :) | 01:53 |
jamielennox | ayoung: where does it make sense for that? | 01:54 |
ayoung | blueprint still. | 01:54 |
ayoung | python-keystoneclient blueprint : document how to integrate with cache.... | 01:54 |
ayoung | how about a bug...RFE? jamielennox | 01:55 |
*** matsuhashi has joined #openstack-dev | 01:58 | |
*** alex_xu has joined #openstack-dev | 01:59 | |
*** xmltok has quit IRC | 02:00 | |
*** arnaud has joined #openstack-dev | 02:02 | |
*** HenryG has joined #openstack-dev | 02:03 | |
*** radix_ has quit IRC | 02:03 | |
*** e0ne has joined #openstack-dev | 02:06 | |
*** arnaud has quit IRC | 02:06 | |
*** noslzzp has quit IRC | 02:06 | |
*** e0ne has quit IRC | 02:07 | |
*** e0ne has joined #openstack-dev | 02:07 | |
*** pingveno has quit IRC | 02:09 | |
*** vkmc has quit IRC | 02:10 | |
*** pingveno has joined #openstack-dev | 02:10 | |
*** clayb has quit IRC | 02:10 | |
*** yongli_away is now known as yongli | 02:11 | |
*** krast has joined #openstack-dev | 02:11 | |
*** xarses has quit IRC | 02:12 | |
*** e0ne has quit IRC | 02:12 | |
*** jcooley_ has quit IRC | 02:12 | |
*** jasondotstar has joined #openstack-dev | 02:15 | |
*** zhikunliu has joined #openstack-dev | 02:15 | |
*** novas0x2a|laptop has quit IRC | 02:18 | |
*** reed has quit IRC | 02:20 | |
*** jcooley_ has joined #openstack-dev | 02:21 | |
*** Mandell has quit IRC | 02:21 | |
*** herndon has joined #openstack-dev | 02:24 | |
*** haomaiwang has joined #openstack-dev | 02:27 | |
*** urulama has joined #openstack-dev | 02:27 | |
*** buzztroll has joined #openstack-dev | 02:27 | |
*** xjiujiu has joined #openstack-dev | 02:28 | |
*** xarses has joined #openstack-dev | 02:28 | |
*** jergerber has joined #openstack-dev | 02:31 | |
*** sarob_ has joined #openstack-dev | 02:31 | |
*** jcooley_ has quit IRC | 02:32 | |
*** urulama has quit IRC | 02:32 | |
*** buzztroll has quit IRC | 02:32 | |
*** jcooley_ has joined #openstack-dev | 02:32 | |
*** sarob has quit IRC | 02:33 | |
*** haomaiwang has quit IRC | 02:34 | |
*** haomaiwang has joined #openstack-dev | 02:34 | |
*** sarob_ has quit IRC | 02:35 | |
*** rm_work|away is now known as rm_work | 02:36 | |
*** jcooley_ has quit IRC | 02:37 | |
jamielennox | bknudson: i can not figure out what that debug actually does in HTTPClient, if i comment it out it doesn't appear to affect the CLI | 02:39 |
*** erkules_ has joined #openstack-dev | 02:39 | |
*** sdake__ has quit IRC | 02:40 | |
*** erkules has quit IRC | 02:41 | |
*** CaptTofu has quit IRC | 02:41 | |
*** CaptTofu has joined #openstack-dev | 02:42 | |
*** colinmcnamara has joined #openstack-dev | 02:43 | |
*** jcooley_ has joined #openstack-dev | 02:47 | |
*** pingveno has quit IRC | 02:47 | |
*** colinmcnamara has quit IRC | 02:47 | |
*** haomaiwa_ has joined #openstack-dev | 02:48 | |
*** haomaiwa_ has quit IRC | 02:48 | |
*** haomaiwa_ has joined #openstack-dev | 02:49 | |
*** haomaiwang has quit IRC | 02:49 | |
*** hcc has joined #openstack-dev | 02:51 | |
*** hcc is now known as hdd_ | 02:51 | |
*** jhesketh__ has quit IRC | 02:52 | |
*** jhesketh__ has joined #openstack-dev | 02:52 | |
*** sarob has joined #openstack-dev | 02:53 | |
*** achampion has joined #openstack-dev | 02:55 | |
*** sarob has quit IRC | 02:59 | |
*** xarses has quit IRC | 02:59 | |
*** faramir1 has joined #openstack-dev | 03:03 | |
*** e0ne has joined #openstack-dev | 03:07 | |
*** sarob has joined #openstack-dev | 03:09 | |
*** e0ne has quit IRC | 03:09 | |
*** haomaiwang has joined #openstack-dev | 03:10 | |
*** sarob_ has joined #openstack-dev | 03:10 | |
*** haomaiwa_ has quit IRC | 03:13 | |
*** sarob has quit IRC | 03:13 | |
*** ladquin is now known as ladquin_afk | 03:16 | |
*** jasdeepH has quit IRC | 03:17 | |
*** buzztroll has joined #openstack-dev | 03:19 | |
*** herndon has quit IRC | 03:19 | |
*** dstanek has quit IRC | 03:19 | |
*** radsy has joined #openstack-dev | 03:21 | |
*** sarob_ has quit IRC | 03:22 | |
*** sarob has joined #openstack-dev | 03:22 | |
*** rongze has joined #openstack-dev | 03:23 | |
*** rm_work is now known as rm_work|away | 03:23 | |
ayoung | jamielennox, roughly, this. https://review.openstack.org/#/c/62801/ I had to deal with a circular dependnecy, cuz discover refers to httpclient, and now httpclient will need to refer to discover. | 03:24 |
ayoung | The tests are broken, but you get the idea | 03:24 |
jamielennox | ayoung: i have a patch that removes that dep | 03:24 |
ayoung | jamielennox, I mean, I have it now in this code...if your patch makes it clearer, I'll use it | 03:25 |
jamielennox | ayoung: https://review.openstack.org/#/c/61247/ | 03:25 |
jamielennox | i want that through anywawy | 03:25 |
*** jasondotstar has quit IRC | 03:26 | |
jamielennox | it should have been using session all along but the two patches went through at a similar time | 03:26 |
ayoung | cool...I'll rebase on that | 03:26 |
*** sarob_ has joined #openstack-dev | 03:26 | |
ayoung | never ever name anything utils | 03:26 |
*** sarob has quit IRC | 03:27 | |
*** dougshelley66 has quit IRC | 03:28 | |
*** topshare has quit IRC | 03:28 | |
*** sarob_ has quit IRC | 03:28 | |
*** faramir1 has quit IRC | 03:28 | |
*** sarob has joined #openstack-dev | 03:29 | |
*** ArxCruz has quit IRC | 03:29 | |
*** dstanek has joined #openstack-dev | 03:34 | |
ayoung | jamielennox, kindof afraind that discover is going to grow the huge parameter list | 03:34 |
jamielennox | ayoung: it's going to have to initially | 03:34 |
jamielennox | though the plan is that anything that can be added to session should be | 03:35 |
jamielennox | as opposed to HTTPClient i mean | 03:35 |
ayoung | should we stick user and base url in there now> | 03:35 |
jamielennox | ayoung: have you looked through my auth_plugins | 03:35 |
ayoung | not recently....I have a lot better sense of the client now | 03:35 |
jamielennox | so all this manipulation of the service catalog is being moved into there | 03:36 |
ayoung | https://review.openstack.org/#/c/60751/ | 03:36 |
ayoung | that one> | 03:36 |
jamielennox | if you're going to push this that's really where it should be going | 03:36 |
jamielennox | ayoung: that's the start | 03:36 |
jamielennox | the dependent one is the one that you will be interested in though | 03:36 |
jamielennox | ayoung: | 03:36 |
jamielennox | https://review.openstack.org/#/c/60752/ | 03:36 |
ayoung | yep | 03:37 |
ayoung | get_endpoint is what I want | 03:37 |
jamielennox | so i guess we need to add a version=XX in there or something | 03:38 |
jamielennox | probably as an optional? | 03:38 |
ayoung | I was doing it in the subclasses, as they know which version they need | 03:38 |
jamielennox | ayoung: yea, but think layers | 03:39 |
jamielennox | you can still define it in the subclass it will get passed through to session | 03:39 |
jamielennox | the point with session is that if you say session.request('/xxxx', service_type='identity') it should figure out what that means | 03:39 |
ayoung | actually, it is not get_endpoint...it is get_version_from_endpoint | 03:40 |
jamielennox | client.request calls session.request and adds the service_type to the params | 03:40 |
*** sarob has quit IRC | 03:40 | |
jamielennox | so you could do the same with service_version or something | 03:40 |
*** sarob has joined #openstack-dev | 03:41 | |
*** herndon has joined #openstack-dev | 03:41 | |
jamielennox | ayoung: but something along these lines is going to come in soon-ish so it would be better to not tie it back into the client | 03:41 |
*** sarob has quit IRC | 03:41 | |
*** paragan has joined #openstack-dev | 03:41 | |
*** ArxCruz has joined #openstack-dev | 03:41 | |
*** sarob has joined #openstack-dev | 03:41 | |
ayoung | right. It is something we want the other services to be able to use as well. | 03:42 |
jamielennox | yep, if we solve it here then we solve it for all the services | 03:42 |
jamielennox | (once we force them to adopt this model in the client) | 03:42 |
*** herndon has quit IRC | 03:43 | |
ayoung | so session is going to wrap the service catalog? get_endpoint will do the additional lookup, and we can cache any values for a reasonable amount of time | 03:44 |
jamielennox | ayoung: kind of, session is going to abstract the need for clients to deal with a service_catalog and get_endpoint is a plugin overridable method for getting something from a service catalog it understands | 03:46 |
jamielennox | the point of this whole exercise is that session should know all this stuff - who to talk to, authentication etc | 03:46 |
jamielennox | all the client does is say session get me this url | 03:46 |
*** buzztroll has quit IRC | 03:47 | |
jamielennox | well, fetch me this patch from this service - then the session looks at the service catalog and handles it all | 03:47 |
jamielennox | s/patch/path | 03:47 |
ayoung | jamielennox, OK, I'm going to push the reviews on the outstanding client changes. In the meanwhile, I'll rework my patch on top of that | 03:48 |
*** buzztroll has joined #openstack-dev | 03:48 | |
*** jingwang has quit IRC | 03:49 | |
*** jingwang has joined #openstack-dev | 03:49 | |
ayoung | jamielennox, you have a lot of patches in need of review..where do I start? Aside from the session one we first discussed? | 03:49 |
jamielennox | ayoung: heh, yea there is a few there | 03:51 |
jamielennox | this chain is fairly easy to understand: https://review.openstack.org/#/c/62541/ | 03:51 |
jamielennox | i'm just messing with one of those now though | 03:51 |
jamielennox | ayoung: there's one up from that patch which i'm not sure about | 03:52 |
ayoung | I was looking at the patches that depends on | 03:52 |
*** sdake_ has joined #openstack-dev | 03:54 | |
*** otherwiseguy has joined #openstack-dev | 03:55 | |
*** mlavalle has joined #openstack-dev | 03:56 | |
ayoung | OK, I'm headed to bed. I'll try and catch up on your reviews tomorrow. | 03:56 |
jamielennox | ayoung: no problem - thanks | 03:57 |
*** ffio has joined #openstack-dev | 04:01 | |
*** buzztroll has quit IRC | 04:02 | |
*** arnaud has joined #openstack-dev | 04:03 | |
*** e0ne has joined #openstack-dev | 04:06 | |
*** jergerber has quit IRC | 04:06 | |
*** arnaud has quit IRC | 04:07 | |
*** buzztroll has joined #openstack-dev | 04:07 | |
*** e0ne has quit IRC | 04:11 | |
*** yaguang has quit IRC | 04:12 | |
*** xjiujiu has quit IRC | 04:13 | |
*** amcrn has quit IRC | 04:14 | |
*** chandankumar has joined #openstack-dev | 04:15 | |
*** ArxCruz has quit IRC | 04:15 | |
*** teju has joined #openstack-dev | 04:18 | |
*** harlowja is now known as harlowja_away | 04:22 | |
*** aeperezt has quit IRC | 04:22 | |
*** pmathews has joined #openstack-dev | 04:27 | |
*** prad has quit IRC | 04:28 | |
*** urulama has joined #openstack-dev | 04:28 | |
*** jasdeepH has joined #openstack-dev | 04:31 | |
*** urulama has quit IRC | 04:32 | |
*** epopt37 has quit IRC | 04:34 | |
*** Mandell has joined #openstack-dev | 04:39 | |
*** rnirmal has quit IRC | 04:40 | |
*** erkules_ is now known as erkules | 04:44 | |
*** noorul has quit IRC | 04:47 | |
*** xarses has joined #openstack-dev | 04:47 | |
*** rongze has quit IRC | 04:47 | |
*** epopt37 has joined #openstack-dev | 04:48 | |
*** noorul has joined #openstack-dev | 04:48 | |
*** jcooley_ has quit IRC | 04:48 | |
*** jcooley_ has joined #openstack-dev | 04:49 | |
*** kushal has joined #openstack-dev | 04:51 | |
*** terriyu has joined #openstack-dev | 04:52 | |
*** terriyu has quit IRC | 04:53 | |
*** jcooley_ has quit IRC | 04:53 | |
*** noorul has quit IRC | 04:55 | |
*** chandankumar has quit IRC | 05:00 | |
*** chandankumar has joined #openstack-dev | 05:01 | |
*** boris-42 has joined #openstack-dev | 05:01 | |
*** rongze has joined #openstack-dev | 05:03 | |
*** rongze has quit IRC | 05:03 | |
*** e0ne has joined #openstack-dev | 05:06 | |
*** dougshelley66 has joined #openstack-dev | 05:06 | |
*** e0ne has quit IRC | 05:08 | |
*** nati_ueno has quit IRC | 05:17 | |
*** dstanek has quit IRC | 05:18 | |
*** comay has quit IRC | 05:20 | |
*** rm_work|away is now known as rm_work | 05:26 | |
*** pmathews has quit IRC | 05:27 | |
*** SergeyLukjanov has joined #openstack-dev | 05:29 | |
*** YorikSar has quit IRC | 05:31 | |
*** comay has joined #openstack-dev | 05:33 | |
*** rongze has joined #openstack-dev | 05:34 | |
*** nati_ueno has joined #openstack-dev | 05:35 | |
*** gyee_ has quit IRC | 05:35 | |
*** rohitk has joined #openstack-dev | 05:37 | |
*** ffio has quit IRC | 05:38 | |
*** rongze has quit IRC | 05:42 | |
*** abk has joined #openstack-dev | 05:44 | |
*** achampion has quit IRC | 05:47 | |
*** dstanek has joined #openstack-dev | 05:47 | |
*** jcooley_ has joined #openstack-dev | 05:48 | |
*** sarob_ has joined #openstack-dev | 05:51 | |
*** sarob has quit IRC | 05:53 | |
*** hdd_ has quit IRC | 05:56 | |
*** bdpayne has quit IRC | 05:57 | |
*** rdas has joined #openstack-dev | 06:00 | |
*** e0ne has joined #openstack-dev | 06:06 | |
*** nati_ueno has quit IRC | 06:07 | |
*** e0ne has quit IRC | 06:07 | |
*** ffio has joined #openstack-dev | 06:11 | |
*** buzztroll has quit IRC | 06:12 | |
*** achampion has joined #openstack-dev | 06:14 | |
*** sarob_ has quit IRC | 06:14 | |
*** sarob_ has joined #openstack-dev | 06:15 | |
*** vkozhukalov has joined #openstack-dev | 06:15 | |
*** haomaiwang has quit IRC | 06:18 | |
*** e0ne has joined #openstack-dev | 06:19 | |
*** sarob_ has quit IRC | 06:19 | |
*** haomaiwang has joined #openstack-dev | 06:19 | |
*** rongze has joined #openstack-dev | 06:20 | |
*** otherwiseguy has quit IRC | 06:21 | |
*** e0ne has quit IRC | 06:23 | |
*** _rdas_ has joined #openstack-dev | 06:25 | |
*** pingveno has joined #openstack-dev | 06:26 | |
*** haomaiwang has quit IRC | 06:27 | |
*** rdas has quit IRC | 06:27 | |
*** haomaiwang has joined #openstack-dev | 06:28 | |
*** SergeyLukjanov has quit IRC | 06:31 | |
*** rohitk has quit IRC | 06:32 | |
*** haomaiwang has quit IRC | 06:33 | |
*** achampion has quit IRC | 06:33 | |
*** rushiagr has joined #openstack-dev | 06:34 | |
*** haomaiwang has joined #openstack-dev | 06:34 | |
*** jamielennox is now known as jamielennox|away | 06:36 | |
*** haomaiwang has quit IRC | 06:37 | |
*** haomaiwang has joined #openstack-dev | 06:38 | |
*** haomaiwa_ has joined #openstack-dev | 06:40 | |
*** haomaiwa_ has quit IRC | 06:41 | |
*** nosnos has quit IRC | 06:41 | |
*** haomaiwa_ has joined #openstack-dev | 06:41 | |
*** nosnos has joined #openstack-dev | 06:42 | |
*** krast_ has joined #openstack-dev | 06:42 | |
*** buzztroll has joined #openstack-dev | 06:43 | |
*** haomaiwang has quit IRC | 06:43 | |
*** krast has quit IRC | 06:44 | |
*** neeti has joined #openstack-dev | 06:44 | |
*** haomaiwa_ has quit IRC | 06:45 | |
*** zaitcev has quit IRC | 06:45 | |
*** haomaiwang has joined #openstack-dev | 06:46 | |
*** rushiagr2 has joined #openstack-dev | 06:48 | |
*** rushiagr has quit IRC | 06:49 | |
*** vkozhukalov has quit IRC | 06:52 | |
*** rushiagr2 is now known as rushiagr | 06:52 | |
*** radsy has quit IRC | 06:54 | |
*** afazekas has joined #openstack-dev | 06:57 | |
*** yolanda has joined #openstack-dev | 06:57 | |
*** jimjiang has quit IRC | 06:59 | |
*** zhikunliu has quit IRC | 06:59 | |
*** jimjiang has joined #openstack-dev | 07:00 | |
*** nosnos_ has joined #openstack-dev | 07:03 | |
*** nosnos has quit IRC | 07:05 | |
*** rm_work is now known as rm_work|away | 07:07 | |
*** nati_ueno has joined #openstack-dev | 07:11 | |
*** buzztrol_ has joined #openstack-dev | 07:14 | |
*** buzztroll has quit IRC | 07:14 | |
*** rm_work|away is now known as rm_work | 07:15 | |
*** yuan has joined #openstack-dev | 07:16 | |
*** mrunge has joined #openstack-dev | 07:16 | |
*** buzztrol_ has quit IRC | 07:18 | |
*** sushils has quit IRC | 07:20 | |
*** rm_work is now known as rm_work|away | 07:20 | |
*** jasdeepH has quit IRC | 07:21 | |
*** rm_work|away is now known as rm_work | 07:21 | |
*** neoXsys has quit IRC | 07:23 | |
*** markwash has joined #openstack-dev | 07:25 | |
*** sarob_ has joined #openstack-dev | 07:25 | |
*** SergeyLukjanov has joined #openstack-dev | 07:28 | |
*** sarob_ has quit IRC | 07:30 | |
*** nati_ueno has quit IRC | 07:31 | |
*** yolanda has quit IRC | 07:38 | |
*** rods has joined #openstack-dev | 07:39 | |
*** urulama has joined #openstack-dev | 07:39 | |
*** tonyha has joined #openstack-dev | 07:41 | |
*** rm_work is now known as rm_work|away | 07:42 | |
*** mlavalle has quit IRC | 07:45 | |
*** e0ne has joined #openstack-dev | 07:46 | |
*** tonyha has quit IRC | 07:46 | |
*** Drankis has joined #openstack-dev | 07:52 | |
*** jimjiang has quit IRC | 07:55 | |
*** ifarkas has joined #openstack-dev | 07:55 | |
*** jimjiang has joined #openstack-dev | 07:56 | |
*** markwash has quit IRC | 07:56 | |
*** prekarat has joined #openstack-dev | 07:58 | |
*** jimjiang has quit IRC | 08:00 | |
*** nelsnelson has quit IRC | 08:00 | |
*** jimjiang has joined #openstack-dev | 08:01 | |
*** denis_makogon has joined #openstack-dev | 08:03 | |
*** evgenyf has joined #openstack-dev | 08:03 | |
*** MaxV has joined #openstack-dev | 08:04 | |
*** comay has quit IRC | 08:05 | |
*** ig has joined #openstack-dev | 08:06 | |
*** arozumenko has joined #openstack-dev | 08:07 | |
*** krast_ has quit IRC | 08:09 | |
*** denis_makogon has quit IRC | 08:09 | |
*** xga has joined #openstack-dev | 08:11 | |
*** flaper87|afk is now known as flaper87 | 08:12 | |
*** krast_ has joined #openstack-dev | 08:13 | |
*** buzztroll has joined #openstack-dev | 08:15 | |
*** rushiagr is now known as rushiagr_away | 08:16 | |
*** sthaha has quit IRC | 08:17 | |
*** DinaBelova has joined #openstack-dev | 08:18 | |
*** beagles has quit IRC | 08:19 | |
*** fbo_away is now known as fbo | 08:20 | |
*** Mandell has quit IRC | 08:22 | |
*** JordanP has joined #openstack-dev | 08:22 | |
*** b3nt_pin has joined #openstack-dev | 08:23 | |
*** jimjiang has quit IRC | 08:25 | |
*** jimjiang has joined #openstack-dev | 08:26 | |
*** vartom1111110 has joined #openstack-dev | 08:27 | |
*** andreaf has quit IRC | 08:28 | |
*** rushiagr_away has quit IRC | 08:29 | |
*** rushiagr_away has joined #openstack-dev | 08:29 | |
*** vkozhukalov has joined #openstack-dev | 08:31 | |
*** rohitk has joined #openstack-dev | 08:31 | |
*** e0ne_ has joined #openstack-dev | 08:32 | |
*** jimjiang has quit IRC | 08:33 | |
*** jimjiang has joined #openstack-dev | 08:34 | |
*** ndipanov has joined #openstack-dev | 08:35 | |
*** e0ne has quit IRC | 08:36 | |
*** xga_ has joined #openstack-dev | 08:38 | |
*** afazekas has quit IRC | 08:38 | |
*** jroovers has joined #openstack-dev | 08:40 | |
*** ig1 has joined #openstack-dev | 08:40 | |
*** neoXsys has joined #openstack-dev | 08:40 | |
*** xga has quit IRC | 08:41 | |
*** ig has quit IRC | 08:41 | |
*** ig1 has quit IRC | 08:42 | |
*** ig has joined #openstack-dev | 08:42 | |
*** reidrac has joined #openstack-dev | 08:42 | |
*** dkuffner has joined #openstack-dev | 08:43 | |
*** sahid has joined #openstack-dev | 08:43 | |
*** viktors has joined #openstack-dev | 08:43 | |
*** ygbo has joined #openstack-dev | 08:43 | |
*** MaxV has quit IRC | 08:43 | |
*** MaxV has joined #openstack-dev | 08:44 | |
*** jimjiang has quit IRC | 08:44 | |
*** jimjiang has joined #openstack-dev | 08:45 | |
*** _rdas_ has quit IRC | 08:46 | |
*** sushils has joined #openstack-dev | 08:47 | |
*** rossella_s has joined #openstack-dev | 08:47 | |
*** jcooley_ has quit IRC | 08:47 | |
*** jcooley_ has joined #openstack-dev | 08:48 | |
*** buzztroll has quit IRC | 08:48 | |
*** jcooley_ has quit IRC | 08:48 | |
*** jcooley_ has joined #openstack-dev | 08:49 | |
*** rm_work|away is now known as rm_work | 08:49 | |
*** ngoracke has quit IRC | 08:49 | |
*** jimjiang has quit IRC | 08:51 | |
*** rushiagr_away has quit IRC | 08:51 | |
*** jimjiang has joined #openstack-dev | 08:52 | |
*** jcooley_ has quit IRC | 08:53 | |
*** yassine has joined #openstack-dev | 08:54 | |
*** prekarat has quit IRC | 08:59 | |
*** haomaiwang has quit IRC | 08:59 | |
*** haomaiwang has joined #openstack-dev | 09:00 | |
*** e0ne_ has quit IRC | 09:00 | |
*** yaguang has joined #openstack-dev | 09:01 | |
*** BobBallAway is now known as BobBall | 09:04 | |
*** rdas has joined #openstack-dev | 09:04 | |
*** mindpixel has joined #openstack-dev | 09:05 | |
*** jpich has joined #openstack-dev | 09:08 | |
*** teran has quit IRC | 09:08 | |
*** teran has joined #openstack-dev | 09:09 | |
*** Abhishek_ has joined #openstack-dev | 09:09 | |
*** teran has quit IRC | 09:09 | |
*** safchain has joined #openstack-dev | 09:10 | |
*** ffio has quit IRC | 09:11 | |
*** e0ne has joined #openstack-dev | 09:12 | |
*** matsuhashi has quit IRC | 09:12 | |
*** matsuhashi has joined #openstack-dev | 09:12 | |
*** ffio has joined #openstack-dev | 09:13 | |
*** bknudson has quit IRC | 09:14 | |
*** bknudson has joined #openstack-dev | 09:15 | |
*** jimjiang has quit IRC | 09:15 | |
*** matsuhashi has quit IRC | 09:16 | |
*** jimjiang has joined #openstack-dev | 09:16 | |
*** romcheg has joined #openstack-dev | 09:16 | |
*** matsuhashi has joined #openstack-dev | 09:17 | |
*** nosnos_ has quit IRC | 09:19 | |
*** pfreund has joined #openstack-dev | 09:21 | |
*** ffio has quit IRC | 09:22 | |
*** rushiagr_away has joined #openstack-dev | 09:23 | |
*** alex_klimov has joined #openstack-dev | 09:23 | |
*** DinaBelova has quit IRC | 09:23 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 09:28 | |
*** _SergeyLukjanov has quit IRC | 09:29 | |
*** lucasagomes has joined #openstack-dev | 09:30 | |
*** lsmola_ has joined #openstack-dev | 09:34 | |
*** davidhadas has quit IRC | 09:34 | |
*** e0ne_ has joined #openstack-dev | 09:35 | |
*** e0ne has quit IRC | 09:39 | |
*** exed has joined #openstack-dev | 09:39 | |
*** exed has quit IRC | 09:40 | |
*** radsy has joined #openstack-dev | 09:41 | |
*** matsuhashi has quit IRC | 09:41 | |
*** pixelb has joined #openstack-dev | 09:42 | |
viktors | bnemec: hi! | 09:43 |
*** giulivo has joined #openstack-dev | 09:43 | |
*** buzztroll has joined #openstack-dev | 09:44 | |
*** n0ano has quit IRC | 09:45 | |
*** rossella_s has quit IRC | 09:45 | |
*** danpb has joined #openstack-dev | 09:45 | |
*** jcooley_ has joined #openstack-dev | 09:46 | |
*** arezmerita has quit IRC | 09:46 | |
*** rossella_s has joined #openstack-dev | 09:46 | |
*** buzztroll has quit IRC | 09:49 | |
*** vartom1111110 has quit IRC | 09:51 | |
*** SergeyLukjanov has joined #openstack-dev | 09:53 | |
*** ifarkas has quit IRC | 09:55 | |
*** davidhadas has joined #openstack-dev | 09:57 | |
*** arezmerita has joined #openstack-dev | 10:02 | |
*** derekh has joined #openstack-dev | 10:03 | |
*** dguitarbite has joined #openstack-dev | 10:06 | |
*** teran has joined #openstack-dev | 10:09 | |
*** yaguang has quit IRC | 10:10 | |
*** teran has quit IRC | 10:10 | |
*** teran has joined #openstack-dev | 10:10 | |
*** rohitk has quit IRC | 10:12 | |
*** boris-42 has quit IRC | 10:12 | |
*** rohitk has joined #openstack-dev | 10:12 | |
*** andreaf has joined #openstack-dev | 10:14 | |
*** jcooley_ has quit IRC | 10:16 | |
*** jcooley_ has joined #openstack-dev | 10:16 | |
*** xqueralt has joined #openstack-dev | 10:19 | |
*** Alexei_987 has joined #openstack-dev | 10:22 | |
*** yolanda_ has joined #openstack-dev | 10:27 | |
*** haomaiwang has quit IRC | 10:27 | |
*** haomaiwang has joined #openstack-dev | 10:28 | |
*** haomaiwang has quit IRC | 10:33 | |
*** YorikSar has joined #openstack-dev | 10:37 | |
*** ndipanov has quit IRC | 10:37 | |
*** max_lobur_afk is now known as max_lobur | 10:39 | |
*** athomas has joined #openstack-dev | 10:40 | |
*** teran_ has joined #openstack-dev | 10:41 | |
*** diakunchikov_ has joined #openstack-dev | 10:42 | |
*** ndipanov has joined #openstack-dev | 10:43 | |
*** teran has quit IRC | 10:44 | |
*** ifarkas has joined #openstack-dev | 10:44 | |
*** rongze has quit IRC | 10:44 | |
*** buzztroll has joined #openstack-dev | 10:45 | |
*** ndipanov has quit IRC | 10:46 | |
*** ndipanov has joined #openstack-dev | 10:46 | |
*** jcooley_ has quit IRC | 10:49 | |
*** vkmc has joined #openstack-dev | 10:51 | |
*** rongze has joined #openstack-dev | 10:53 | |
*** archon1st has joined #openstack-dev | 10:55 | |
*** arezmerita has quit IRC | 10:55 | |
*** ffio has joined #openstack-dev | 10:58 | |
*** dkuffner has quit IRC | 10:59 | |
*** rods1 has joined #openstack-dev | 11:01 | |
*** gszasz has joined #openstack-dev | 11:01 | |
*** rongze has quit IRC | 11:01 | |
*** akrivoka has joined #openstack-dev | 11:03 | |
*** jroovers has quit IRC | 11:05 | |
*** alex_klimov has quit IRC | 11:06 | |
*** mattymo has quit IRC | 11:07 | |
*** arezmerita has joined #openstack-dev | 11:08 | |
*** dguitarbite has quit IRC | 11:08 | |
*** xga_ has quit IRC | 11:09 | |
*** DinaBelova has joined #openstack-dev | 11:10 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 11:13 | |
*** _SergeyLukjanov has quit IRC | 11:13 | |
*** mattymo has joined #openstack-dev | 11:14 | |
*** ffio has quit IRC | 11:15 | |
*** jcooley_ has joined #openstack-dev | 11:16 | |
*** buzztroll has quit IRC | 11:19 | |
*** rongze has joined #openstack-dev | 11:23 | |
*** tdruiva has joined #openstack-dev | 11:24 | |
*** Abhishek_ has quit IRC | 11:28 | |
*** ArxCruz has joined #openstack-dev | 11:30 | |
*** exed has joined #openstack-dev | 11:32 | |
*** krast_ has quit IRC | 11:38 | |
*** tdruiva has quit IRC | 11:42 | |
*** tdruiva has joined #openstack-dev | 11:43 | |
*** pcm_ has joined #openstack-dev | 11:44 | |
*** pcm_ has quit IRC | 11:45 | |
*** pcm_ has joined #openstack-dev | 11:46 | |
*** jcooley_ has quit IRC | 11:46 | |
*** tdruiva has quit IRC | 11:47 | |
*** haomaiwang has joined #openstack-dev | 11:47 | |
*** rushiagr_away has quit IRC | 11:49 | |
*** haomaiwa_ has joined #openstack-dev | 11:52 | |
*** haomaiwang has quit IRC | 11:52 | |
*** rushiagr_away has joined #openstack-dev | 11:53 | |
*** tdruiva has joined #openstack-dev | 11:54 | |
*** tdruiva has quit IRC | 11:54 | |
*** tdruiva has joined #openstack-dev | 11:55 | |
*** SergeyLukjanov has joined #openstack-dev | 12:03 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 12:03 | |
*** djinni has quit IRC | 12:03 | |
*** lucasagomes is now known as lucas-hungry | 12:04 | |
*** kushal has quit IRC | 12:04 | |
*** gaelL has quit IRC | 12:04 | |
*** vladan has quit IRC | 12:04 | |
*** uvirtbot has quit IRC | 12:05 | |
*** _SergeyLukjanov has quit IRC | 12:05 | |
*** uvirtbot has joined #openstack-dev | 12:05 | |
*** jimjiang has quit IRC | 12:05 | |
*** djinni has joined #openstack-dev | 12:05 | |
*** jimjiang has joined #openstack-dev | 12:06 | |
*** vladan has joined #openstack-dev | 12:06 | |
*** yassine has quit IRC | 12:07 | |
*** yamahata has quit IRC | 12:09 | |
*** SergeyLukjanov has joined #openstack-dev | 12:09 | |
*** gaelL has joined #openstack-dev | 12:09 | |
*** yassine has joined #openstack-dev | 12:10 | |
*** davidhadas_ has joined #openstack-dev | 12:10 | |
*** davidhadas has quit IRC | 12:10 | |
*** jruzicka has joined #openstack-dev | 12:11 | |
timello | hey sandywalsh | 12:12 |
*** jruzicka has quit IRC | 12:12 | |
*** sergmelikyan has joined #openstack-dev | 12:12 | |
*** jimjiang has quit IRC | 12:13 | |
*** jimjiang has joined #openstack-dev | 12:14 | |
*** ffio has joined #openstack-dev | 12:14 | |
*** rossella_s has quit IRC | 12:15 | |
*** buzztroll has joined #openstack-dev | 12:15 | |
*** b3nt_pin has quit IRC | 12:15 | |
*** boris-42 has joined #openstack-dev | 12:16 | |
*** exed has quit IRC | 12:17 | |
*** exed has joined #openstack-dev | 12:18 | |
*** b3nt_pin has joined #openstack-dev | 12:19 | |
*** buzztroll has quit IRC | 12:19 | |
*** rongze has quit IRC | 12:21 | |
*** adalbas has quit IRC | 12:24 | |
*** rushiagr_away is now known as rushiagr | 12:24 | |
*** chandankumar_ has joined #openstack-dev | 12:25 | |
*** exed has quit IRC | 12:27 | |
*** NikitaKonovalov has joined #openstack-dev | 12:28 | |
*** chandankumar is now known as ciypro | 12:29 | |
*** exed has joined #openstack-dev | 12:29 | |
*** MaxV has quit IRC | 12:29 | |
*** abk has quit IRC | 12:30 | |
*** MaxV has joined #openstack-dev | 12:30 | |
viktors | bnemec: around? | 12:31 |
*** FunnyLookinHat has joined #openstack-dev | 12:31 | |
*** jcooley_ has joined #openstack-dev | 12:34 | |
*** MaxV has quit IRC | 12:34 | |
*** xga has joined #openstack-dev | 12:35 | |
*** yolanda_ has quit IRC | 12:39 | |
*** yolanda_ has joined #openstack-dev | 12:40 | |
*** DinaBelova has quit IRC | 12:41 | |
*** NikitaKonovalov has quit IRC | 12:43 | |
*** alex_xu has quit IRC | 12:44 | |
*** jimjiang has quit IRC | 12:45 | |
*** jimjiang has joined #openstack-dev | 12:46 | |
*** markvoelker1 has quit IRC | 12:46 | |
*** tdruiva has quit IRC | 12:47 | |
*** tdruiva has joined #openstack-dev | 12:48 | |
*** prad has joined #openstack-dev | 12:49 | |
*** ruhe has joined #openstack-dev | 12:49 | |
*** jimjiang has quit IRC | 12:51 | |
*** tdruiva has quit IRC | 12:52 | |
*** jimjiang has joined #openstack-dev | 12:52 | |
*** jcooley_ has quit IRC | 12:52 | |
*** tdruiva has joined #openstack-dev | 12:53 | |
*** ig has quit IRC | 12:55 | |
*** jimjiang has quit IRC | 12:56 | |
*** jimjiang has joined #openstack-dev | 12:57 | |
*** NikitaKonovalov has joined #openstack-dev | 13:01 | |
*** MaxV has joined #openstack-dev | 13:02 | |
*** neeti has quit IRC | 13:02 | |
*** jimjiang has quit IRC | 13:03 | |
*** jimjiang has joined #openstack-dev | 13:05 | |
*** sahid has quit IRC | 13:06 | |
*** jordan__ has joined #openstack-dev | 13:07 | |
*** gongysh has joined #openstack-dev | 13:08 | |
*** abk has joined #openstack-dev | 13:08 | |
*** JordanP has quit IRC | 13:09 | |
*** tdruiva has quit IRC | 13:10 | |
*** jimjiang has quit IRC | 13:10 | |
*** tdruiva has joined #openstack-dev | 13:10 | |
*** jimjiang has joined #openstack-dev | 13:11 | |
*** haomaiwang has joined #openstack-dev | 13:11 | |
*** haomaiw__ has joined #openstack-dev | 13:12 | |
*** haomaiwa_ has quit IRC | 13:13 | |
*** CaptTofu has quit IRC | 13:13 | |
*** rossella_s has joined #openstack-dev | 13:13 | |
*** CaptTofu_ has joined #openstack-dev | 13:13 | |
viktors | dhellmann: hi | 13:14 |
*** teju has quit IRC | 13:15 | |
*** haomaiw__ has quit IRC | 13:15 | |
*** jf-jenni has quit IRC | 13:15 | |
*** haomaiwa_ has joined #openstack-dev | 13:15 | |
*** jroovers has joined #openstack-dev | 13:16 | |
*** buzztroll has joined #openstack-dev | 13:16 | |
*** mosulica has joined #openstack-dev | 13:16 | |
*** haomaiwang has quit IRC | 13:17 | |
*** akrivoka has quit IRC | 13:17 | |
*** rushiagr has quit IRC | 13:17 | |
*** rongze has joined #openstack-dev | 13:17 | |
*** jcooley_ has joined #openstack-dev | 13:18 | |
*** jimjiang has quit IRC | 13:18 | |
*** rushiagr has joined #openstack-dev | 13:18 | |
*** abk has quit IRC | 13:19 | |
*** b3nt_pin is now known as beagles | 13:20 | |
*** jimjiang has joined #openstack-dev | 13:20 | |
*** buzztroll has quit IRC | 13:21 | |
*** jroovers has quit IRC | 13:28 | |
*** akrivoka has joined #openstack-dev | 13:29 | |
*** evgenyf has quit IRC | 13:31 | |
*** sebasmagri has joined #openstack-dev | 13:31 | |
*** archon1st has quit IRC | 13:34 | |
*** jdob has joined #openstack-dev | 13:35 | |
*** adalbas has joined #openstack-dev | 13:37 | |
*** prad has quit IRC | 13:38 | |
*** mrunge has quit IRC | 13:38 | |
*** danielbruno has joined #openstack-dev | 13:39 | |
*** haomaiwang has joined #openstack-dev | 13:39 | |
*** rushiagr has quit IRC | 13:40 | |
*** boris-42 has quit IRC | 13:41 | |
*** mrunge has joined #openstack-dev | 13:41 | |
*** aeperezt has joined #openstack-dev | 13:42 | |
*** gongysh_ has joined #openstack-dev | 13:42 | |
*** haomaiwa_ has quit IRC | 13:43 | |
*** buzztroll has joined #openstack-dev | 13:43 | |
*** matiu has quit IRC | 13:43 | |
*** matiu has joined #openstack-dev | 13:44 | |
*** matiu has joined #openstack-dev | 13:44 | |
*** e0ne_ has quit IRC | 13:45 | |
*** e0ne has joined #openstack-dev | 13:45 | |
*** abramley_ has joined #openstack-dev | 13:46 | |
*** gongysh has quit IRC | 13:46 | |
*** e0ne has quit IRC | 13:46 | |
*** e0ne has joined #openstack-dev | 13:48 | |
*** vladikr has joined #openstack-dev | 13:49 | |
*** jcooley_ has quit IRC | 13:50 | |
*** cpallares has joined #openstack-dev | 13:52 | |
*** dprince has joined #openstack-dev | 13:53 | |
*** ruhe is now known as ruhe_ | 13:53 | |
*** ruhe_ is now known as ruhe | 13:53 | |
*** Shaan7 has joined #openstack-dev | 13:55 | |
*** Shaan7 has quit IRC | 13:55 | |
*** Shaan7 has joined #openstack-dev | 13:55 | |
*** lucas-hungry is now known as lucasagomes | 13:56 | |
*** glenng has joined #openstack-dev | 13:57 | |
*** galstrom_zzz is now known as galstrom | 13:57 | |
*** jasondotstar has joined #openstack-dev | 13:58 | |
*** bknudson has quit IRC | 13:58 | |
*** NikitaKonovalov has quit IRC | 13:58 | |
*** clayb has joined #openstack-dev | 13:59 | |
*** fbo is now known as fbo_away | 13:59 | |
*** fbo_away is now known as fbo | 14:00 | |
*** paragan has quit IRC | 14:00 | |
*** andreaf has quit IRC | 14:01 | |
*** NikitaKonovalov has joined #openstack-dev | 14:02 | |
*** galstrom is now known as galstrom_zzz | 14:02 | |
*** terriyu has joined #openstack-dev | 14:04 | |
*** morazi has quit IRC | 14:05 | |
*** DinaBelova has joined #openstack-dev | 14:06 | |
*** eharney has joined #openstack-dev | 14:07 | |
*** YorikSar has quit IRC | 14:08 | |
*** mfer has joined #openstack-dev | 14:09 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 14:11 | |
*** morazi has joined #openstack-dev | 14:12 | |
*** _SergeyLukjanov has quit IRC | 14:12 | |
*** joesavak has joined #openstack-dev | 14:13 | |
*** mdomsch has quit IRC | 14:13 | |
viktors | dhellmann: ping | 14:14 |
*** NikitaKonovalov has quit IRC | 14:14 | |
*** yolanda_ has quit IRC | 14:15 | |
*** e0ne has quit IRC | 14:15 | |
*** mdomsch has joined #openstack-dev | 14:16 | |
*** derekh has quit IRC | 14:16 | |
*** fbo has quit IRC | 14:16 | |
*** SergeyLukjanov has joined #openstack-dev | 14:16 | |
*** yolanda_ has joined #openstack-dev | 14:16 | |
*** che-arne has joined #openstack-dev | 14:16 | |
*** fbo has joined #openstack-dev | 14:16 | |
*** rohitk has quit IRC | 14:17 | |
*** prad has joined #openstack-dev | 14:19 | |
*** spzala has joined #openstack-dev | 14:20 | |
*** Mandell has joined #openstack-dev | 14:21 | |
*** mosulica has quit IRC | 14:21 | |
*** mdomsch has quit IRC | 14:22 | |
*** bknudson has joined #openstack-dev | 14:23 | |
*** prad has quit IRC | 14:25 | |
*** kbringard has joined #openstack-dev | 14:27 | |
*** DinaBelova has quit IRC | 14:27 | |
*** DinaBelova has joined #openstack-dev | 14:27 | |
*** buzztroll has quit IRC | 14:28 | |
*** jcooley_ has joined #openstack-dev | 14:29 | |
*** buzztroll has joined #openstack-dev | 14:30 | |
*** e0ne has joined #openstack-dev | 14:30 | |
*** radez_g0n3 is now known as radez | 14:31 | |
*** NikitaKonovalov has joined #openstack-dev | 14:32 | |
*** basha has joined #openstack-dev | 14:33 | |
*** rkukura has joined #openstack-dev | 14:38 | |
*** peristeri has joined #openstack-dev | 14:38 | |
*** chandankumar_ has quit IRC | 14:38 | |
*** prad has joined #openstack-dev | 14:39 | |
*** dbalog has joined #openstack-dev | 14:39 | |
*** basha has quit IRC | 14:40 | |
*** CaptTofu_ has quit IRC | 14:40 | |
*** haomaiwang has quit IRC | 14:40 | |
*** otherwiseguy has joined #openstack-dev | 14:42 | |
dhellmann | sdague: ping? | 14:42 |
*** CaptTofu has joined #openstack-dev | 14:42 | |
*** burt has joined #openstack-dev | 14:43 | |
*** nkinder has quit IRC | 14:43 | |
*** noslzzp has joined #openstack-dev | 14:45 | |
*** FunnyLookinHat has quit IRC | 14:46 | |
*** achampion has joined #openstack-dev | 14:47 | |
*** tdruiva has quit IRC | 14:47 | |
*** jdob has quit IRC | 14:47 | |
*** jdob has joined #openstack-dev | 14:47 | |
*** derekh has joined #openstack-dev | 14:47 | |
*** tdruiva has joined #openstack-dev | 14:47 | |
*** gordc has joined #openstack-dev | 14:47 | |
*** vartom1111110 has joined #openstack-dev | 14:49 | |
*** afazekas_ has joined #openstack-dev | 14:49 | |
*** tdruiva has quit IRC | 14:52 | |
*** mrunge has quit IRC | 14:53 | |
*** vartom1111110 has quit IRC | 14:53 | |
*** topol has joined #openstack-dev | 14:54 | |
*** xarses has quit IRC | 14:56 | |
sdague | dhellmann: pong | 14:56 |
dhellmann | sdague: had a question about the sighup thing, but replied on the ml | 14:57 |
sdague | ok, cool | 14:58 |
sdague | dhellmann: yeh, responded back | 14:59 |
*** jcooley_ has quit IRC | 14:59 | |
sdague | you read SpamapS's response | 15:00 |
sdague | sighup should only do that if the process is daemonized | 15:00 |
sdague | otherwise it's actually wrong behavior | 15:00 |
*** dstanek has quit IRC | 15:00 | |
dhellmann | sdague: yeah, the bug includes some suggestions for detecting being a daemon | 15:00 |
dhellmann | or rather, a link to suggestions | 15:00 |
*** mindpixel has quit IRC | 15:01 | |
sdague | so is anyone actually using the reread part? | 15:01 |
*** carlp has joined #openstack-dev | 15:01 | |
dhellmann | sdague: I don't know, but I assume the author is | 15:01 |
sdague | because my feeling is this is a pretty high bug, and we should disable that behavior until it's fixed | 15:01 |
*** topol has quit IRC | 15:01 | |
*** jcooley_ has joined #openstack-dev | 15:01 | |
dhellmann | sdague: why so critical? | 15:01 |
*** boris-42 has joined #openstack-dev | 15:02 | |
dhellmann | sorry, not enough tea yet, why do you think it is so critical? | 15:02 |
* dhellmann needs 2 cups before his language module comes online | 15:02 | |
*** topol has joined #openstack-dev | 15:02 | |
*** mindpixel has joined #openstack-dev | 15:02 | |
*** yolanda_ has quit IRC | 15:02 | |
*** pberis has joined #openstack-dev | 15:02 | |
*** arezmerita has quit IRC | 15:03 | |
*** xga_ has joined #openstack-dev | 15:03 | |
*** xga has quit IRC | 15:04 | |
*** vijendar has joined #openstack-dev | 15:06 | |
*** yolanda_ has joined #openstack-dev | 15:06 | |
*** dstanek has joined #openstack-dev | 15:06 | |
*** gimpswork has joined #openstack-dev | 15:07 | |
*** CaptTofu has quit IRC | 15:07 | |
*** CaptTofu has joined #openstack-dev | 15:07 | |
sdague | dhellmann: because it breaks the ability to shut down nova in devstack, which breaks some of the upgrade testing pipeline we need to build | 15:08 |
dhellmann | sdague: this isn't a very new change, is there new upgrade testing going on? | 15:08 |
sdague | there will be | 15:09 |
*** rnirmal has joined #openstack-dev | 15:09 | |
sdague | honestly, I don't understand how grenade from havana -> master is working with this | 15:09 |
dhellmann | I'm not saying it's not critical, just trying to understand why it took several months to notice the issue | 15:09 |
sdague | well, we were only doing grizzly -> master upgrade | 15:09 |
sdague | until very recently | 15:09 |
dhellmann | ah | 15:09 |
sdague | and we don't have a 'unstack.sh' test, which we should | 15:10 |
*** jhesketh has quit IRC | 15:10 | |
sdague | I've had a few people pinging me on irc about how they can't get grenade to work in their environment | 15:10 |
sdague | and I only started looking at this yesterday | 15:10 |
*** jhesketh__ has quit IRC | 15:10 | |
*** jobewan has joined #openstack-dev | 15:10 | |
*** gongysh_ has quit IRC | 15:11 | |
*** topol has quit IRC | 15:11 | |
*** nkinder has joined #openstack-dev | 15:11 | |
*** gszasz has quit IRC | 15:11 | |
*** che-arne has quit IRC | 15:12 | |
dhellmann | I'll email the 2 folks that made changes in that bit of code to get them to weigh in on the mailing list thread | 15:12 |
sdague | ok cool | 15:13 |
*** Adri2000 has quit IRC | 15:13 | |
*** che-arne has joined #openstack-dev | 15:15 | |
dhellmann | sdague: could you post about the testing impact that you just described, for context for them? | 15:16 |
*** pasquier-s has quit IRC | 15:16 | |
*** xarses has joined #openstack-dev | 15:16 | |
sdague | sure, but it's going to be hand wavey at this point, because I don't have time to dig into why grenade is actually working in the gate right now (which, honestly, it shouldn't be) | 15:19 |
*** FunnyLookinHat has joined #openstack-dev | 15:19 | |
*** arezmerita has joined #openstack-dev | 15:21 | |
*** ifarkas has quit IRC | 15:21 | |
*** che-arne has quit IRC | 15:21 | |
*** bdpayne has joined #openstack-dev | 15:23 | |
*** jhesketh has joined #openstack-dev | 15:23 | |
*** NikitaKonovalov has quit IRC | 15:23 | |
*** jhesketh__ has joined #openstack-dev | 15:23 | |
*** CaptTofu has quit IRC | 15:28 | |
*** pberis has quit IRC | 15:28 | |
*** galstrom_zzz is now known as galstrom | 15:30 | |
*** carl_baldwin has joined #openstack-dev | 15:31 | |
*** blamar has quit IRC | 15:33 | |
*** blamar has joined #openstack-dev | 15:36 | |
*** jimjiang has quit IRC | 15:37 | |
*** jimjiang has joined #openstack-dev | 15:39 | |
*** rcleere has joined #openstack-dev | 15:39 | |
*** FunnyLookinHat has quit IRC | 15:40 | |
*** markmcclain has quit IRC | 15:41 | |
*** therve_ has joined #openstack-dev | 15:41 | |
*** urulama has quit IRC | 15:41 | |
*** FunnyLookinHat has joined #openstack-dev | 15:42 | |
*** matrohon has quit IRC | 15:43 | |
bnemec | viktors: Still around? | 15:44 |
*** che-arne has joined #openstack-dev | 15:45 | |
*** boris-42 has quit IRC | 15:45 | |
*** ngoracke has joined #openstack-dev | 15:45 | |
*** jergerber has joined #openstack-dev | 15:45 | |
*** arnaud__ has joined #openstack-dev | 15:45 | |
*** boris-42 has joined #openstack-dev | 15:45 | |
*** mindpixel has quit IRC | 15:46 | |
*** jpich has quit IRC | 15:47 | |
*** jimjiang has quit IRC | 15:47 | |
*** ekhugen has joined #openstack-dev | 15:47 | |
*** ffio has quit IRC | 15:48 | |
*** jimjiang has joined #openstack-dev | 15:48 | |
*** ffio has joined #openstack-dev | 15:48 | |
*** mlavalle has joined #openstack-dev | 15:49 | |
*** mindpixel has joined #openstack-dev | 15:49 | |
*** mindpixel has quit IRC | 15:50 | |
*** mindpixel has joined #openstack-dev | 15:50 | |
*** xqueralt has quit IRC | 15:50 | |
*** tmclaugh[work] has joined #openstack-dev | 15:50 | |
bknudson | dolphm: will probably need a release of keystoneclient | 15:51 |
*** arozumenko has quit IRC | 15:51 | |
*** haomaiwang has joined #openstack-dev | 15:51 | |
*** nermina has joined #openstack-dev | 15:51 | |
*** e0ne_ has joined #openstack-dev | 15:51 | |
bknudson | dolphm: I think jamielennox|away had a change that he wanted to get in before the next release. | 15:52 |
shardy | bknudson: If possible, I'd like https://review.openstack.org/#/c/61046/ to get into the next release too :) | 15:52 |
*** radsy has quit IRC | 15:53 | |
*** blamar has quit IRC | 15:53 | |
*** dims has quit IRC | 15:54 | |
*** mestery has quit IRC | 15:54 | |
*** dims has joined #openstack-dev | 15:54 | |
*** MaxV has quit IRC | 15:54 | |
*** reidrac has quit IRC | 15:55 | |
*** e0ne has quit IRC | 15:55 | |
*** MaxV has joined #openstack-dev | 15:55 | |
*** galstrom is now known as galstrom_zzz | 15:56 | |
*** jmontemayor has joined #openstack-dev | 15:56 | |
*** blamar has joined #openstack-dev | 15:56 | |
*** haomaiwang has quit IRC | 15:56 | |
*** dhellmann is now known as dhellmann_ | 15:58 | |
*** topol has joined #openstack-dev | 15:59 | |
*** MaxV has quit IRC | 15:59 | |
*** BobBall is now known as BobBallAway | 15:59 | |
*** markwash has joined #openstack-dev | 15:59 | |
*** prekarat has joined #openstack-dev | 15:59 | |
*** yolanda_ has quit IRC | 16:00 | |
*** nelsnelson has joined #openstack-dev | 16:00 | |
*** Ruetobas has quit IRC | 16:01 | |
*** kevinconway has joined #openstack-dev | 16:01 | |
*** Ruetobas has joined #openstack-dev | 16:03 | |
*** xqueralt has joined #openstack-dev | 16:04 | |
*** hartsocks has joined #openstack-dev | 16:04 | |
*** hartsocks is now known as hartbot | 16:04 | |
*** jimjiang has quit IRC | 16:04 | |
*** MaxV has joined #openstack-dev | 16:05 | |
*** kgriffs_afk is now known as kgriffs | 16:05 | |
*** jimjiang has joined #openstack-dev | 16:05 | |
*** hartbot has quit IRC | 16:05 | |
*** yolanda_ has joined #openstack-dev | 16:05 | |
*** hartsocks has joined #openstack-dev | 16:05 | |
bknudson | shardy: I had a couple of minor comments on https://review.openstack.org/#/c/61046/ | 16:06 |
*** prekarat has quit IRC | 16:07 | |
*** Ruetobas has quit IRC | 16:07 | |
*** mindpixel has quit IRC | 16:08 | |
*** colinmcnamara has joined #openstack-dev | 16:08 | |
shardy | bknudson: Ok thanks | 16:08 |
*** mindpixel has joined #openstack-dev | 16:08 | |
shardy | bknudson: How would you phrase the previous comment? | 16:08 |
*** eglynn has joined #openstack-dev | 16:09 | |
shardy | seemed pretty clear to me | 16:09 |
*** xga_ has quit IRC | 16:09 | |
*** pablosan has joined #openstack-dev | 16:09 | |
*** mlavalle has quit IRC | 16:09 | |
*** jimjiang has quit IRC | 16:09 | |
*** xqueralt has quit IRC | 16:09 | |
*** prekarat has joined #openstack-dev | 16:09 | |
*** romcheg has quit IRC | 16:10 | |
bknudson | shardy: when did the calling convention change? | 16:10 |
*** jimjiang has joined #openstack-dev | 16:10 | |
*** romcheg has joined #openstack-dev | 16:11 | |
shardy | bknudson: It is changing in the client in this patch, which is why jamielennox|away wanted me to add in the _get_data_blob backwards compatible stuff | 16:11 |
*** colinmcnamara has quit IRC | 16:11 | |
shardy | It has always been blob in the API AFAICT, and I don't think the client interfaces can have ever worked, for the type=ec2 case at least | 16:12 |
shardy | bknudson: So I meant previous to this function, or previous to the bug I just referenced in the comment | 16:12 |
shardy | I'm happy to reword it, I'm just unclear how to improve it | 16:13 |
*** Ruetobas has joined #openstack-dev | 16:13 | |
*** colinmcnamara has joined #openstack-dev | 16:13 | |
bknudson | shardy: I don't think someone reading the file in the future is going to have an easy time of figuring out when it changed... | 16:14 |
bknudson | shardy: put the release when it changed in there. | 16:14 |
sdague | dhellmann_: where is the oslo bug you registered on this? | 16:14 |
bknudson | just need to know what the current release is. | 16:14 |
sdague | on the not doing the right thing if not a daemon | 16:14 |
shardy | bknudson: OK | 16:14 |
*** Adri2000 has joined #openstack-dev | 16:14 | |
bknudson | shardy: looks like it's 0.4.2 | 16:15 |
bknudson | shardy: also, I think you should have a DocImpact in the commit message | 16:15 |
shardy | bknudson: well why don't I just put <= 0.4.1 it was data, as I don't know for sure this will land for the next release | 16:16 |
*** rdas has quit IRC | 16:16 | |
shardy | bknudson: which docs reference the old format? | 16:16 |
shardy | the API docs are already correct | 16:16 |
shardy | I'm not aware of docs detailing the python API | 16:16 |
*** jcooley_ has quit IRC | 16:17 | |
dolphm | bknudson: ++ i want a release with that transient fixed | 16:17 |
*** diogogmt has joined #openstack-dev | 16:17 | |
bknudson | shardy: not having docs for the python API seems like a problem. | 16:18 |
*** vartom1111110 has joined #openstack-dev | 16:18 | |
*** rushiagr has joined #openstack-dev | 16:18 | |
shardy | bknudson: well it's not documented for any openstack clients is it? | 16:18 |
*** jcooley_ has joined #openstack-dev | 16:18 | |
shardy | we document the CLI interfaces in many cases, but not the python bindings | 16:18 |
annegentle_ | shardy: bknudson: we had a patch proposed for an all-encompasing python document | 16:18 |
shardy | annegentle_: Is it auto generated? | 16:19 |
annegentle_ | shardy: bknudson: and we're working on developer.openstack.org based on summit discussions, which is probably where it'll and | 16:19 |
bknudson | are people just supposed to guess how to use the python bindings? | 16:19 |
annegentle_ | shardy: bknudson: it should be, but it's oft-neglected | 16:19 |
shardy | bknudson: well they can, you know, read the python | 16:19 |
shardy | bknudson: Not being able to read python is probably a pretty big barrier to using them ;) | 16:20 |
annegentle_ | https://review.openstack.org/#/c/52857/ | 16:20 |
shardy | bknudson: I agree automagically generated docs would be nice tho | 16:20 |
annegentle_ | that was the initial attempt, and we'll work with Lorin on placement, publishing, etc. | 16:20 |
viktors | dhellmann_: there? | 16:21 |
*** DinaBelova has quit IRC | 16:21 | |
bknudson | generating the docs from docstrings would be preferred to a separate doc to maintain. | 16:21 |
*** xqueralt has joined #openstack-dev | 16:22 | |
bknudson | here they are: http://docs.openstack.org/developer/python-keystoneclient/api/keystoneclient.v2_0.client.html#key | 16:22 |
annegentle_ | bknudson: yes, the definitive reference for all of the relevant Python classes and functions should be the Sphinx-generated http://docs.openstack.org/developer/python-*client/ sites | 16:22 |
annegentle_ | bknudson: but guidance is welcomed | 16:23 |
bknudson | http://docs.openstack.org/developer/python-keystoneclient/releases.html -- stops at 0.1.3 :( | 16:23 |
*** vkozhukalov has quit IRC | 16:23 | |
bknudson | annegentle_: the sphinx-generated docs are exactly what we want, IMO | 16:23 |
*** jasondotstar has quit IRC | 16:23 | |
annegentle_ | bknudson: lorin also wrote http://www.ibm.com/developerworks/cloud/library/cl-openstack-pythonapis/index.html | 16:23 |
annegentle_ | bknudson: yes of course, I'm just saying there's a need for guidance | 16:24 |
annegentle_ | bknudson: and there's the problem of those sites being ill maintained | 16:24 |
annegentle_ | bknudson: all fixable, just saying it's known | 16:24 |
bknudson | we just need to be better about documenting python-keystoneclient better. | 16:24 |
annegentle_ | bknudson: agreed | 16:25 |
bknudson | annegentle_: my guidance would be to update the docstrings in python-keystoneclient rather than providing a new document. | 16:27 |
bknudson | although I'm sure there's a place for a document, too. | 16:27 |
annegentle_ | bknudson: sure, but I want to encourage those updates by providing a document that encourages/shames devs :) | 16:27 |
*** Mandell has quit IRC | 16:27 | |
annegentle_ | bknudson: and I think http://www.ibm.com/developerworks/cloud/library/cl-openstack-pythonapis/index.html would be a good starter | 16:28 |
bknudson | annegentle_: one thing that would be useful, I think, is to have the docs build fail if a warning or error is output. | 16:28 |
annegentle_ | bknudson: how do you know if it doesn't? | 16:29 |
annegentle_ | bknudson: as far as I know the docs jobs are gating | 16:29 |
*** galstrom_zzz is now known as galstrom | 16:29 | |
*** romcheg has left #openstack-dev | 16:30 | |
bknudson | annegentle_: I submitted a couple of changes to keystone to clean up warnings and errors in the docstrings: https://review.openstack.org/#/c/62265/ | 16:31 |
*** dhellmann_ is now known as dhellmann | 16:32 | |
*** rongze has quit IRC | 16:33 | |
*** ifarkas has joined #openstack-dev | 16:34 | |
*** vijendar has quit IRC | 16:34 | |
*** arezmerita has quit IRC | 16:35 | |
*** bauzas has quit IRC | 16:35 | |
*** viktors has left #openstack-dev | 16:38 | |
*** jordan__ has quit IRC | 16:44 | |
*** rcrit has quit IRC | 16:46 | |
*** tdruiva has joined #openstack-dev | 16:46 | |
*** rwsu has quit IRC | 16:47 | |
*** e0ne_ has quit IRC | 16:48 | |
*** arezmerita has joined #openstack-dev | 16:48 | |
annegentle_ | bknudson: ok, I see. that's one to take to your core team and then adjust gate jobs with infa | 16:50 |
annegentle_ | infra | 16:50 |
dstanek | bknudson: i found an interesting fact about Python unittests that contribute to the appearance of a memory leak | 16:52 |
*** zaitcev has joined #openstack-dev | 16:52 | |
dstanek | bknudson: test cases are not destructed until the end of the test run | 16:52 |
*** gyee_ has joined #openstack-dev | 16:53 | |
bknudson | dstanek: that was what I was hoping had changed with the switch to testr | 16:54 |
bknudson | dstanek: you mean a ref to the test object is kept around? | 16:54 |
*** xarses has quit IRC | 16:54 | |
*** Drankis has quit IRC | 16:55 | |
*** ekhugen has quit IRC | 16:55 | |
*** phschwartz_aw has quit IRC | 16:55 | |
*** phschwartz has joined #openstack-dev | 16:55 | |
dstanek | bknudson: yes, this is how the unittest library works :-( testr just uses that | 16:56 |
dstanek | bknudson: i make a experimental change to the base testcase that i'll probably submit for review once i prove that it's safe | 16:56 |
*** rushiagr has quit IRC | 16:56 | |
dstanek | bknudson: i make a bunch of keystoneclient test changes starting at https://review.openstack.org/#/c/63457/ | 16:57 |
*** herndon has joined #openstack-dev | 16:59 | |
*** jdurgin1 has quit IRC | 16:59 | |
dolphm | bknudson: https://review.openstack.org/#/c/63408/ | 16:59 |
*** SergeyLukjanov is now known as _SergeyLukjanov | 17:00 | |
bknudson | dstanek: thanks for splitting it up! | 17:00 |
*** _SergeyLukjanov has quit IRC | 17:00 | |
*** arnaud__ has quit IRC | 17:00 | |
*** angdraug has joined #openstack-dev | 17:01 | |
bknudson | dolphm: v3 docs would be good to have... might convince developers to use that rather than v2. | 17:01 |
*** safchain has quit IRC | 17:01 | |
*** diogogmt has quit IRC | 17:02 | |
*** danpb has quit IRC | 17:03 | |
*** diogogmt has joined #openstack-dev | 17:03 | |
bknudson | only needed 20 lines to add tests for 0.3.x and 0.4.x ? | 17:07 |
*** prekarat has quit IRC | 17:07 | |
dolphm | bknudson: that means we didn't do a terrible job in keystoneclient :P | 17:08 |
*** ekhugen has joined #openstack-dev | 17:08 | |
*** ekhugen_ has joined #openstack-dev | 17:09 | |
*** boris-42 has quit IRC | 17:09 | |
*** vartom1111110 has quit IRC | 17:10 | |
*** galstrom is now known as galstrom_zzz | 17:10 | |
*** ygbo has quit IRC | 17:11 | |
*** stevemar has joined #openstack-dev | 17:11 | |
*** topol has quit IRC | 17:12 | |
*** ruhe has quit IRC | 17:15 | |
*** eglynn has quit IRC | 17:17 | |
*** derekh has quit IRC | 17:20 | |
*** ruhe has joined #openstack-dev | 17:21 | |
*** dstanek has quit IRC | 17:22 | |
*** xga has joined #openstack-dev | 17:23 | |
*** peristeri has quit IRC | 17:23 | |
*** ekhugen_ has quit IRC | 17:24 | |
*** galstrom_zzz is now known as galstrom | 17:24 | |
*** stevemar has quit IRC | 17:25 | |
*** ciypro has quit IRC | 17:25 | |
*** stevemar has joined #openstack-dev | 17:25 | |
*** dflye has quit IRC | 17:25 | |
*** ekhugen has quit IRC | 17:27 | |
*** ifarkas has quit IRC | 17:28 | |
*** rushiagr has joined #openstack-dev | 17:29 | |
*** dflye has joined #openstack-dev | 17:32 | |
*** burt has quit IRC | 17:32 | |
*** boris-42 has joined #openstack-dev | 17:33 | |
*** boris-42 has quit IRC | 17:33 | |
*** burt has joined #openstack-dev | 17:33 | |
*** gyee_ has quit IRC | 17:35 | |
*** comay has joined #openstack-dev | 17:35 | |
*** pfreund has quit IRC | 17:36 | |
*** JonnyNomad has joined #openstack-dev | 17:37 | |
*** Abhishek_ has joined #openstack-dev | 17:37 | |
*** galstrom is now known as galstrom_zzz | 17:37 | |
*** dsantos_ has joined #openstack-dev | 17:37 | |
*** Mandell has joined #openstack-dev | 17:37 | |
*** slagle has quit IRC | 17:38 | |
*** ekhugen has joined #openstack-dev | 17:39 | |
*** ekhugen_ has joined #openstack-dev | 17:39 | |
*** afazekas_ has quit IRC | 17:40 | |
*** e0ne has joined #openstack-dev | 17:40 | |
roaet | anyone else having problems with tempest CRITICAL tempest [-] Duplicate test id detected: tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_after_expiration_time[gate,negative] | 17:41 |
roaet | i guess this is infra | 17:41 |
roaet | or qa? | 17:41 |
*** ekhugen has quit IRC | 17:41 | |
*** mattymo has quit IRC | 17:42 | |
*** krotscheck has joined #openstack-dev | 17:42 | |
*** ruhe has quit IRC | 17:42 | |
*** evgenyf has joined #openstack-dev | 17:45 | |
*** nati_ueno has joined #openstack-dev | 17:47 | |
*** nermina has quit IRC | 17:47 | |
*** dstanek has joined #openstack-dev | 17:48 | |
*** mindpixel has quit IRC | 17:49 | |
*** radez is now known as radez_g0n3 | 17:50 | |
*** exed has quit IRC | 17:52 | |
*** dstanek has quit IRC | 17:53 | |
*** exed has joined #openstack-dev | 17:53 | |
*** xqueralt has quit IRC | 17:54 | |
*** mrunge has joined #openstack-dev | 17:55 | |
*** MaxV has quit IRC | 17:55 | |
*** comstud is now known as bearhands | 17:56 | |
*** sushils has quit IRC | 17:57 | |
*** jasondotstar has joined #openstack-dev | 17:57 | |
*** Sumeniac has quit IRC | 17:57 | |
*** russellb is now known as rustlebee | 17:58 | |
*** markmcclain has joined #openstack-dev | 18:01 | |
*** krotscheck has quit IRC | 18:01 | |
*** shardy is now known as shardy_afk | 18:02 | |
*** arnaud has joined #openstack-dev | 18:06 | |
*** arnaud__ has joined #openstack-dev | 18:06 | |
*** xga has quit IRC | 18:06 | |
*** xqueralt has joined #openstack-dev | 18:06 | |
*** athomas has quit IRC | 18:09 | |
*** dkuffner has joined #openstack-dev | 18:10 | |
*** krotscheck has joined #openstack-dev | 18:10 | |
*** Abhishek_ has quit IRC | 18:11 | |
*** e0ne has quit IRC | 18:11 | |
ayoung | stevemar, "Federated" does not belong in the token request. At all. Anywhere. | 18:11 |
*** e0ne has joined #openstack-dev | 18:11 | |
dhellmann | sdague: I believe the latest version of https://review.openstack.org/#/c/63444/ is a proper fix | 18:12 |
*** dhellmann is now known as dhellmann_ | 18:13 | |
*** asselin has quit IRC | 18:13 | |
*** krotscheck has quit IRC | 18:14 | |
*** krotscheck has joined #openstack-dev | 18:14 | |
*** jog0 is now known as flashgordon | 18:14 | |
*** vkozhukalov has joined #openstack-dev | 18:15 | |
*** e0ne_ has joined #openstack-dev | 18:15 | |
*** xqueralt has quit IRC | 18:16 | |
*** yolanda_ has quit IRC | 18:17 | |
*** nermina has joined #openstack-dev | 18:18 | |
*** e0ne has quit IRC | 18:18 | |
*** kgriffs is now known as kgriffs_afk | 18:18 | |
*** harlowja_away is now known as harlowja | 18:19 | |
*** EmilienM has quit IRC | 18:19 | |
*** Shaan7 has quit IRC | 18:20 | |
*** EmilienM has joined #openstack-dev | 18:20 | |
*** yolanda_ has joined #openstack-dev | 18:21 | |
*** RajM has joined #openstack-dev | 18:21 | |
*** Shaan7 has joined #openstack-dev | 18:21 | |
*** pberis has joined #openstack-dev | 18:21 | |
*** RajM has quit IRC | 18:22 | |
*** xarses has joined #openstack-dev | 18:25 | |
*** teran_ has quit IRC | 18:26 | |
*** teran has joined #openstack-dev | 18:28 | |
*** reed has joined #openstack-dev | 18:28 | |
*** dstanek has joined #openstack-dev | 18:29 | |
*** enikanorov__ has joined #openstack-dev | 18:29 | |
*** galstrom_zzz is now known as galstrom | 18:31 | |
*** enikanorov has quit IRC | 18:32 | |
*** teran has quit IRC | 18:32 | |
*** garyk has quit IRC | 18:32 | |
*** vartom1111110 has joined #openstack-dev | 18:32 | |
*** Drankis has joined #openstack-dev | 18:33 | |
*** lucasagomes has quit IRC | 18:33 | |
*** Shaan7_ has joined #openstack-dev | 18:34 | |
*** SergeyLukjanov has joined #openstack-dev | 18:34 | |
*** Shaan7 has quit IRC | 18:34 | |
*** radez_g0n3 is now known as radez | 18:34 | |
*** Shaan7_ is now known as Shaan7 | 18:35 | |
*** Shaan7 has quit IRC | 18:37 | |
*** Shaan7 has joined #openstack-dev | 18:37 | |
*** galstrom is now known as galstrom_zzz | 18:38 | |
*** vkmc has quit IRC | 18:38 | |
*** galstrom_zzz is now known as galstrom | 18:41 | |
*** xmltok has joined #openstack-dev | 18:42 | |
*** max_lobur is now known as max_lobur_afk | 18:44 | |
*** ffio has quit IRC | 18:45 | |
*** krotscheck has quit IRC | 18:45 | |
*** mlavalle has joined #openstack-dev | 18:46 | |
*** vartom1111110 has quit IRC | 18:47 | |
*** mrunge has quit IRC | 18:48 | |
*** amcrn has joined #openstack-dev | 18:48 | |
*** stevemar has quit IRC | 18:48 | |
*** stevemar has joined #openstack-dev | 18:49 | |
*** dstanek has quit IRC | 18:49 | |
*** rossella_s_ has joined #openstack-dev | 18:50 | |
*** dstanek has joined #openstack-dev | 18:51 | |
*** rkukura has quit IRC | 18:51 | |
*** mjfork has joined #openstack-dev | 18:51 | |
*** rossella_s has quit IRC | 18:54 | |
*** rossella_s_ is now known as rossella_s | 18:54 | |
*** otherwiseguy has quit IRC | 18:54 | |
*** mrunge has joined #openstack-dev | 18:56 | |
*** rushiagr is now known as rushiagr_away | 19:00 | |
*** sarob_ has joined #openstack-dev | 19:01 | |
*** ruhe has joined #openstack-dev | 19:01 | |
*** Mandell has quit IRC | 19:02 | |
*** dkuffner has quit IRC | 19:03 | |
*** jcooley_ has quit IRC | 19:03 | |
stevemar | ayoung, i never said to put it there :O | 19:04 |
*** yolanda_ has quit IRC | 19:04 | |
ayoung | stevemar, I know...I submited an update SAML patch without it. Take a look | 19:04 |
*** kevinconway_ has joined #openstack-dev | 19:04 | |
stevemar | ayoung, just did | 19:05 |
*** kevinconway has quit IRC | 19:05 | |
*** kevinconway_ is now known as kevinconway | 19:05 | |
*** ruhe has quit IRC | 19:05 | |
sdague | dhellmann_: cool I'll try now | 19:05 |
stevemar | ayoung, take a look at the mapping api spec too, if you can | 19:05 |
ayoung | stevemar, will do...that one is the most important | 19:06 |
*** kgriffs_afk is now known as kgriffs | 19:06 | |
*** rwsu has joined #openstack-dev | 19:08 | |
stevemar | ayoung: i'm hoping that is the last patch for the mapping api spec, *fingers crossed* | 19:09 |
*** rushiagr_away is now known as rushiagr | 19:09 | |
ayoung | stevemar, not if you are getting me to review it...heh heh | 19:09 |
*** Mandell has joined #openstack-dev | 19:10 | |
stevemar | ayoung: even the impl of it is fairly trivial, it's the rule engine part that gets scary | 19:10 |
ayoung | why is it *assertion* mapping | 19:10 |
ayoung | I guess that makes sense, though... | 19:10 |
ayoung | assertion attributes to internal attributes... | 19:11 |
ayoung | meh | 19:11 |
morganfainberg | ayoung, it seems like a sane "phrase" to use | 19:11 |
ayoung | Who am i to judge sanity? | 19:11 |
ayoung | unless we need an outside perspective | 19:11 |
morganfainberg | ayoung, eh. | 19:12 |
*** stevemar is now known as stevemar_afk | 19:12 | |
stevemar_afk | ayoung, leave comments here or on the patch, or both, i'll read them soon | 19:12 |
ayoung | I have to admit that I do not like the term Federation...It makes it out like we are doing something different, where as we are really just fixing the mistakes of the past. There is nothing about mapping that is Federation, | 19:12 |
ayoung | morganfainberg, stevemar_afk, when did IDP become FEDERATION | 19:14 |
ayoung | I still like OS-MAP...what happend to that...ugh, I can't stay on top of everything | 19:14 |
morganfainberg | ayoung, reverse the order, Federation came first in our talks... idp came from the domain vs domain and domain domain domain with domains | 19:15 |
morganfainberg | ayoung, and "Federated Identity" is shortened to "federation" | 19:15 |
ayoung | Bloody vikings | 19:15 |
morganfainberg | os-map, not sure when that changed | 19:15 |
*** kgriffs is now known as kgriffs_afk | 19:16 | |
morganfainberg | and i don't know what happened yesterday, my day was filled with teeth-cleaning events | 19:16 |
*** jdob has quit IRC | 19:19 | |
*** colinmcnamara has quit IRC | 19:22 | |
*** nelsnelson is now known as nelsnelson_away | 19:22 | |
*** rossella_s has quit IRC | 19:22 | |
*** dsantos_ has left #openstack-dev | 19:23 | |
*** mlavalle has quit IRC | 19:26 | |
*** nelsnelson_away has quit IRC | 19:27 | |
*** noslzzp has quit IRC | 19:28 | |
*** stevemar_afk has quit IRC | 19:31 | |
*** stevemar_afk has joined #openstack-dev | 19:31 | |
*** noslzzp has joined #openstack-dev | 19:32 | |
*** jimjiang has quit IRC | 19:32 | |
*** dhellmann_ is now known as dhellmann | 19:32 | |
terry_howe | If anyone needs anything to do over the holidays https://review.openstack.org/#/c/62959/ | 19:33 |
*** jimjiang has joined #openstack-dev | 19:33 | |
morganfainberg | dolphm, bknudson, https://review.openstack.org/#/c/62197/ and https://review.openstack.org/#/c/62198/ - i'd like to at least get the first one moving if possible, i want to get to work on finishing up the per-domain-identity stuff, and it feels like this cleanup should occur before instead of after so it's less meshed together (trying to isolate out the "extra" domain lookup stuff). | 19:34 |
*** noslzzp has quit IRC | 19:34 | |
morganfainberg | though if there are issues with getting those in, i'll re-consider that | 19:34 |
morganfainberg | gyee, ^ | 19:34 |
bknudson | morganfainberg: I'll add them to my list. | 19:35 |
dolphm | ayoung: all we did was merge OS-MAP and OS-IDP since they were completely dependent on each other -- but we're still reviewing them separately | 19:35 |
dolphm | morganfainberg: looking | 19:35 |
*** herndon has quit IRC | 19:35 | |
morganfainberg | bknudson, thanks. not a huge rush on them. just wanted to make sure we either said "yay" or "wait" so i can figure out where to shove the other code ;) | 19:36 |
ayoung | dolphm mapping should stand alone....that is the #1 way it is going to be used, I think | 19:36 |
morganfainberg | esp. since holidays and all are - well .. around the corner | 19:36 |
*** stevemar-droid has joined #openstack-dev | 19:36 | |
*** xarses has quit IRC | 19:36 | |
*** colinmcnamara has joined #openstack-dev | 19:37 | |
*** stevemar-droid has quit IRC | 19:37 | |
dolphm | ayoung: ? it'll only ever come into play when we're processing federated attributes | 19:40 |
ayoung | dolphm, assume REMOTE_USER. Fronting Keystone with Apache | 19:40 |
dolphm | morganfainberg: i thought you had abandoned this effort... i figured the next patch would be to undo the commit in havana | 19:40 |
*** hub_cap is now known as pub_tap | 19:40 | |
dolphm | ayoung: that's the only use case i'm considering, but not really just REMOTE_USER | 19:41 |
dolphm | (for the moment) | 19:41 |
dolphm | first-class use case, anyway | 19:41 |
ayoung | dolphm, OK, so even in that case, we'll have a single IdP set up...ok | 19:41 |
dolphm | ayoung: ++ | 19:41 |
*** tdruiva has quit IRC | 19:41 | |
dolphm | ayoung: 1) setup an idp, 2) add a protocol to that idp, 3) process that protocol's output with a mapping | 19:42 |
*** tdruiva has joined #openstack-dev | 19:42 | |
ayoung | OK...but lets not call it Federated | 19:42 |
morganfainberg | dolphm, i just hadn't had time to clean it up because of deadlines. i think it is still relevant to pull users out of "domains" and support more-than-one-idp (non-federated). it's a step towards making everything talk to idps the same way | 19:43 |
dolphm | morganfainberg: approved https://review.openstack.org/#/c/62197/ | 19:43 |
morganfainberg | dolphm, cool. thanks. that one i figured was easy it cleans up some "well thats silly" things. | 19:44 |
*** blamar has quit IRC | 19:44 | |
*** dprince has quit IRC | 19:44 | |
*** sarob_ has quit IRC | 19:45 | |
*** sarob_ has joined #openstack-dev | 19:45 | |
*** zz_ewindisch has quit IRC | 19:46 | |
*** e0ne_ has quit IRC | 19:47 | |
devananda | question on periodic task intervals for ya'll | 19:47 |
*** blamar has joined #openstack-dev | 19:48 | |
dolphm | devananda: fun topic :P | 19:48 |
devananda | i've just observed two things that surprised me | 19:48 |
devananda | 1) i can't set a periodic_task interval below 60 seconds | 19:48 |
devananda | 2) when i set the interval to 90, it actually runs exactly every 120 seconds | 19:48 |
devananda | i've probably missed some setting somewhere | 19:48 |
*** blamar has quit IRC | 19:49 | |
devananda | but where? | 19:49 |
*** blamar has joined #openstack-dev | 19:49 | |
*** sarob_ has quit IRC | 19:50 | |
*** xarses has joined #openstack-dev | 19:50 | |
devananda | aaaah | 19:50 |
*** rushiagr has quit IRC | 19:50 | |
devananda | openstack/common/periodic_task.py DEFAULT_INTERVAL | 19:50 |
devananda | hard-coded to 60. NOT a config option | 19:51 |
devananda | sigh | 19:51 |
*** cp16net is now known as lazy_lane | 19:51 | |
*** ndipanov has quit IRC | 19:51 | |
devananda | dhellmann: I consider ^ a bug. what do you think? | 19:51 |
*** lazy_lane is now known as coffee | 19:51 | |
dhellmann | devananda: which, the default or the 120 instead of 90? | 19:52 |
*** coffee is now known as lazy_lane | 19:52 | |
*** kevinconway has quit IRC | 19:52 | |
devananda | dhellmann: both issues -- i can't set it to less than 60. and 90 != 120. | 19:53 |
devananda | i'm re-reading the periodic task code in oslo to see if there's an easy way to change this. | 19:53 |
*** dstanek has quit IRC | 19:53 | |
dhellmann | devananda: iirc, that stuff uses eventlet's timer, so the period is a minimum but if eventlet is busy it might not run | 19:54 |
dhellmann | that doesn't explain 120 instead of 90, though | 19:54 |
dhellmann | I'd have to look at the history to understand why 60 is the minimum | 19:54 |
dhellmann | how often do you want to run a task? | 19:54 |
devananda | eg, i can't set it t orun every 10 seconds | 19:54 |
devananda | such as a heartbeat | 19:54 |
*** rkukura has joined #openstack-dev | 19:55 | |
*** kgriffs_afk is now known as kgriffs | 19:55 | |
dhellmann | devananda: is a 10 second heartbeat going to scale for a lot of service instances? | 19:56 |
dhellmann | devananda: and I suspect the 120 instead of 90 is because of that interval issue, too | 19:57 |
morganfainberg | ttx, ping | 19:57 |
*** amcrn is now known as lemongrab | 19:57 | |
*** kevinconway has joined #openstack-dev | 19:57 | |
devananda | dhellmann: yep. it's a single db row update. and even in very large deployment, there should not be that many ir-conductor instances | 19:58 |
*** lemongrab is now known as unacceptable | 19:58 | |
dhellmann | devananda: how about if DEFAULT_INTERVAL was a an attribute of PeriodicTasks | 19:58 |
dhellmann | devananda: does a user need to control that? | 19:58 |
devananda | dhellmann: as i'm reading the code, i'm not convinced that DEFAULT_INTERVAL is acting as a minimum, actually | 19:59 |
*** dkuffner has joined #openstack-dev | 19:59 | |
*** eharney has quit IRC | 19:59 | |
dhellmann | devananda: I guess it depends on the spacing for a given method | 20:00 |
*** eharney has joined #openstack-dev | 20:00 | |
*** dstanek has joined #openstack-dev | 20:00 | |
*** sarob_ has joined #openstack-dev | 20:00 | |
*** zz_ewindisch has joined #openstack-dev | 20:01 | |
morganfainberg | bknudson, i'll do a cleanup on the code dolph approved as a separate patchset (addressing your comments) | 20:02 |
*** e0ne has joined #openstack-dev | 20:02 | |
bknudson | morganfainberg: ok, thanks | 20:02 |
morganfainberg | bknudson, thanks for the review! | 20:02 |
morganfainberg | bknudson, as always, good stuff | 20:02 |
*** flaper87 is now known as flaper87|afk | 20:02 | |
morganfainberg | bknudson, i talked w/ dstanek and ayoung, and a chunk of the de-dup is going to be pushing logic out of the controllers and down to the managers | 20:03 |
morganfainberg | bknudson, so it was already planned. | 20:03 |
*** ayoung is now known as ayoung-afk | 20:03 | |
dstanek | morganfainberg: ++ that'll be nice to have | 20:04 |
*** sarob_ has quit IRC | 20:04 | |
morganfainberg | dstanek, i think people will be coming back from vacations and i'll have like 6 more patches to be looked at :P | 20:04 |
bknudson | morganfainberg: ok... I saw the other comments in there but wasn't sure if that was the same thing. | 20:05 |
morganfainberg | bknudson, yeah, it is. thanks for tagging the stuff explicitly will make it easier to chase | 20:05 |
morganfainberg | i also _hope_ i can work to make deletes idempotent soon. so we don't need to raise "NotFound" if a delete is attempted against something that exists.. that might be a big change though | 20:06 |
morganfainberg | erm s/exists/doesn't exist | 20:06 |
bknudson | morganfainberg: the server should return 404 Not Found if the resource doesn't exist. | 20:07 |
*** terriyu has quit IRC | 20:07 | |
morganfainberg | bknudson, on a delete operation? | 20:07 |
morganfainberg | bknudson, (this is API changing so, longer looking) | 20:07 |
morganfainberg | i'm not convinced a 404 is correct for delete if an item doesn't exist. | 20:08 |
morganfainberg | willing to discuss it though. | 20:08 |
bknudson | morganfainberg: what if I DELETE /v2/something ? | 20:08 |
bknudson | should that return 404 ? | 20:08 |
*** sushils has joined #openstack-dev | 20:08 | |
morganfainberg | bknudson, hm. | 20:08 |
morganfainberg | bknudson, perhaps delete should 404 above the managers for specific items | 20:09 |
morganfainberg | bknudson, instead of at the manager layer. | 20:09 |
morganfainberg | or below | 20:09 |
bknudson | the server has to find the resource before it can attempt any operation on it ... if the resource doesn't exist when trying to find it should return 404 Not Found. | 20:09 |
morganfainberg | so DELETE /tenant/<uuid> would check if it exists and then perform the action | 20:09 |
bknudson | this is where the routes code is showing it's not very RESTful. | 20:10 |
morganfainberg | but calling assignment_api.delete_project wouldn't NotFound if it doesn't exist | 20:10 |
morganfainberg | bknudson, aye | 20:10 |
*** thedodd has joined #openstack-dev | 20:10 | |
morganfainberg | bknudson, my thought is that if the manager doens't raise NotFound (or the driver) for delete operations it makes some of the looping cases a lot cleaner (less try except around all sorts of stuff) | 20:11 |
morganfainberg | not that try/except is bad, just gets more and more complicated as you need to perform more actions | 20:11 |
bknudson | morganfainberg: manager could have an interface that raises and one that doesn't? | 20:11 |
morganfainberg | bknudson, sure. that is doable. call the same underlying code. | 20:12 |
morganfainberg | bknudson, same concept as what i was just describing | 20:12 |
morganfainberg | bknudson, any concerns with that? | 20:12 |
morganfainberg | if not i will take that approach (2 interfaces) | 20:13 |
bknudson | morganfainberg: I don't have any concerns with that. | 20:14 |
bknudson | is there a "with ignore_exception():" ? that would be handy | 20:14 |
bknudson | with ignore_exception(NotFound) | 20:14 |
morganfainberg | bknudson, ooh, that might be a good approach | 20:14 |
morganfainberg | bknudson, actually.......... | 20:15 |
morganfainberg | i really like that | 20:15 |
bknudson | would save 2 lines of code. | 20:15 |
morganfainberg | hehe | 20:15 |
morganfainberg | and could be useful in other cases. | 20:15 |
bknudson | (but would also be more obvious) | 20:15 |
morganfainberg | with ignore_exception(*exceptions): | 20:16 |
morganfainberg | or ignore_exceptions(*exceptions) | 20:16 |
morganfainberg | ? | 20:16 |
*** dkuffner has quit IRC | 20:22 | |
*** boris-42 has joined #openstack-dev | 20:23 | |
dstanek | i don't think you'd want to 404 a delete unless there is no match in routes for the resource | 20:24 |
morganfainberg | dstanek, DELETE /project/<resource> | 20:25 |
morganfainberg | dstanek if resource doesn't exist, bknudson is right, that shoudl 404 | 20:26 |
*** carl_baldwin has quit IRC | 20:26 | |
morganfainberg | but if deleting resource has a sub-delete of a dependant item should likely be silent and not raise if it doesn't exist | 20:26 |
morganfainberg | dstanek, it's two different use cases of the delete mechanusm | 20:26 |
*** obondarev has quit IRC | 20:26 | |
*** novel1 has quit IRC | 20:27 | |
*** metabro_ has quit IRC | 20:27 | |
*** novel1 has joined #openstack-dev | 20:27 | |
*** obondarev has joined #openstack-dev | 20:27 | |
morganfainberg | dstanek, one is definitely justified in returning 404 | 20:27 |
*** metabro has joined #openstack-dev | 20:27 | |
*** ArxCruz has quit IRC | 20:29 | |
bknudson | could also respond with 410 Gone if we want to keep track of deleted items. | 20:30 |
dolphm | morganfainberg: still working through the second change, but it looks like bknudson +2'd and i have zero complaints so far | 20:30 |
*** yolanda_ has joined #openstack-dev | 20:30 | |
morganfainberg | bknudson, not all backends do, but i always wanted to use 410 | 20:30 |
bknudson | or 402 Payment Required if we want to charge for access. | 20:31 |
morganfainberg | dolphm, nod. i responded to bknudson's comments as well there. | 20:31 |
dolphm | morganfainberg: this could also be linked to that havana bp for finishing split-identity | 20:31 |
morganfainberg | bknudson, +++ | 20:31 |
dolphm | morganfainberg: i'm referring to the second patch | 20:31 |
dolphm | ah, so are you | 20:31 |
*** cpallares has quit IRC | 20:31 | |
morganfainberg | dolphm, did I? | 20:32 |
morganfainberg | dolphm, *blink* i already forgot if i did :P | 20:32 |
dolphm | yes. lol | 20:32 |
morganfainberg | dolphm, lol, okay then! | 20:32 |
*** otherwiseguy has joined #openstack-dev | 20:34 | |
*** stevemar_afk is now known as stevemar | 20:34 | |
dolphm | morganfainberg: +2/approved | 20:35 |
*** novas0x2a|laptop has joined #openstack-dev | 20:35 | |
morganfainberg | dolphm, cool. that one is a _real_ pain to rebase. | 20:36 |
*** diogogmt has quit IRC | 20:36 | |
morganfainberg | dolphm, thanks and now i can work on continued fixes/refactoring/cleanup fun. | 20:36 |
dolphm | morganfainberg: if you have a follow up to bknudson's comments, ping me with a link | 20:36 |
morganfainberg | dolphm, that will be the next patchset i get up. | 20:36 |
dstanek | morganfainberg: i think a 404 is not wrong, but i have never wanted to do it | 20:37 |
morganfainberg | dolphm, so i'll hit you up as soon as it's ready. | 20:37 |
*** mrunge has quit IRC | 20:37 | |
morganfainberg | dstanek, i like bknudson's thought, provide a simple (and clear) way to ignore certain exceptions (e.g. context manager): with ignore_exceptions(tokenNotFound, UserNotFound): | 20:37 |
dolphm | morganfainberg: in the mean time, you may be interested to know that 38.318 average-weight children could feed 952 Burmese tigers eating 11 pounds per day for one year | 20:37 |
dolphm | 38,318* | 20:38 |
morganfainberg | dolphm, well then, I shall file that away as "I'm so using that in the next meeting I get roped into" bucket :) | 20:38 |
stevemar | terry_howe, nice job on the neutron stuff, that'll be a good amount to review | 20:38 |
dolphm | morganfainberg: adult tigers can also eat two fat six year olds in a single sitting #funfacts | 20:38 |
bknudson | dolphm: that would solve 2 problems | 20:39 |
morganfainberg | dolphm, #funtigerfacts #respondwith"NoMoreTigerFacts"ToStopGettingThese | 20:39 |
morganfainberg | dstanek, in ref to ^, it's easier than making a big try-except block (never clean imo) and better than try/except try/except try/except. | 20:40 |
*** viktors has joined #openstack-dev | 20:41 | |
morganfainberg | dstanek, alternative option, "raise_exception=True" arg | 20:41 |
morganfainberg | (or, raise_exception=False) | 20:41 |
sdague | dhellmann: I was actually ahead of you on the sync request :) | 20:42 |
dhellmann | sdague: did I miss it? :-) | 20:42 |
sdague | https://review.openstack.org/#/c/63495/ | 20:43 |
sdague | and it's almost done with check | 20:43 |
dolphm | bknudson: rofl | 20:43 |
dhellmann | sdague: ok, I'll abandon mine | 20:43 |
dolphm | bknudson: you mean 3 problems? | 20:43 |
*** yassine has quit IRC | 20:43 | |
dhellmann | sdague: I added nova as affected by the bug, do you want to take that over? | 20:45 |
sdague | sure | 20:45 |
stevemar | ayoung: so, what did you want changed in the mapping spec? | 20:46 |
*** joesavak has quit IRC | 20:48 | |
*** nelsnelson has joined #openstack-dev | 20:49 | |
*** CaptTofu has joined #openstack-dev | 20:50 | |
*** radez is now known as radez_g0n3 | 20:53 | |
*** cpallares has joined #openstack-dev | 20:54 | |
*** noslzzp has joined #openstack-dev | 20:56 | |
*** jcooley_ has joined #openstack-dev | 20:58 | |
*** galstrom is now known as galstrom_zzz | 20:59 | |
*** evgenyf has quit IRC | 20:59 | |
*** stevemar has quit IRC | 21:01 | |
*** stevemar has joined #openstack-dev | 21:02 | |
*** e0ne has quit IRC | 21:02 | |
*** pablosan has quit IRC | 21:03 | |
*** nkinder has quit IRC | 21:03 | |
*** danielbruno has quit IRC | 21:04 | |
*** stevemar has quit IRC | 21:06 | |
*** kgriffs is now known as kgriffs_afk | 21:06 | |
*** aveiga has quit IRC | 21:07 | |
*** rods1 has quit IRC | 21:08 | |
*** ekhugen_ has quit IRC | 21:09 | |
*** herndon has joined #openstack-dev | 21:10 | |
*** buzztroll has quit IRC | 21:11 | |
*** buzztroll has joined #openstack-dev | 21:12 | |
*** rwsu has quit IRC | 21:13 | |
bknudson | looks like devstack takes keystone's logging.conf.sample and makes a couple of changes to it... | 21:14 |
bknudson | http://git.openstack.org/cgit/openstack-dev/devstack/tree/lib/keystone#n254 | 21:15 |
bknudson | oh, never mind... that's the root logger is configured. | 21:15 |
*** jobewan has quit IRC | 21:15 | |
*** thedodd has quit IRC | 21:17 | |
*** nkinder has joined #openstack-dev | 21:19 | |
*** eglynn has joined #openstack-dev | 21:21 | |
*** noslzzp has quit IRC | 21:22 | |
*** cpallares has quit IRC | 21:23 | |
*** krotscheck has joined #openstack-dev | 21:24 | |
*** viktors has left #openstack-dev | 21:26 | |
*** nkinder has quit IRC | 21:27 | |
*** cpallares has joined #openstack-dev | 21:30 | |
*** jasdeepH has joined #openstack-dev | 21:30 | |
*** chandankumar_ has joined #openstack-dev | 21:31 | |
*** rwsu has joined #openstack-dev | 21:33 | |
*** carl_baldwin has joined #openstack-dev | 21:38 | |
*** nkinder has joined #openstack-dev | 21:39 | |
*** thedodd has joined #openstack-dev | 21:40 | |
*** CaptTofu has quit IRC | 21:40 | |
*** tdruiva has quit IRC | 21:41 | |
*** tdruiva has joined #openstack-dev | 21:41 | |
*** exed has quit IRC | 21:42 | |
*** mfer has quit IRC | 21:42 | |
*** harlowja is now known as harlowja_away | 21:44 | |
*** spzala has quit IRC | 21:45 | |
*** tdruiva has quit IRC | 21:46 | |
sdague | markwash: hey... so remember that email from last night - https://review.openstack.org/#/c/57413/ :P | 21:46 |
*** eglynn has quit IRC | 21:48 | |
*** jcooley_ has quit IRC | 21:48 | |
*** jcooley_ has joined #openstack-dev | 21:49 | |
notmyname | jgriffith: around? | 21:49 |
bknudson | logging config file question -- if I want to have a different level for a logger I need to specify the handler every time? | 21:50 |
*** stevemar has joined #openstack-dev | 21:55 | |
stevemar | morganfainberg - jenkins does not want us to get our patches in | 21:56 |
*** adalbas has quit IRC | 21:57 | |
*** kgriffs_afk is now known as kgriffs | 21:58 | |
*** glenng has quit IRC | 21:58 | |
*** eharney has quit IRC | 21:59 | |
*** dbalog has left #openstack-dev | 21:59 | |
*** mlavalle has joined #openstack-dev | 22:00 | |
morganfainberg | stevemar, phsaw | 22:01 |
morganfainberg | stevemar, REVERIFY WITH A HAMMER! | 22:01 |
morganfainberg | stevemar, i mean.... | 22:01 |
stevemar | hammer of justice | 22:01 |
morganfainberg | stevemar, ban hammer? | 22:01 |
stevemar | no ban hammers allowed | 22:01 |
*** cpallares has quit IRC | 22:01 | |
morganfainberg | stevemar, unless you're mordred, which case, ban hammers on IRC channels are welcome (especially for spammers) | 22:02 |
stevemar | aye | 22:02 |
chandankumar_ | hello | 22:05 |
chandankumar_ | please review this patch https://review.openstack.org/#/c/63342/ | 22:05 |
chandankumar_ | this is a doc patch related to keystone. | 22:06 |
chandankumar_ | it would be great it would be reviewed. :) | 22:06 |
*** melwitt has joined #openstack-dev | 22:06 | |
stevemar | chandankumar_, will do | 22:08 |
chandankumar_ | stevemar, Thank you :) | 22:08 |
morganfainberg | chandankumar_, yep lots more keystone folks lurk in here ;) | 22:09 |
chandankumar_ | morganfainberg, Thanks :) | 22:10 |
morganfainberg | chandankumar_ (all of them, afaik i'm the only one in the other channel) | 22:10 |
morganfainberg | just to redirect people here | 22:10 |
chandankumar_ | :) | 22:10 |
*** herndon has quit IRC | 22:11 | |
morganfainberg | chandankumar_, also, _+2 LGTM | 22:11 |
*** jasondotstar has quit IRC | 22:11 | |
chandankumar_ | morganfainberg, Thank you for the valuable review | 22:13 |
*** e0ne has joined #openstack-dev | 22:13 | |
*** e0ne has quit IRC | 22:18 | |
*** mordred has quit IRC | 22:20 | |
*** mordred has joined #openstack-dev | 22:20 | |
*** markmcclain has quit IRC | 22:20 | |
*** SergeyLukjanov has quit IRC | 22:22 | |
*** harlowja_away is now known as harlowja | 22:23 | |
mordred | morganfainberg: boom | 22:25 |
*** lucasagomes has joined #openstack-dev | 22:26 | |
chandankumar_ | morganfainberg, can look at this bug https://bugs.launchpad.net/openstack-manuals/+bug/1239894 | 22:27 |
uvirtbot | Launchpad bug 1239894 in python-keystoneclient "insecure=True not documented outside of keystoneclient.middleware.auth_token" [Undecided,Invalid] | 22:27 |
*** gimpswork has quit IRC | 22:27 | |
markwash | sdague: hmm, no sorry what's up? | 22:27 |
markwash | sdague: I don't generally use "am I up to speed on -dev" as a blocker to my day to day review duties | 22:28 |
chandankumar_ | morganfainberg, it needs to be documented in developer keystone doc but where to add it? | 22:28 |
*** sdake has quit IRC | 22:28 | |
sdague | markwash: so the last working Jenkins run on that was 1 month ago | 22:28 |
sdague | which means, as expected, the unit tests don't actually work any more | 22:28 |
markwash | ah, so recheck first? | 22:29 |
sdague | http://lists.openstack.org/pipermail/openstack-dev/2013-December/022797.html | 22:29 |
sdague | yep | 22:29 |
sdague | if the change hasn't seen a good jenkins run in a while, that's a totally valid use of "recheck no bug" | 22:29 |
markwash | sdague: okay cool, will do | 22:30 |
markwash | good to get that notice now before review-santa comes | 22:30 |
*** dave_tucker_zzz is now known as dave_tucker | 22:30 | |
*** carlp has quit IRC | 22:30 | |
sdague | :) | 22:30 |
sdague | it's why I sent it to -dev ... hoping to catch folks on it | 22:31 |
*** galstrom_zzz is now known as galstrom | 22:36 | |
markwash | sdague: assuming a developer was up to speed, how hard would it be to make some of the gate optimization management changes you're thinking of? is there any little etherpad or other list of ideas that just need implementors? | 22:37 |
sdague | markwash: chat with jeblair, it would be zuul patches | 22:38 |
markwash | okiedokie | 22:38 |
*** pmyers has quit IRC | 22:38 | |
*** stevemar has quit IRC | 22:39 | |
*** stevemar has joined #openstack-dev | 22:39 | |
jeblair | markwash: bug 1079268 | 22:42 |
uvirtbot | Launchpad bug 1079268 in zuul "periodic recheck of reviews" [Wishlist,Triaged] https://launchpad.net/bugs/1079268 | 22:42 |
*** ArxCruz has joined #openstack-dev | 22:42 | |
*** pmathews has joined #openstack-dev | 22:42 | |
*** rnirmal has quit IRC | 22:44 | |
*** MaxV has joined #openstack-dev | 22:44 | |
*** nermina has quit IRC | 22:45 | |
jeblair | markwash: it's not a trivial change; it would either be a new kind of trigger or an extension to the zuul gerrit trigger. but it's also not _too_ hard. | 22:45 |
jeblair | http://git.openstack.org/cgit/openstack-infra/zuul/tree/zuul/trigger | 22:45 |
jeblair | markwash: let me know if you get serious | 22:46 |
*** stevemar has quit IRC | 22:46 | |
*** ArxCruz has quit IRC | 22:46 | |
markwash | jeblair: sure thing, thanks for the tips | 22:46 |
*** eglynn has joined #openstack-dev | 22:48 | |
*** MaxV has quit IRC | 22:49 | |
morganfainberg | mordred, :) | 22:54 |
morganfainberg | mordred, just was commenting on the awesome ban-hammer action for the spammer you performed not so long ago. | 22:55 |
morganfainberg | in this channel | 22:55 |
mordred | morganfainberg: that was ... fun :) | 22:55 |
*** burt has quit IRC | 22:56 | |
*** gordc has quit IRC | 23:01 | |
*** melwitt has quit IRC | 23:02 | |
*** prad has quit IRC | 23:02 | |
*** melwitt has joined #openstack-dev | 23:03 | |
*** 23LAAJGMD is now known as jstraw | 23:04 | |
*** jstraw is now known as Lumiere | 23:05 | |
*** rods1 has joined #openstack-dev | 23:06 | |
*** prad has joined #openstack-dev | 23:06 | |
*** prad has quit IRC | 23:06 | |
markwash | jeblair: how long does zuul run between restarts typically? | 23:06 |
jeblair | markwash: weeks | 23:07 |
*** FunnyLookinHat has quit IRC | 23:07 | |
*** yolanda_ has quit IRC | 23:07 | |
*** eglynn has quit IRC | 23:08 | |
*** bdpayne has quit IRC | 23:08 | |
jeblair | markwash: we only restart it for upgrades (or there's a current bug leaking file descriptors of git repos which is currently giving us about 2 weeks of runtime) | 23:09 |
*** giulivo has quit IRC | 23:09 | |
*** sarob_ has joined #openstack-dev | 23:09 | |
*** carl_baldwin has quit IRC | 23:09 | |
*** galstrom is now known as galstrom_zzz | 23:09 | |
markwash | jeblair: cool. . so there might actually be room to cache some state in memory regarding when merges were last checked, and it might make sense. . just brainstorming | 23:10 |
*** carl_baldwin has joined #openstack-dev | 23:11 | |
*** otherwiseguy has quit IRC | 23:13 | |
jeblair | markwash: yeah, though i'd try to get gerrit to do as much heavy lifting (by way of a query) as possible | 23:13 |
*** abramley__ has joined #openstack-dev | 23:14 | |
markwash | yeah, easier to get that right | 23:14 |
*** sarob_ has quit IRC | 23:14 | |
*** vkozhukalov has quit IRC | 23:15 | |
*** abramley_ has quit IRC | 23:15 | |
*** kbringard has quit IRC | 23:16 | |
*** Drankis has quit IRC | 23:17 | |
*** sarob has joined #openstack-dev | 23:18 | |
*** vladikr has quit IRC | 23:18 | |
clarkb | fwiw new gerrit will check mergability for us | 23:19 |
clarkb | if we are talking about checking that things can merge | 23:19 |
*** kevinconway has quit IRC | 23:20 | |
*** CaptTofu has joined #openstack-dev | 23:23 | |
*** joesavak has joined #openstack-dev | 23:26 | |
morganfainberg | clarkb, ooh | 23:27 |
morganfainberg | clarkb, i like that | 23:27 |
*** lucasagomes has quit IRC | 23:27 | |
*** radsy has joined #openstack-dev | 23:29 | |
*** jsavak has joined #openstack-dev | 23:30 | |
*** jhesketh has quit IRC | 23:32 | |
*** joesavak has quit IRC | 23:34 | |
*** rcleere has quit IRC | 23:36 | |
*** jsavak has quit IRC | 23:38 | |
*** Farooque has joined #openstack-dev | 23:39 | |
*** Farooque has quit IRC | 23:40 | |
*** herndon has joined #openstack-dev | 23:40 | |
*** pmathews has quit IRC | 23:42 | |
morganfainberg | bknudson, Refactor all the code! (nice on the base sql refactor, i'll need to read over the code in the next few days) | 23:43 |
bknudson | morganfainberg: I should have waited a few minutes. | 23:43 |
morganfainberg | bknudson, hehe | 23:43 |
bknudson | not sure if it really needs to be done, but it's odd to have a class that only has a couple of members that don't have to be members. | 23:44 |
morganfainberg | bknudson, agreed, with most of the code removed... it likely should go away | 23:44 |
*** clayb has quit IRC | 23:45 | |
*** carl_baldwin has quit IRC | 23:48 | |
*** boris-42 has quit IRC | 23:48 | |
*** jmontemayor has quit IRC | 23:50 | |
morganfainberg | bknudson, i'll look over all your outstanding reviews probably early next week | 23:53 |
*** chandankumar_ has quit IRC | 23:53 | |
bknudson | morganfainberg: thanks! | 23:54 |
*** ngoracke has quit IRC | 23:54 | |
*** CaptTofu has quit IRC | 23:55 | |
morganfainberg | bknudson, sure thing. i'm (hopefully) going to get some time to hack on devstack so we get httpd deployments of keystone as well :) get to work on the opensource code w/ no distractions from the office. hopefully ti means i'll get lots of reviewing and lots of code done | 23:55 |
bknudson | morganfainberg: devstack doesn't have httpd deployment already? | 23:55 |
bknudson | I was just looking at it. | 23:55 |
morganfainberg | bknudson, aparantly not. or it's not the "default" and there is a chunk of work that should be done to make it default | 23:56 |
morganfainberg | bknudson, whatever the state is, i'll be working on that for sure. | 23:56 |
bknudson | I've never set it up that way, but there's files on there for httpd config. | 23:56 |
morganfainberg | i'm sure i'll find all sorts of oddities with it :) | 23:57 |
morganfainberg | should be "fun" | 23:57 |
morganfainberg | bknudson, if you have some time to think about it, i'm trying to figure out the "best" way to address caching tests. it seems like there could be issues testing everything with cache turned on, and with cache turned off. | 23:58 |
*** glucas has quit IRC | 23:58 | |
morganfainberg | but short of running tests twice, (ick) it's hard to test cleanly both ways | 23:58 |
*** PaulM has joined #openstack-dev | 23:58 | |
bknudson | we run several tests twice | 23:59 |
bknudson | in different configs | 23:59 |
morganfainberg | bknudson, but this would be running most all tests in assignment twice, and some of identity | 23:59 |
morganfainberg | eventually, it could mean running _all_ tests twice. | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!