jamielennox | bknudson: seeing as you're here, a while ago we were talking about using admin_auth_uri instead of auth_host, auth_port etc | 00:02 |
---|---|---|
bknudson | jamielennox: right, to avoid having to build a uri and having to guess about ipv6 | 00:03 |
jamielennox | admin_auth_uri was to override auth_uri, in the event that an admin_auth_uri is present and a auth_uri is not i was thinking it was best to have the WWW-Authenticate header return an empty string | 00:03 |
jamielennox | or at least Keystone uri='' | 00:04 |
bknudson | you can have an empty string in a header? | 00:04 |
jamielennox | does that make sense to you or do you think it should default to the admin_auth_url? | 00:04 |
bknudson | I prefer that it has a default | 00:04 |
bknudson | unless there's a security reason to not use that info? | 00:05 |
jamielennox | right, so currently if you don't specify anything for auth_host etc you get the url https://127.0.0.1:35357 | 00:05 |
jamielennox | and if you don't specify an auth_uri then that value gets used for the Keystone uri header as well | 00:05 |
jamielennox | bknudson: so my thought was though that if you specify auth_uri only then you get that behaviour - you use it for authenticating AND it goes into the header | 00:06 |
jamielennox | if you are specifying admin_auth_uri ONLY then you must be doing it because there is not a public url people can use | 00:06 |
bknudson | how can the cloud be used if there's no public url? | 00:07 |
bknudson | I thought we wanted a public url in www-authenticate header | 00:07 |
jamielennox | right, this will always be an edge case | 00:07 |
bknudson | but now it's defaulting to an internal url | 00:07 |
jamielennox | right, and i'm not sure why because all the guides i've ever read point you to a public URL and it works just fine | 00:08 |
bknudson | so they should set auth_uri to https://myhostname:5000 typically | 00:09 |
jamielennox | yes | 00:09 |
bknudson | oops, should have v2.0 at the end, I guess. | 00:09 |
*** ianw has joined #openstack-dev | 00:09 | |
*** ericw has joined #openstack-dev | 00:10 | |
*** annegentle has quit IRC | 00:10 | |
bknudson | are you wondering, if we have an admin_auth_uri, that auth_uri should default to it? | 00:10 |
jamielennox | and then use admin_auth_uri if they want to use eg https://192.168.1.66 or some internally routable address OR if they want to use :35357 | 00:10 |
jamielennox | yes | 00:10 |
bknudson | that makes sense to me. they can override it with auth_uri | 00:11 |
jamielennox | essentially it would be misconfigured - but what should we default auth_uri to IF only admin_auth_uri is present | 00:11 |
jamielennox | that's why i was thinking: Keystone uri=' | 00:12 |
jamielennox | ' | 00:12 |
bknudson | that's kind of what we do today, except using auth_host, etc. | 00:12 |
*** annegentle has joined #openstack-dev | 00:12 | |
bknudson | so we'd use auth_uri if present, else admin_auth_uri, else auth_host, port, protocol. | 00:13 |
*** ericw has quit IRC | 00:13 | |
jamielennox | yea | 00:13 |
bknudson | and admin_auth_uri would override auth_host/port/protocol | 00:13 |
bknudson | and auth_admin_prefix. | 00:14 |
jamielennox | yes | 00:14 |
jamielennox | but for simplicity sake if auth_uri ONLY is provided then admin_auth_uri = auth_uri | 00:14 |
bknudson | that would require more changes because auth_host and auth_port have defaults | 00:15 |
jamielennox | that's what i'm finding | 00:15 |
*** gongysh has joined #openstack-dev | 00:15 | |
*** dkehn has quit IRC | 00:16 | |
*** jecarey has quit IRC | 00:16 | |
bknudson | we should be able to deprecate auth_admin_prefix, auth_host, auth_port, auth_protocol (and auth_version?) | 00:16 |
jamielennox | auth version is slightly different | 00:17 |
*** ctlaugh has joined #openstack-dev | 00:17 | |
bknudson | jamielennox: what's this? http_handler https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/middleware/auth_token.py#L235 | 00:17 |
*** bdpayne has joined #openstack-dev | 00:18 | |
jamielennox | hmm, that should be dead now that we use httpretty | 00:18 |
jamielennox | it was a way of passing in a fake http object so you could stub tests | 00:18 |
jamielennox | i'll get that | 00:18 |
bknudson | hopefully nobody was using it | 00:18 |
*** egallen has quit IRC | 00:18 | |
jamielennox | it was fairly well marked as a testing only interface | 00:19 |
*** ericw has joined #openstack-dev | 00:19 | |
bknudson | it does say "userful for unit testing", so I assume nobody would have some odd reason to think it was useful for them. | 00:19 |
*** notmyname_ has joined #openstack-dev | 00:19 | |
jamielennox | also you need to pass it a callback function so it's not something that could have ever been passed in via config file | 00:19 |
bknudson | sounds like it's good to get rid of it then | 00:21 |
*** jhesketh has quit IRC | 00:23 | |
*** andymccr has quit IRC | 00:23 | |
*** Mandell has quit IRC | 00:23 | |
*** kpepple has quit IRC | 00:23 | |
*** fbo_away has quit IRC | 00:23 | |
*** jab416171 has quit IRC | 00:23 | |
*** enikanorov-w has quit IRC | 00:23 | |
*** ekarlso has quit IRC | 00:23 | |
*** bearhands has quit IRC | 00:23 | |
*** NobodyCam has quit IRC | 00:23 | |
*** jcannava has quit IRC | 00:23 | |
*** xarg__ has quit IRC | 00:23 | |
*** ctlaugh_ has quit IRC | 00:23 | |
*** jf-jenni has quit IRC | 00:23 | |
*** vishy has quit IRC | 00:23 | |
*** invsblduck has quit IRC | 00:23 | |
*** Hien has quit IRC | 00:23 | |
*** edleafe has quit IRC | 00:23 | |
*** notmyname has quit IRC | 00:23 | |
*** swann has quit IRC | 00:23 | |
*** jmeridth has quit IRC | 00:23 | |
*** t-8ch has quit IRC | 00:23 | |
*** jhesketh has joined #openstack-dev | 00:24 | |
*** notmyname_ is now known as notmyname | 00:24 | |
*** swann has joined #openstack-dev | 00:24 | |
*** Mandell has joined #openstack-dev | 00:24 | |
jamielennox | yea, but so regarding the admin_auth_url only case - does it makes sense to use uri='' ? i would say yes as otherwise the behaviour is exactly the same as only specifying auth_url | 00:24 |
bknudson | not sure what you mean by admin_auth_url only? | 00:25 |
jamielennox | ok, so typically you use auth_url and then you override that with admin_auth_url if required | 00:26 |
jamielennox | what if you specify admin_auth_url without auth_url? | 00:26 |
bknudson | there's no admin_auth_url | 00:26 |
jamielennox | we don't need to provide any backwards behaviour there because the user is explicitly using the new config options | 00:26 |
*** kpepple has joined #openstack-dev | 00:27 | |
jamielennox | admin_auth_uri | 00:27 |
bknudson | that doesn't exist now either... is this a new option being proposed? | 00:27 |
*** bearhands has joined #openstack-dev | 00:27 | |
*** xarg_ has joined #openstack-dev | 00:28 | |
*** NobodyCam has joined #openstack-dev | 00:28 | |
jamielennox | this is the new option we were talking about the one that would override auth_host/port/protocol for the admin or internal interface | 00:28 |
bknudson | ok, just making sure I wasn't missing something. | 00:28 |
*** stevemar has quit IRC | 00:28 | |
bknudson | why would it be better to set auth_uri to an empty string? | 00:29 |
*** ekarlso has joined #openstack-dev | 00:29 | |
bknudson | then clients wouldn't know where to go to authenticate... or they'd try to go to '' and fail. | 00:29 |
jamielennox | if we default it to admin_auth_uri then the behaviour would be exactly the same as if you had only specified auth_uri | 00:30 |
jamielennox | i can't imagine why you wouldn't want to provide an auth_uri - maybe someone else is generating tokens for you? I'm just not sure it's behaviour we would need to support | 00:31 |
bknudson | I think we don't provide a default for auth_uri only because we can't guess what the hostname should be? | 00:32 |
bknudson | 127.0.0.1 is generally not going to work | 00:32 |
*** akuan has quit IRC | 00:32 | |
jamielennox | right the current default is https with 127.0.0.1 - that's unlikely to ever work | 00:33 |
*** jay-lau-513 has quit IRC | 00:34 | |
*** adjohn has joined #openstack-dev | 00:34 | |
*** Apsu has quit IRC | 00:34 | |
bknudson | So now if admin does set auth_host to a real hostname then their auth_uri would maybe be usable. | 00:34 |
bknudson | assuming keystone is listening on internal and external | 00:35 |
bknudson | maybe we can assume that admins know what they're doing and actually set this up in a sane manner. | 00:35 |
*** kuuudos has quit IRC | 00:35 | |
*** Apsu has joined #openstack-dev | 00:35 | |
bknudson | so they do set auth_uri | 00:35 |
bknudson | or, maybe it doesn't matter what they set auth_uri to since nothing actually looks at WWW-Authenticate. | 00:35 |
jamielennox | yea, i would really like if you don't specify an auth_uri then you raise a ConfigException or something right of the bat to let people know they did it wrong | 00:36 |
jamielennox | but there's backwards compat | 00:36 |
bknudson | if changes are backwards compatible then we don't have to worry about breaking anybody. | 00:37 |
jamielennox | bknudson: that's ok, i think i'll do it with an empty default and when i post the review later today i'll make sure to add you to it | 00:37 |
jamielennox | i think it might be easier to see with a real example | 00:37 |
bknudson | jamielennox: so does the admin_auth_uri include the auth_version? | 00:38 |
jamielennox | auth_version is used for a kind of bad discovery | 00:38 |
jamielennox | it doesn't get added to the URI, it get's used to say whether the URI you give is v2 or v3 | 00:39 |
*** thomasm has joined #openstack-dev | 00:40 | |
bknudson | ok, we do support v3 | 00:40 |
bknudson | it's just using v3 with X-Subject-Token rather than v2 with the token in the header. | 00:41 |
jamielennox | we support v3 for validating tokens - we don't support having the middleware's token be a v3 token | 00:41 |
bknudson | doesn't do v3 auth. | 00:41 |
bknudson | to get the initial token | 00:41 |
jamielennox | right, you need a token to validate other tokens - that has to be done on v2 | 00:42 |
bknudson | not sure about the safe_quote here... it's a header not a url: https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/middleware/auth_token.py#L1073 | 00:42 |
jamielennox | actually - this might not work at all | 00:42 |
*** mfer has joined #openstack-dev | 00:42 | |
*** annegentle has quit IRC | 00:43 | |
jamielennox | 00:43 | |
bknudson | you can't use a v3 token to validate other tokens? | 00:43 |
jamielennox | https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/middleware/auth_token.py#L1082 | 00:43 |
*** ericw has quit IRC | 00:43 | |
jamielennox | and the same with 1076 | 00:43 |
*** dprince has joined #openstack-dev | 00:43 | |
*** thomasm has quit IRC | 00:43 | |
bknudson | what doesn't work? | 00:43 |
jamielennox | it force appends /v2.0 to the auth_uri, so if people are in the habit of specifying auth_uri as http://host:5000/v2.0 then they will repeat the v2.0 | 00:44 |
*** annegentle has joined #openstack-dev | 00:44 | |
bknudson | admin_auth_uri, you mean... does it have /v2.0 on it or not? | 00:45 |
*** stevemar has joined #openstack-dev | 00:45 | |
bknudson | auth_uri is only used for WWW-Authenticate | 00:45 |
jamielennox | bknudson: right, auth_token always fetches a v2.0 token to validate other tokens | 00:45 |
bknudson | jamielennox: it doesn't have to use a v2 token, though? it could get a v3 token? | 00:46 |
jamielennox | bknudson: if we changed it over to fetching a v3 token there is nothing that would prevent it from using a v3 token | 00:46 |
jamielennox | i had got most of the way to doing that with the discovery stuff i had done | 00:46 |
bknudson | we need discovery before we can do v3 auth? | 00:47 |
jamielennox | but i was hoping to get the APIClient stuff done before i pushed client discovery again | 00:47 |
jamielennox | bknudson: in reality you can probably assume that every keystone server has v3 by now - but you should check | 00:47 |
jamielennox | we could add it's own discovery method to auth_token but i was hoping to have it happen with a standardized discovery that everyone could use | 00:48 |
bknudson | auth_token looks like it doesn't use the keystoneclient at all | 00:48 |
bknudson | how ironic. | 00:48 |
jamielennox | it doesn't | 00:48 |
jamielennox | it's dumb | 00:48 |
*** sarob has joined #openstack-dev | 00:49 | |
jamielennox | as i said i had patches for that but i was hoping this APIclient stuff would happen first as i didn't want to create more weird support cases | 00:49 |
jamielennox | i should probably just resurrect them as the other is not moving very quickly | 00:49 |
bknudson | we've had enough problems with keystone server before rc. | 00:50 |
bknudson | bugs | 00:50 |
jamielennox | bknudson: oh yea, i know - i've been a little out of touch with some of it but i'm still following what's happening server side | 00:51 |
bknudson | but once we hit rc, we should focus on the client, since this is something that I think a lot of people want to get. (I know there's people here wanting this) | 00:51 |
jamielennox | pushing client stuff this close to release wasn't the highest priority | 00:51 |
*** adjohn has quit IRC | 00:52 | |
bknudson | seems like pushing client stuff has been a low priority just in general | 00:52 |
bknudson | also documentation. | 00:52 |
jamielennox | the server side is generally where you can do more experimenting with stuff, libraries in python with all this public vs private etc is just a PITA | 00:53 |
*** bdpayne has quit IRC | 00:53 | |
*** alexrudenko has quit IRC | 00:53 | |
*** sarob has quit IRC | 00:53 | |
bknudson | kind of useless doing all the server stuff and then clients don't use it (e.g., auth_token, keystone CLI, doesn't use v3 auth) | 00:56 |
*** yaguang has joined #openstack-dev | 00:56 | |
bknudson | and then it's not documented either so nobody knows it's available | 00:57 |
*** blamar has joined #openstack-dev | 00:59 | |
jamielennox | right, and we whinge about nova for example not using keystoneclient - well that makes sense because it doesn't do the things they need | 00:59 |
*** mfer has quit IRC | 00:59 | |
jamielennox | as you say, even auth_token doesn't use it | 01:00 |
bknudson | jamielennox: could auth_token use keystoneclient or is it missing something? | 01:01 |
jamielennox | so it's missing discovery - what protocol versions are available on this server | 01:01 |
jamielennox | and it's missing the ability to actually validate the tokens | 01:02 |
jamielennox | so it can make use of the tokens currently - but there is no method on client to check another token | 01:02 |
*** jhesketh__ has quit IRC | 01:02 | |
*** pmathews has quit IRC | 01:02 | |
*** akuan has joined #openstack-dev | 01:03 | |
bknudson | jamielennox: could use it here https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/middleware/auth_token.py#L744 ? _request_admin_token | 01:03 |
jamielennox | also, fair warning that this is the exact path i followed into doing client work and have ended up pushing for stuctural changes | 01:03 |
*** stevemar has quit IRC | 01:04 | |
*** freedomhui has joined #openstack-dev | 01:04 | |
bknudson | hopefully there will be a discussion at the design summit about structural changes | 01:04 |
*** michchap_ has quit IRC | 01:05 | |
jamielennox | could use it there, but i'd like to have a client that does discoverability first so that it could fetch a v3 admin token if available | 01:05 |
jamielennox | also i'd like a way of sharing the client across object | 01:06 |
bknudson | jamielennox: could use it to fetch revocation list and certs? https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/middleware/auth_token.py#L1213 | 01:06 |
bknudson | I don't see those functions in the client, so probably not | 01:07 |
jamielennox | which was how i discovered that the v3 API doesn't expose revocation list and certs - also the client doesn't have a method for those things explicity | 01:07 |
*** michchap has joined #openstack-dev | 01:07 | |
jamielennox | so you could use client.request to fetch it and use the client tokens but as i mentioned before there is no validate() command on client | 01:08 |
bknudson | maybe we need to enforce these things in the blueprints, that has to include client support | 01:08 |
jamielennox | most work that has happened recently that is client relevant has been coming to the client | 01:09 |
jamielennox | like oauth, the trusts changes (though that was an outsider frustrated by them not being there) | 01:09 |
jamielennox | most of keystone's big changes this time around haven't been client related | 01:09 |
jamielennox | the exception i can think of is my binding stuff | 01:10 |
jamielennox | that needs to go into client - but that's transport related which is exactly the area i'm trying to pull things out of | 01:10 |
*** freedomhui has quit IRC | 01:13 | |
*** Tross has quit IRC | 01:15 | |
*** freedomhui has joined #openstack-dev | 01:15 | |
*** shang has joined #openstack-dev | 01:18 | |
*** bknudson has left #openstack-dev | 01:18 | |
*** freedomhui has quit IRC | 01:22 | |
*** akuan has quit IRC | 01:23 | |
*** akuan has joined #openstack-dev | 01:23 | |
*** dprince has quit IRC | 01:24 | |
*** ArcTanSusan has joined #openstack-dev | 01:26 | |
*** Ryan_Lane has joined #openstack-dev | 01:26 | |
*** freedomhui has joined #openstack-dev | 01:31 | |
*** Ryan_Lane has quit IRC | 01:32 | |
*** CaptTofu has joined #openstack-dev | 01:37 | |
*** erkules_ has joined #openstack-dev | 01:39 | |
*** erkules has quit IRC | 01:41 | |
*** alexxu has joined #openstack-dev | 01:42 | |
*** ArcTanSusan has quit IRC | 01:43 | |
*** herndon has joined #openstack-dev | 01:43 | |
*** neelashah has joined #openstack-dev | 01:46 | |
*** sarob has joined #openstack-dev | 01:49 | |
*** adjohn has joined #openstack-dev | 01:52 | |
*** sarob has quit IRC | 01:54 | |
*** rcrit has quit IRC | 01:54 | |
*** zhikunliu has joined #openstack-dev | 01:56 | |
*** rcrit has joined #openstack-dev | 01:58 | |
*** ericw has joined #openstack-dev | 02:00 | |
*** freedomhui has quit IRC | 02:02 | |
*** Tross has joined #openstack-dev | 02:05 | |
*** Tross has quit IRC | 02:06 | |
*** gongysh has quit IRC | 02:06 | |
*** Ryan_Lane has joined #openstack-dev | 02:13 | |
*** Tross has joined #openstack-dev | 02:13 | |
*** erkules_ is now known as erkules | 02:15 | |
*** andymccr has joined #openstack-dev | 02:17 | |
*** fbo_away has joined #openstack-dev | 02:17 | |
*** jab416171 has joined #openstack-dev | 02:17 | |
*** enikanorov-w has joined #openstack-dev | 02:17 | |
*** jcannava has joined #openstack-dev | 02:17 | |
*** jf-jenni has joined #openstack-dev | 02:17 | |
*** vishy has joined #openstack-dev | 02:17 | |
*** invsblduck has joined #openstack-dev | 02:17 | |
*** Hien has joined #openstack-dev | 02:17 | |
*** edleafe has joined #openstack-dev | 02:17 | |
*** jmeridth has joined #openstack-dev | 02:17 | |
*** t-8ch has joined #openstack-dev | 02:17 | |
*** antigluk has quit IRC | 02:17 | |
*** sungju has joined #openstack-dev | 02:18 | |
*** sungju has quit IRC | 02:18 | |
*** sarob has joined #openstack-dev | 02:19 | |
*** neelashah has quit IRC | 02:23 | |
*** sarob has quit IRC | 02:24 | |
*** jecarey has joined #openstack-dev | 02:31 | |
*** gongysh has joined #openstack-dev | 02:32 | |
*** freedomhui has joined #openstack-dev | 02:34 | |
*** Tross has quit IRC | 02:36 | |
*** Tross has joined #openstack-dev | 02:45 | |
*** pmathews has joined #openstack-dev | 02:48 | |
*** fandikurnia01 has joined #openstack-dev | 02:49 | |
fandikurnia01 | hello | 02:49 |
fandikurnia01 | how to get os-user-quota | 02:49 |
fandikurnia01 | stdClass Object | 02:50 |
fandikurnia01 | ( | 02:50 |
fandikurnia01 | [itemNotFound] => stdClass Object | 02:50 |
fandikurnia01 | ( | 02:50 |
fandikurnia01 | [message] => The resource could not be found. | 02:50 |
fandikurnia01 | [code] => 404 | 02:50 |
fandikurnia01 | ) | 02:50 |
fandikurnia01 | ) | 02:50 |
fandikurnia01 | how to get | 02:50 |
fandikurnia01 | how to solve this ? | 02:50 |
*** sarob has joined #openstack-dev | 02:50 | |
*** sarob has quit IRC | 02:55 | |
*** amotoki has quit IRC | 02:56 | |
*** blamar has quit IRC | 02:57 | |
*** ericw has quit IRC | 02:58 | |
*** paragan has joined #openstack-dev | 02:58 | |
*** ericw has joined #openstack-dev | 02:59 | |
*** mrda has joined #openstack-dev | 03:02 | |
*** ericw has quit IRC | 03:03 | |
*** annegentle has quit IRC | 03:05 | |
*** dims has quit IRC | 03:06 | |
*** SergeyLukjanov has joined #openstack-dev | 03:06 | |
*** annegentle has joined #openstack-dev | 03:08 | |
*** CaptTofu has quit IRC | 03:11 | |
*** CaptTofu has joined #openstack-dev | 03:12 | |
*** ericw has joined #openstack-dev | 03:12 | |
*** ericw has quit IRC | 03:12 | |
*** herndon has quit IRC | 03:23 | |
*** sushils has joined #openstack-dev | 03:25 | |
*** nmiller_ has joined #openstack-dev | 03:35 | |
*** adjohn has quit IRC | 03:39 | |
*** adjohn has joined #openstack-dev | 03:39 | |
*** adjohn has quit IRC | 03:44 | |
*** sarob has joined #openstack-dev | 03:50 | |
*** sarob has quit IRC | 03:55 | |
*** danwent has joined #openstack-dev | 04:03 | |
*** bdpayne has joined #openstack-dev | 04:04 | |
*** alexxu has quit IRC | 04:08 | |
*** noorul` is now known as noorul | 04:09 | |
*** jecarey has quit IRC | 04:10 | |
*** SergeyLukjanov has quit IRC | 04:17 | |
*** chandankumar has joined #openstack-dev | 04:17 | |
*** sushils has quit IRC | 04:17 | |
*** michchap_ has joined #openstack-dev | 04:18 | |
*** sushils has joined #openstack-dev | 04:19 | |
*** michchap has quit IRC | 04:21 | |
*** xjiujiu has joined #openstack-dev | 04:23 | |
*** radsy has quit IRC | 04:23 | |
*** pmathews has quit IRC | 04:26 | |
*** stevemar has joined #openstack-dev | 04:27 | |
*** michchap has joined #openstack-dev | 04:28 | |
*** nmiller_ has quit IRC | 04:31 | |
*** michchap_ has quit IRC | 04:31 | |
*** basha has joined #openstack-dev | 04:39 | |
*** basha has left #openstack-dev | 04:39 | |
*** ArcTanSusan has joined #openstack-dev | 04:41 | |
*** michchap has quit IRC | 04:42 | |
*** raies has joined #openstack-dev | 04:43 | |
*** michchap has joined #openstack-dev | 04:45 | |
*** alexpilotti has joined #openstack-dev | 04:46 | |
*** nshaikh has joined #openstack-dev | 04:47 | |
*** annegentle has quit IRC | 04:49 | |
*** xjiujiu has quit IRC | 04:49 | |
*** xjiujiu has joined #openstack-dev | 04:50 | |
*** sarob has joined #openstack-dev | 04:51 | |
*** annegentle has joined #openstack-dev | 04:53 | |
*** sarob has quit IRC | 04:55 | |
*** twoputt has quit IRC | 04:59 | |
*** afazekas has joined #openstack-dev | 05:01 | |
*** kushal has joined #openstack-dev | 05:03 | |
*** xjiujiu has quit IRC | 05:08 | |
*** xjiujiu has joined #openstack-dev | 05:09 | |
*** senk has joined #openstack-dev | 05:09 | |
*** kushal has quit IRC | 05:10 | |
*** vartom110 has joined #openstack-dev | 05:11 | |
*** holms has joined #openstack-dev | 05:13 | |
holms | what's wrong with documentation site? | 05:13 |
*** senk has quit IRC | 05:13 | |
*** stevemar has quit IRC | 05:14 | |
*** nil1511 has joined #openstack-dev | 05:16 | |
*** bdpayne has quit IRC | 05:16 | |
*** holms has quit IRC | 05:16 | |
*** cdub_ has joined #openstack-dev | 05:17 | |
*** chandankumar has quit IRC | 05:18 | |
*** vartom110 has quit IRC | 05:20 | |
*** xjiujiu has quit IRC | 05:20 | |
*** RajeshMohan has quit IRC | 05:20 | |
*** xjiujiu has joined #openstack-dev | 05:20 | |
*** RajeshMohan has joined #openstack-dev | 05:20 | |
*** jhesketh has quit IRC | 05:20 | |
*** nil1511_ has joined #openstack-dev | 05:24 | |
*** jamespage_ has quit IRC | 05:24 | |
*** xjiujiu has quit IRC | 05:26 | |
*** xjiujiu has joined #openstack-dev | 05:26 | |
*** kushal has joined #openstack-dev | 05:27 | |
*** adjohn has joined #openstack-dev | 05:27 | |
*** nil1511 has quit IRC | 05:27 | |
*** bdpayne has joined #openstack-dev | 05:33 | |
*** neoXsys has quit IRC | 05:33 | |
*** shadowarrr is now known as shadower | 05:34 | |
*** bearhands is now known as comstud | 05:35 | |
*** hemna has quit IRC | 05:36 | |
*** jamespage_ has joined #openstack-dev | 05:37 | |
*** xjiujiu has quit IRC | 05:37 | |
*** xjiujiu has joined #openstack-dev | 05:38 | |
*** neoXsys has joined #openstack-dev | 05:39 | |
*** enikanorov has quit IRC | 05:39 | |
*** prekarat has joined #openstack-dev | 05:46 | |
*** amotoki has joined #openstack-dev | 05:47 | |
*** rdopieralski has joined #openstack-dev | 05:48 | |
*** danwent has quit IRC | 05:48 | |
*** chandankumar has joined #openstack-dev | 05:50 | |
*** sarob has joined #openstack-dev | 05:52 | |
*** nshaikh has left #openstack-dev | 05:52 | |
*** gongysh has quit IRC | 05:52 | |
*** sarob has quit IRC | 05:56 | |
*** sumanthns has joined #openstack-dev | 05:57 | |
*** neoXsys has quit IRC | 05:57 | |
*** kushal has quit IRC | 05:58 | |
*** yolanda has joined #openstack-dev | 06:07 | |
*** xqueralt-afk is now known as xqueralt | 06:08 | |
*** senk has joined #openstack-dev | 06:10 | |
*** sumansn_ has joined #openstack-dev | 06:11 | |
*** neoXsys has joined #openstack-dev | 06:11 | |
*** Ryan_Lane has quit IRC | 06:13 | |
*** sumanthns has quit IRC | 06:13 | |
*** senk has quit IRC | 06:14 | |
*** freedomhui has quit IRC | 06:15 | |
*** bdpayne has quit IRC | 06:17 | |
*** Nikolay11t has joined #openstack-dev | 06:19 | |
*** garyk has joined #openstack-dev | 06:22 | |
*** vartom110 has joined #openstack-dev | 06:22 | |
*** RajeshMohan has quit IRC | 06:23 | |
*** RajeshMohan has joined #openstack-dev | 06:23 | |
*** neoXsys has quit IRC | 06:27 | |
*** adjohn has quit IRC | 06:27 | |
*** adjohn has joined #openstack-dev | 06:31 | |
*** faramir has quit IRC | 06:31 | |
*** rcrit has quit IRC | 06:35 | |
*** neoXsys has joined #openstack-dev | 06:39 | |
*** rcrit has joined #openstack-dev | 06:39 | |
*** belmoreira has joined #openstack-dev | 06:40 | |
*** rdopieralski has quit IRC | 06:41 | |
*** nil1511 has joined #openstack-dev | 06:41 | |
*** Ryan_Lane has joined #openstack-dev | 06:43 | |
*** nil1511_ has quit IRC | 06:44 | |
*** jprovazn has joined #openstack-dev | 06:45 | |
*** jhesketh has joined #openstack-dev | 06:47 | |
*** jhesketh__ has joined #openstack-dev | 06:47 | |
*** faramir has joined #openstack-dev | 06:48 | |
*** xchu has joined #openstack-dev | 06:49 | |
*** doron_afk has joined #openstack-dev | 06:49 | |
*** mrunge has joined #openstack-dev | 06:51 | |
garyk | mikal: ping | 06:52 |
*** gongysh has joined #openstack-dev | 06:52 | |
*** sarob has joined #openstack-dev | 06:52 | |
*** o_petit has joined #openstack-dev | 06:54 | |
*** therve has joined #openstack-dev | 06:54 | |
*** adjohn has quit IRC | 06:55 | |
*** Max_ has joined #openstack-dev | 06:55 | |
*** sarob has quit IRC | 06:57 | |
*** o_petit has quit IRC | 06:57 | |
*** o_petit has joined #openstack-dev | 06:58 | |
*** reidrac has joined #openstack-dev | 07:01 | |
*** tkammer has joined #openstack-dev | 07:02 | |
*** Nikolay11t has quit IRC | 07:03 | |
*** Nikolay_St has joined #openstack-dev | 07:04 | |
*** egallen has joined #openstack-dev | 07:06 | |
*** git-harry has left #openstack-dev | 07:07 | |
*** Mandell has quit IRC | 07:08 | |
*** freedomhui has joined #openstack-dev | 07:09 | |
*** xga has joined #openstack-dev | 07:10 | |
*** fbo_away is now known as fbo | 07:12 | |
*** alexxu has joined #openstack-dev | 07:14 | |
*** xga_ has joined #openstack-dev | 07:14 | |
*** doron_afk is now known as doron | 07:15 | |
*** xga has quit IRC | 07:18 | |
*** bogdando has joined #openstack-dev | 07:19 | |
*** xga__ has joined #openstack-dev | 07:23 | |
*** jcoufal has joined #openstack-dev | 07:23 | |
*** xga_ has quit IRC | 07:26 | |
*** aloga has joined #openstack-dev | 07:26 | |
*** belmoreira has left #openstack-dev | 07:28 | |
*** SergeyLukjanov has joined #openstack-dev | 07:32 | |
*** flaper87|afk is now known as flaper87 | 07:32 | |
*** networkstatic has quit IRC | 07:33 | |
*** xga has joined #openstack-dev | 07:33 | |
*** JordanP has joined #openstack-dev | 07:34 | |
*** xga__ has quit IRC | 07:34 | |
*** jtomasek has joined #openstack-dev | 07:37 | |
*** arezmerita has joined #openstack-dev | 07:38 | |
*** martyntaylor has joined #openstack-dev | 07:41 | |
*** adam_g has quit IRC | 07:42 | |
*** adam_g has joined #openstack-dev | 07:42 | |
*** adam_g has quit IRC | 07:42 | |
*** adam_g has joined #openstack-dev | 07:42 | |
*** martyntaylor has quit IRC | 07:43 | |
*** safchain has joined #openstack-dev | 07:43 | |
*** martyntaylor has joined #openstack-dev | 07:43 | |
*** jistr has joined #openstack-dev | 07:43 | |
*** martyntaylor has quit IRC | 07:44 | |
*** martyntaylor1 has joined #openstack-dev | 07:44 | |
*** martyntaylor1 has quit IRC | 07:45 | |
*** martyntaylor has joined #openstack-dev | 07:45 | |
*** wfoster_away is now known as wfoster | 07:45 | |
*** jamespage_ has quit IRC | 07:46 | |
*** fandikurnia01 has quit IRC | 07:47 | |
*** doron is now known as doron_afk | 07:48 | |
*** jbresnah has quit IRC | 07:48 | |
*** mmagr has joined #openstack-dev | 07:49 | |
*** adjohn has joined #openstack-dev | 07:50 | |
*** jaimegil has joined #openstack-dev | 07:51 | |
*** sarob has joined #openstack-dev | 07:53 | |
*** athomas has joined #openstack-dev | 07:53 | |
*** pabelanger has quit IRC | 07:53 | |
*** zodiak has quit IRC | 07:53 | |
*** tonyfy has joined #openstack-dev | 07:53 | |
*** jhesketh__ has quit IRC | 07:53 | |
*** jhesketh__ has joined #openstack-dev | 07:55 | |
*** pabelanger has joined #openstack-dev | 07:55 | |
*** pabelanger has joined #openstack-dev | 07:55 | |
*** zodiak has joined #openstack-dev | 07:57 | |
*** Ryan_Lane has quit IRC | 07:58 | |
*** sarob has quit IRC | 07:58 | |
*** xga_ has joined #openstack-dev | 07:59 | |
*** git-harry has joined #openstack-dev | 08:01 | |
*** giulivo has joined #openstack-dev | 08:02 | |
*** imsurit has joined #openstack-dev | 08:02 | |
*** ArcTanSusan has quit IRC | 08:02 | |
*** xga has quit IRC | 08:03 | |
*** boden has joined #openstack-dev | 08:03 | |
*** yassine has joined #openstack-dev | 08:04 | |
*** kpavel has joined #openstack-dev | 08:04 | |
*** kpavel_ has joined #openstack-dev | 08:05 | |
*** xga_ has quit IRC | 08:05 | |
*** boden has quit IRC | 08:05 | |
*** xga has joined #openstack-dev | 08:07 | |
*** freedomhui has quit IRC | 08:08 | |
*** kpavel has quit IRC | 08:09 | |
*** kpavel_ is now known as kpavel | 08:09 | |
*** shardy_afk is now known as shardy | 08:10 | |
*** Alexei_987 has joined #openstack-dev | 08:11 | |
*** xga_ has joined #openstack-dev | 08:11 | |
*** adjohn has quit IRC | 08:12 | |
*** eglynn has joined #openstack-dev | 08:13 | |
*** faramir has quit IRC | 08:14 | |
*** xga has quit IRC | 08:14 | |
*** o_petit has quit IRC | 08:16 | |
*** xga_ has quit IRC | 08:16 | |
*** xga_ has joined #openstack-dev | 08:17 | |
*** ygbo has joined #openstack-dev | 08:21 | |
*** xga_ has quit IRC | 08:22 | |
*** xga_ has joined #openstack-dev | 08:23 | |
*** faramir has joined #openstack-dev | 08:26 | |
*** Ryan_Lane has joined #openstack-dev | 08:28 | |
*** AnilV4 has joined #openstack-dev | 08:28 | |
*** o_petit has joined #openstack-dev | 08:31 | |
*** Ryan_Lane has quit IRC | 08:32 | |
*** lucasagomes has joined #openstack-dev | 08:34 | |
*** corXi_ has joined #openstack-dev | 08:37 | |
*** Max_ has quit IRC | 08:38 | |
*** boris-42 has joined #openstack-dev | 08:41 | |
*** imsurit has quit IRC | 08:46 | |
*** jtomasek has quit IRC | 08:47 | |
*** jtomasek has joined #openstack-dev | 08:47 | |
*** gongysh has quit IRC | 08:50 | |
*** gongysh has joined #openstack-dev | 08:50 | |
*** o_petit has quit IRC | 08:50 | |
*** o_petit has joined #openstack-dev | 08:51 | |
*** doron_afk is now known as doron | 08:51 | |
*** jhesketh has quit IRC | 08:52 | |
*** Oneiroi has joined #openstack-dev | 08:52 | |
*** sarob has joined #openstack-dev | 08:53 | |
*** sergmelikyan has joined #openstack-dev | 08:54 | |
*** qba73 has joined #openstack-dev | 08:55 | |
*** paragan has quit IRC | 08:56 | |
*** swaT30 has quit IRC | 08:57 | |
*** sarob has quit IRC | 08:57 | |
*** Ryan_Lane has joined #openstack-dev | 08:58 | |
*** mrda has quit IRC | 08:59 | |
*** swaT30 has joined #openstack-dev | 08:59 | |
*** cdub_ has quit IRC | 09:01 | |
*** Ryan_Lane has quit IRC | 09:05 | |
*** Max_ has joined #openstack-dev | 09:07 | |
*** markmc has joined #openstack-dev | 09:11 | |
*** alexpilotti has quit IRC | 09:14 | |
*** rushiagr has joined #openstack-dev | 09:21 | |
*** o_petit has quit IRC | 09:21 | |
*** Max_ has quit IRC | 09:22 | |
*** sahid has joined #openstack-dev | 09:23 | |
*** o_petit has joined #openstack-dev | 09:24 | |
*** o_petit has quit IRC | 09:25 | |
*** o_petit has joined #openstack-dev | 09:26 | |
*** jtomasek has quit IRC | 09:27 | |
*** tsufiev has joined #openstack-dev | 09:27 | |
*** jtomasek has joined #openstack-dev | 09:27 | |
*** ruhe has joined #openstack-dev | 09:29 | |
*** AnilV4 has quit IRC | 09:30 | |
*** doron is now known as doron_afk | 09:30 | |
*** danpb has joined #openstack-dev | 09:31 | |
*** rushiagr has quit IRC | 09:32 | |
*** Max_ has joined #openstack-dev | 09:33 | |
*** AnilV4 has joined #openstack-dev | 09:34 | |
*** rushiagr has joined #openstack-dev | 09:40 | |
*** vsergeyev has joined #openstack-dev | 09:47 | |
*** Ruetobas has quit IRC | 09:50 | |
*** rossella_s has joined #openstack-dev | 09:51 | |
*** Ruetobas has joined #openstack-dev | 09:53 | |
*** zaneb has joined #openstack-dev | 09:53 | |
*** sarob has joined #openstack-dev | 09:54 | |
*** Ruetobas has quit IRC | 09:57 | |
*** Ruetobas has joined #openstack-dev | 09:58 | |
*** sarob has quit IRC | 09:58 | |
*** ema has joined #openstack-dev | 09:58 | |
tsufiev | david-lyle, mrunge, amotoki, could you please take a look at https://review.openstack.org/#/c/45655/ ? | 10:01 |
*** pixelb has joined #openstack-dev | 10:02 | |
*** zigo_ has joined #openstack-dev | 10:04 | |
*** jcoufal has quit IRC | 10:04 | |
*** ruhe has quit IRC | 10:05 | |
*** zigo has quit IRC | 10:05 | |
*** egallen has quit IRC | 10:07 | |
*** paragan has joined #openstack-dev | 10:07 | |
*** freedomhui has joined #openstack-dev | 10:10 | |
*** o_petit has quit IRC | 10:11 | |
*** ruhe has joined #openstack-dev | 10:11 | |
*** ruhe has quit IRC | 10:12 | |
*** rushiagr has quit IRC | 10:17 | |
*** Nikolay_St has quit IRC | 10:18 | |
*** mrda has joined #openstack-dev | 10:19 | |
*** yaguang has quit IRC | 10:21 | |
*** xchu has quit IRC | 10:22 | |
*** rushiagr has joined #openstack-dev | 10:23 | |
*** pcm_ has joined #openstack-dev | 10:26 | |
amotoki | tsufiev: reviews of django_openstack_auth are out of my radar. will check. | 10:28 |
*** pcm__ has joined #openstack-dev | 10:30 | |
tsufiev | amotoki, thanks! | 10:30 |
amotoki | tsufiev: just commented | 10:31 |
*** pcm_ has quit IRC | 10:32 | |
*** SergeyLukjanov has quit IRC | 10:36 | |
*** aloga has quit IRC | 10:36 | |
*** tonyfy has quit IRC | 10:36 | |
*** rdopieralski has joined #openstack-dev | 10:36 | |
*** kushal has joined #openstack-dev | 10:38 | |
*** gongysh has quit IRC | 10:38 | |
*** Max_ has quit IRC | 10:39 | |
*** o_petit has joined #openstack-dev | 10:41 | |
*** mjb_ has quit IRC | 10:43 | |
*** doron_afk is now known as doron | 10:43 | |
*** faramir has quit IRC | 10:45 | |
*** freedomhui has quit IRC | 10:46 | |
*** athomas has quit IRC | 10:48 | |
*** o_petit has quit IRC | 10:49 | |
*** ruhe has joined #openstack-dev | 10:50 | |
*** aloga has joined #openstack-dev | 10:51 | |
*** boris-42 has quit IRC | 10:51 | |
*** aloga has quit IRC | 10:52 | |
*** aloga has joined #openstack-dev | 10:52 | |
*** shang has quit IRC | 10:54 | |
*** sarob has joined #openstack-dev | 10:54 | |
*** athomas has joined #openstack-dev | 10:56 | |
*** Max_ has joined #openstack-dev | 10:56 | |
*** rushiagr has quit IRC | 10:58 | |
*** sarob has quit IRC | 10:59 | |
*** Max_ has quit IRC | 11:00 | |
*** waa has joined #openstack-dev | 11:02 | |
*** kushal has quit IRC | 11:03 | |
*** SergeyLukjanov has joined #openstack-dev | 11:05 | |
*** DeeJay1 has joined #openstack-dev | 11:07 | |
DeeJay1 | hi, any ideas how I can make openstack.common.rpc.service listen to notifications.info from nova? I have some problems wrapping my head around that class :( | 11:08 |
*** dims has joined #openstack-dev | 11:12 | |
*** adjohn has joined #openstack-dev | 11:13 | |
*** mkollaro has joined #openstack-dev | 11:15 | |
*** adjohn has quit IRC | 11:17 | |
*** miziel_r has joined #openstack-dev | 11:18 | |
*** edleafe has quit IRC | 11:19 | |
miziel_r | Hi everyone! I'm assigned to this feature in the wishlist "View projects that a user is member of" (https://bugs.launchpad.net/horizon/+bug/1194109). David Lyle proposed to add a filter to manage user IDs on the projects panel. What do you think about that ? | 11:22 |
uvirtbot | Launchpad bug 1194109 in horizon "View projects that a user is member of" [Wishlist,Confirmed] | 11:22 |
*** toanster_ has quit IRC | 11:23 | |
*** toanster_ has joined #openstack-dev | 11:24 | |
*** Shaan7 has quit IRC | 11:24 | |
*** egallen has joined #openstack-dev | 11:24 | |
*** Shaan7 has joined #openstack-dev | 11:25 | |
*** ruhe has quit IRC | 11:27 | |
*** pcm__ has quit IRC | 11:29 | |
*** KurtMartin has joined #openstack-dev | 11:29 | |
*** kmartin has quit IRC | 11:29 | |
*** alexxu has quit IRC | 11:32 | |
*** CaptTofu has quit IRC | 11:33 | |
*** dstanek has joined #openstack-dev | 11:33 | |
*** belmoreira has joined #openstack-dev | 11:34 | |
*** mkerrin has quit IRC | 11:37 | |
*** alexxu has joined #openstack-dev | 11:37 | |
*** o_petit has joined #openstack-dev | 11:37 | |
*** o_petit has quit IRC | 11:40 | |
*** CaptTofu has joined #openstack-dev | 11:42 | |
*** zhikunliu has quit IRC | 11:44 | |
*** CaptTofu has quit IRC | 11:45 | |
*** CaptTofu has joined #openstack-dev | 11:46 | |
*** ruhe has joined #openstack-dev | 11:46 | |
*** CaptTofu has quit IRC | 11:49 | |
*** lucasagomes is now known as lucas-hungry | 11:49 | |
*** CaptTofu has joined #openstack-dev | 11:49 | |
*** CaptTofu has quit IRC | 11:51 | |
*** CaptTofu has joined #openstack-dev | 11:51 | |
*** sarob has joined #openstack-dev | 11:55 | |
*** sarob has quit IRC | 11:59 | |
*** doron has quit IRC | 12:00 | |
*** venkatesh has joined #openstack-dev | 12:00 | |
*** doron has joined #openstack-dev | 12:04 | |
*** markvoelker has quit IRC | 12:04 | |
*** mrda has quit IRC | 12:04 | |
*** markvoelker has joined #openstack-dev | 12:08 | |
*** vsergeyev has left #openstack-dev | 12:09 | |
*** vsergeyev has joined #openstack-dev | 12:09 | |
*** vsergeyev has left #openstack-dev | 12:09 | |
*** CaptTofu has quit IRC | 12:11 | |
*** Max_ has joined #openstack-dev | 12:11 | |
*** CaptTofu has joined #openstack-dev | 12:11 | |
*** vsergeyev has joined #openstack-dev | 12:12 | |
*** mrunge has quit IRC | 12:12 | |
*** litong has joined #openstack-dev | 12:13 | |
*** boris-42 has joined #openstack-dev | 12:13 | |
*** Max_ has quit IRC | 12:15 | |
*** jay-lau-513 has joined #openstack-dev | 12:18 | |
*** freedomhui has joined #openstack-dev | 12:20 | |
tsufiev | amotoki, just fixed the tests | 12:21 |
*** thomasm has joined #openstack-dev | 12:24 | |
*** kushal has joined #openstack-dev | 12:24 | |
*** jruzicka has joined #openstack-dev | 12:25 | |
*** rfolco has joined #openstack-dev | 12:27 | |
*** venkatesh has quit IRC | 12:28 | |
*** prekarat has quit IRC | 12:28 | |
*** READ10 has joined #openstack-dev | 12:29 | |
*** crazed has quit IRC | 12:32 | |
miziel_r | Hi everyone! I'm assigned to this feature in the wishlist "View projects that a user is member of" (https://bugs.launchpad.net/horizon/+bug/1194109). David Lyle proposed to add a filter to manage user IDs on the projects panel. What do you think about that ? | 12:32 |
uvirtbot | Launchpad bug 1194109 in horizon "View projects that a user is member of" [Wishlist,Confirmed] | 12:32 |
*** adalbas has joined #openstack-dev | 12:34 | |
*** o_petit has joined #openstack-dev | 12:35 | |
*** timello has quit IRC | 12:37 | |
*** bcrochet has quit IRC | 12:38 | |
*** timello has joined #openstack-dev | 12:39 | |
*** bswartz has quit IRC | 12:40 | |
*** edmund has quit IRC | 12:40 | |
*** bcrochet has joined #openstack-dev | 12:40 | |
lbragstad | morganfainberg: pong | 12:41 |
*** gongysh has joined #openstack-dev | 12:42 | |
*** edmund has joined #openstack-dev | 12:43 | |
*** dsirrine has joined #openstack-dev | 12:43 | |
*** edmund has quit IRC | 12:47 | |
*** doron has quit IRC | 12:48 | |
*** edleafe has joined #openstack-dev | 12:48 | |
*** doron has joined #openstack-dev | 12:48 | |
*** ruhe has quit IRC | 12:50 | |
*** jaimegil has quit IRC | 12:50 | |
*** READ10 has quit IRC | 12:50 | |
*** dims has quit IRC | 12:53 | |
*** sridevi has joined #openstack-dev | 12:54 | |
*** rushiagr has joined #openstack-dev | 12:54 | |
*** dims has joined #openstack-dev | 12:54 | |
*** maheshp has joined #openstack-dev | 12:55 | |
*** belmoreira has quit IRC | 12:55 | |
*** sandywalsh has quit IRC | 12:57 | |
*** dstanek has quit IRC | 12:58 | |
*** READ10 has joined #openstack-dev | 12:58 | |
*** belmoreira has joined #openstack-dev | 12:58 | |
*** dvarga has joined #openstack-dev | 12:59 | |
*** herndon has joined #openstack-dev | 12:59 | |
*** lucas-hungry is now known as lucasagomes | 12:59 | |
*** pcm_ has joined #openstack-dev | 13:00 | |
*** sgordon has joined #openstack-dev | 13:01 | |
*** prad has joined #openstack-dev | 13:01 | |
*** fc__ has quit IRC | 13:01 | |
*** dprince has joined #openstack-dev | 13:03 | |
*** venkatesh has joined #openstack-dev | 13:04 | |
*** aloga has quit IRC | 13:05 | |
*** prad has quit IRC | 13:05 | |
*** venkatesh has quit IRC | 13:07 | |
*** venkatesh has joined #openstack-dev | 13:08 | |
*** rustlebee is now known as russellb | 13:08 | |
*** kushal has quit IRC | 13:08 | |
*** jayg|g0n3 is now known as jayg | 13:09 | |
*** sandywalsh has joined #openstack-dev | 13:10 | |
*** amotoki has quit IRC | 13:10 | |
*** bknudson has joined #openstack-dev | 13:11 | |
*** kevinconway has quit IRC | 13:11 | |
*** rcrit has quit IRC | 13:12 | |
*** vartom110 has quit IRC | 13:14 | |
*** devoid has joined #openstack-dev | 13:14 | |
*** rcrit has joined #openstack-dev | 13:14 | |
*** CaptTofu has quit IRC | 13:15 | |
*** BLZbubba has joined #openstack-dev | 13:15 | |
*** CaptTofu has joined #openstack-dev | 13:16 | |
*** paragan has quit IRC | 13:16 | |
*** jhesketh__ has quit IRC | 13:16 | |
*** CaptTofu has quit IRC | 13:17 | |
*** CaptTofu has joined #openstack-dev | 13:17 | |
*** gordc has joined #openstack-dev | 13:18 | |
*** dprince has quit IRC | 13:19 | |
*** aloga has joined #openstack-dev | 13:23 | |
*** jcoufal has joined #openstack-dev | 13:24 | |
*** kevinconway has joined #openstack-dev | 13:25 | |
*** tserong has quit IRC | 13:25 | |
*** dstanek has joined #openstack-dev | 13:25 | |
*** sarob has joined #openstack-dev | 13:25 | |
*** shang has joined #openstack-dev | 13:26 | |
*** changbl has quit IRC | 13:29 | |
*** radez_g0n3 is now known as radez | 13:29 | |
*** tvb has joined #openstack-dev | 13:29 | |
*** SergeyLukjanov has quit IRC | 13:29 | |
*** tvb has quit IRC | 13:29 | |
*** tvb has joined #openstack-dev | 13:29 | |
*** dkranz has joined #openstack-dev | 13:29 | |
*** sarob has quit IRC | 13:29 | |
*** tvb has quit IRC | 13:33 | |
*** bnemec has joined #openstack-dev | 13:33 | |
*** jecarey has joined #openstack-dev | 13:33 | |
*** SergeyLukjanov has joined #openstack-dev | 13:34 | |
*** neelashah has joined #openstack-dev | 13:34 | |
*** alunduil has quit IRC | 13:35 | |
*** blamar has joined #openstack-dev | 13:37 | |
*** jecarey has quit IRC | 13:40 | |
*** jecarey has joined #openstack-dev | 13:41 | |
*** sridevi has quit IRC | 13:41 | |
*** roaet-away is now known as roaet | 13:43 | |
*** sridevi has joined #openstack-dev | 13:44 | |
*** kbringard has joined #openstack-dev | 13:45 | |
*** bswartz has joined #openstack-dev | 13:48 | |
*** sridevi has quit IRC | 13:48 | |
*** JordanP has quit IRC | 13:50 | |
*** burt has joined #openstack-dev | 13:50 | |
*** rcleere has quit IRC | 13:50 | |
*** eharney has joined #openstack-dev | 13:52 | |
*** vartom110 has joined #openstack-dev | 13:53 | |
*** sumansn_ has quit IRC | 13:54 | |
*** sumanthns has joined #openstack-dev | 13:54 | |
*** fc__ has joined #openstack-dev | 13:56 | |
*** michchap has quit IRC | 13:56 | |
*** michchap has joined #openstack-dev | 13:56 | |
*** hartsocks has joined #openstack-dev | 13:56 | |
*** hartsocks has left #openstack-dev | 13:57 | |
*** edmund has joined #openstack-dev | 13:57 | |
*** matiu has joined #openstack-dev | 13:58 | |
*** vartom111 has joined #openstack-dev | 13:59 | |
*** michchap has quit IRC | 13:59 | |
*** michchap has joined #openstack-dev | 14:00 | |
*** CaptTofu has quit IRC | 14:01 | |
*** vartom110 has quit IRC | 14:01 | |
*** CaptTofu has joined #openstack-dev | 14:02 | |
*** JordanP has joined #openstack-dev | 14:03 | |
*** irimi has joined #openstack-dev | 14:04 | |
*** sushils has quit IRC | 14:04 | |
*** stevemar has joined #openstack-dev | 14:04 | |
*** tvb has joined #openstack-dev | 14:05 | |
*** tvb is now known as Guest72636 | 14:05 | |
*** o_petit has quit IRC | 14:06 | |
adalbas | avishay, jgriffith : this cinder review is waiting approval for some time. Could one of you look at that please: https://review.openstack.org/#/c/43933/ | 14:06 |
*** Guest72636 has quit IRC | 14:06 | |
*** herndon has quit IRC | 14:08 | |
*** belmoreira has quit IRC | 14:09 | |
*** tserong has joined #openstack-dev | 14:09 | |
*** DeeJay1 has quit IRC | 14:09 | |
*** doron is now known as doron_afk | 14:10 | |
*** gimps_ has joined #openstack-dev | 14:11 | |
*** belmoreira has joined #openstack-dev | 14:11 | |
*** vartom111 has quit IRC | 14:12 | |
*** rnirmal has joined #openstack-dev | 14:15 | |
*** Dr_Who has joined #openstack-dev | 14:16 | |
*** cdub_ has joined #openstack-dev | 14:18 | |
*** ruhe has joined #openstack-dev | 14:19 | |
*** xjiujiu has quit IRC | 14:20 | |
*** henrynash has joined #openstack-dev | 14:20 | |
*** sahid has quit IRC | 14:20 | |
*** Max_ has joined #openstack-dev | 14:21 | |
*** salv-orlando has quit IRC | 14:22 | |
*** rcleere has joined #openstack-dev | 14:22 | |
*** CaptTofu has quit IRC | 14:22 | |
*** CaptTofu has joined #openstack-dev | 14:22 | |
*** rdopieralski has quit IRC | 14:23 | |
henrynash | dolphm: ping | 14:23 |
*** CaptTofu has quit IRC | 14:25 | |
*** rcleere has quit IRC | 14:25 | |
*** rcleere has joined #openstack-dev | 14:26 | |
*** sarob has joined #openstack-dev | 14:26 | |
*** CaptTofu has joined #openstack-dev | 14:26 | |
*** Max_ has quit IRC | 14:26 | |
*** rushiagr has left #openstack-dev | 14:27 | |
*** noslzzp has joined #openstack-dev | 14:27 | |
*** rcleere has quit IRC | 14:27 | |
*** markmcclain has joined #openstack-dev | 14:28 | |
*** o_petit has joined #openstack-dev | 14:28 | |
*** rwsu has joined #openstack-dev | 14:29 | |
*** dprince has joined #openstack-dev | 14:29 | |
*** sarob has quit IRC | 14:30 | |
*** CaptTofu has quit IRC | 14:31 | |
*** dkranz has quit IRC | 14:31 | |
*** jruzicka has quit IRC | 14:31 | |
*** o_petit has quit IRC | 14:31 | |
*** CaptTofu has joined #openstack-dev | 14:32 | |
*** mmagr has quit IRC | 14:32 | |
*** alunduil has joined #openstack-dev | 14:32 | |
*** jruzicka has joined #openstack-dev | 14:33 | |
*** belmoreira1 has joined #openstack-dev | 14:33 | |
*** nil1511 has joined #openstack-dev | 14:34 | |
*** burt has quit IRC | 14:35 | |
*** belmoreira has quit IRC | 14:35 | |
*** burt has joined #openstack-dev | 14:36 | |
*** sushils has joined #openstack-dev | 14:36 | |
*** burt has quit IRC | 14:37 | |
*** o_petit has joined #openstack-dev | 14:38 | |
*** burt has joined #openstack-dev | 14:38 | |
*** otherwiseguy has joined #openstack-dev | 14:39 | |
*** FunnyLookinHat has joined #openstack-dev | 14:39 | |
*** armax has joined #openstack-dev | 14:41 | |
*** sushils has quit IRC | 14:41 | |
*** dafter has joined #openstack-dev | 14:42 | |
*** dafter is now known as tvb | 14:42 | |
*** tvb has quit IRC | 14:42 | |
*** tvb has joined #openstack-dev | 14:42 | |
*** o_petit has quit IRC | 14:43 | |
*** dkranz has joined #openstack-dev | 14:43 | |
*** datsun180b has joined #openstack-dev | 14:43 | |
*** JordanP has quit IRC | 14:43 | |
*** ilyashakhat has quit IRC | 14:44 | |
*** JordanP has joined #openstack-dev | 14:44 | |
*** phschwartz has quit IRC | 14:44 | |
*** o_petit has joined #openstack-dev | 14:45 | |
*** spzala has joined #openstack-dev | 14:47 | |
*** phschwartz has joined #openstack-dev | 14:47 | |
*** danwent has joined #openstack-dev | 14:48 | |
*** mmagr has joined #openstack-dev | 14:49 | |
*** henrynash has quit IRC | 14:49 | |
*** carl_baldwin has joined #openstack-dev | 14:50 | |
*** hashfail_ has joined #openstack-dev | 14:50 | |
*** gimps_ has quit IRC | 14:50 | |
*** hashfail_ has quit IRC | 14:50 | |
*** hashfail_ has joined #openstack-dev | 14:50 | |
*** lbragstad has quit IRC | 14:51 | |
*** hashfail_ has quit IRC | 14:52 | |
*** boden has joined #openstack-dev | 14:52 | |
*** gimps_ has joined #openstack-dev | 14:52 | |
*** rcleere has joined #openstack-dev | 14:52 | |
*** fbo is now known as fbo_away | 14:52 | |
*** zhiyan has joined #openstack-dev | 14:52 | |
*** gimps_ has quit IRC | 14:53 | |
*** gimps_ has joined #openstack-dev | 14:54 | |
*** mmagr has quit IRC | 14:54 | |
*** jruzicka has quit IRC | 14:54 | |
*** kenperkins has joined #openstack-dev | 14:54 | |
*** sthaha has quit IRC | 14:55 | |
*** gimps_ has quit IRC | 14:55 | |
*** gimps_ has joined #openstack-dev | 14:55 | |
*** tmclaugh[work] has joined #openstack-dev | 14:56 | |
avishay | adalbas: i can't +2 backports - that's a different team. jgriffith? | 14:57 |
*** kuuudos has joined #openstack-dev | 14:58 | |
*** spzala has quit IRC | 14:58 | |
*** kuuudos has left #openstack-dev | 14:59 | |
*** kuuudos has joined #openstack-dev | 14:59 | |
*** gimps_ has quit IRC | 15:00 | |
*** twoputt has joined #openstack-dev | 15:00 | |
*** sarob has joined #openstack-dev | 15:01 | |
*** carl_baldwin has quit IRC | 15:02 | |
*** carl_baldwin has joined #openstack-dev | 15:02 | |
*** tvb has quit IRC | 15:02 | |
*** jprovazn has quit IRC | 15:02 | |
*** doron_afk is now known as doron | 15:02 | |
*** tvb has joined #openstack-dev | 15:03 | |
*** galstrom_zzz is now known as galstrom | 15:03 | |
*** reidrac has quit IRC | 15:03 | |
*** sarob_ has joined #openstack-dev | 15:03 | |
*** tvb is now known as Guest82175 | 15:03 | |
*** spzala has joined #openstack-dev | 15:03 | |
*** thedodd has joined #openstack-dev | 15:04 | |
*** sarob has quit IRC | 15:04 | |
jgriffith | avishay: adalbas what's up? | 15:04 |
avishay | jgriffith: request for review - https://review.openstack.org/#/c/43933/ | 15:04 |
*** Guest82175 is now known as tvb | 15:04 | |
avishay | jgriffith: grizzly backport | 15:04 |
*** jvrbanac has joined #openstack-dev | 15:05 | |
*** tvb is now known as Guest31682 | 15:05 | |
*** changbl has joined #openstack-dev | 15:05 | |
jgriffith | avishay: adalbas I'd like to see one more core from stable-release have a look at it | 15:05 |
jgriffith | avishay: or you're review and I'll +2/A it as it does have stable-main approval | 15:05 |
*** gimps_ has joined #openstack-dev | 15:06 | |
jgriffith | avishay: know what I'm saying... I'm good with it, but being a Grizzly patch I would like one more core from either side to review | 15:06 |
*** shang has quit IRC | 15:07 | |
*** o_petit has quit IRC | 15:07 | |
*** mmagr has joined #openstack-dev | 15:07 | |
eharney | jgriffith: i actually had a question about that one... | 15:07 |
*** dolphm has joined #openstack-dev | 15:07 | |
eharney | jgriffith: i don't think it's standard practice to combine two different patches into one for a backport? | 15:08 |
*** jruzicka has joined #openstack-dev | 15:08 | |
*** sarob_ has quit IRC | 15:09 | |
*** tmckay has joined #openstack-dev | 15:09 | |
jgriffith | eharney: no it's not | 15:10 |
avishay | jgriffith: ok, i will review. the request didn't come from me - adalbas asked us | 15:10 |
jgriffith | eharney: but it's dep is a special case IMO | 15:10 |
*** sheepdog80 has left #openstack-dev | 15:11 | |
*** danwent has joined #openstack-dev | 15:11 | |
jgriffith | avishay: of course, this seems to be the morning of people asking for reviews from me :) | 15:11 |
*** comay has joined #openstack-dev | 15:11 | |
avishay | jgriffith: :) | 15:12 |
jgriffith | avishay: but I'm passing the buck to you :) | 15:12 |
jgriffith | LOL | 15:12 |
jgriffith | or just saying "don't ask" | 15:12 |
avishay | jgriffith: no problemo - looking over the patch | 15:12 |
*** o_petit has joined #openstack-dev | 15:12 | |
*** venkatesh has quit IRC | 15:13 | |
*** spzala has quit IRC | 15:14 | |
jgriffith | eharney: so I don't disagree with you on the combination | 15:14 |
jgriffith | eharney: but I'm not as concerned on this bp as it's pulling in the dep and it's relatively well grouped IMO | 15:15 |
*** git-harry has quit IRC | 15:15 | |
*** git-harry has joined #openstack-dev | 15:15 | |
jgriffith | eharney: and it's not a clean cherry pick regardless given the divergence. What's been done here is actually cleaner in this case | 15:16 |
*** clayb has joined #openstack-dev | 15:16 | |
eharney | jgriffith: works for me -- i hadn't dug through all of the details yet | 15:16 |
afazekas | zhiyan: ping | 15:17 |
*** doron is now known as doron_afk | 15:18 | |
avishay | adalbas: why didn't you take in all of the changes in cinder/db/sqlalchemy/api.py? | 15:18 |
*** doron_afk is now known as doron | 15:18 | |
*** reed has joined #openstack-dev | 15:18 | |
*** lbragstad has joined #openstack-dev | 15:19 | |
*** jtomasek has quit IRC | 15:20 | |
*** doron is now known as doron_afk | 15:20 | |
*** doron_afk is now known as doron | 15:20 | |
*** irimi has quit IRC | 15:20 | |
zhiyan | afazekas: pong | 15:23 |
*** AnilV4 has quit IRC | 15:24 | |
miziel_r | Hi everyone! I'm assigned to this feature in the wishlist "View projects that a user is member of" (https://bugs.launchpad.net/horizon/+bug/1194109). David Lyle proposed to add a filter to manage user IDs on the projects panel. What do you think about that ? | 15:25 |
uvirtbot | Launchpad bug 1194109 in horizon "View projects that a user is member of" [Wishlist,Confirmed] | 15:25 |
afazekas | zhiyan: https://review.openstack.org/#/c/47786/ The code did not reused the connection before the change | 15:25 |
*** sushils has joined #openstack-dev | 15:26 | |
*** Guest31682 is now known as tvb | 15:26 | |
afazekas | zhiyan: I am unsure it is the right time to add a connection re-user version, and you really need an extreme load to run out from the fds | 15:26 |
*** tvb has quit IRC | 15:26 | |
*** tvb has joined #openstack-dev | 15:26 | |
zhiyan | afazekas: yes, i saw your response, just do some other things. handing now ... thanks. | 15:27 |
*** belmoreira1 has quit IRC | 15:27 | |
zhiyan | afazekas: actually that is just I concerned | 15:27 |
zhiyan | afazekas: actually your change is not on the rc1 bug list also | 15:27 |
zhiyan | afazekas: so first thing, i'm not sure it will be handed/included in h release | 15:28 |
*** jecarey has quit IRC | 15:28 | |
zhiyan | afazekas: so if h release not plan to contains it, then i think it will be better if we drop re-use function in..thoughts? | 15:29 |
*** tace has left #openstack-dev | 15:30 | |
afazekas | without my change you can hang the glance with relatively low concurrency. When the select monkey patching and local variable usage makes it to survive 4 time more load, if the tread also patched it can survive extreme load (16x tome more then originally) | 15:30 |
afazekas | I just created the bug today | 15:30 |
*** adjohn has joined #openstack-dev | 15:30 | |
*** venkatesh has joined #openstack-dev | 15:31 | |
*** tvb has quit IRC | 15:31 | |
*** tvb has joined #openstack-dev | 15:32 | |
*** tvb has quit IRC | 15:32 | |
*** tvb has joined #openstack-dev | 15:32 | |
*** o_petit has quit IRC | 15:33 | |
stevemar | dolphm: ping | 15:35 |
dolphm | stevemar: pong | 15:35 |
*** dubsquared has joined #openstack-dev | 15:35 | |
*** jecarey has joined #openstack-dev | 15:35 | |
*** jprovazn has joined #openstack-dev | 15:36 | |
stevemar | dolphm: in the sample keystone.conf, in the [auth] section, currently oauth1 is there by default, i'm thinking it should not be? right? | 15:36 |
stevemar | dolphm: it should be commented out, like external? | 15:36 |
*** lbragstad has left #openstack-dev | 15:36 | |
*** debalina has quit IRC | 15:37 | |
*** mlavalle has joined #openstack-dev | 15:37 | |
dolphm | stevemar: probably so - it's *not* included by keystone.common.config by default, correct? | 15:39 |
stevemar | correct | 15:39 |
dolphm | stevemar: (either way, they should match as best as possible) | 15:39 |
*** devoid has left #openstack-dev | 15:40 | |
stevemar | dolphm: and one more thing, in the paste sample file, it's still called oauth, not oauth1. i'll fix that up too | 15:40 |
*** bnemec has quit IRC | 15:41 | |
*** markmc has quit IRC | 15:41 | |
*** bnemec has joined #openstack-dev | 15:41 | |
*** Dr_Who has quit IRC | 15:41 | |
*** zul has quit IRC | 15:43 | |
*** yaguang has joined #openstack-dev | 15:44 | |
*** miziel_r has quit IRC | 15:44 | |
dolphm | stevemar: as in, it doesn't match the actual expected config, or the actual expected config is oauth? | 15:45 |
afazekas | zhiyan: can you elaborate it ? ' we drop re-use function' ? | 15:46 |
zhiyan | afazekas: replied by review comments | 15:46 |
stevemar | dolphm: it's just a consistency issue, https://github.com/openstack/keystone/blob/master/etc/keystone-paste.ini#L27 | 15:47 |
stevemar | dolphm: we use oauth1 everywhere, not oauth (no 1) | 15:47 |
*** yassine has quit IRC | 15:47 | |
*** zul has joined #openstack-dev | 15:48 | |
*** egallen_ has joined #openstack-dev | 15:48 | |
*** egallen has quit IRC | 15:48 | |
*** egallen_ is now known as egallen | 15:48 | |
*** jistr has quit IRC | 15:49 | |
*** mrodden1 has quit IRC | 15:49 | |
*** radix has quit IRC | 15:51 | |
*** radix has joined #openstack-dev | 15:51 | |
*** radix has quit IRC | 15:52 | |
*** radix has joined #openstack-dev | 15:52 | |
*** wolfdreamer has joined #openstack-dev | 15:52 | |
*** obondarev has quit IRC | 15:53 | |
*** sridevi has joined #openstack-dev | 15:53 | |
*** twoputt_ has joined #openstack-dev | 15:54 | |
*** bdpayne has joined #openstack-dev | 15:54 | |
*** twoputt_ has quit IRC | 15:55 | |
*** Dr_Who has joined #openstack-dev | 15:56 | |
*** Dr_Who has joined #openstack-dev | 15:56 | |
*** dprince has quit IRC | 15:56 | |
*** jistr has joined #openstack-dev | 15:57 | |
*** dolphm has quit IRC | 15:57 | |
*** dubsquared has quit IRC | 15:59 | |
*** terriyu has joined #openstack-dev | 15:59 | |
*** dubsquared has joined #openstack-dev | 15:59 | |
*** mrodden has joined #openstack-dev | 16:00 | |
*** adjohn has quit IRC | 16:00 | |
*** doron is now known as doron_afk | 16:00 | |
*** zaitcev has joined #openstack-dev | 16:00 | |
*** litong has quit IRC | 16:00 | |
*** Ruetobas has quit IRC | 16:01 | |
*** xga__ has joined #openstack-dev | 16:02 | |
*** Ruetobas has joined #openstack-dev | 16:03 | |
*** venkatesh has quit IRC | 16:03 | |
*** pmathews has joined #openstack-dev | 16:03 | |
*** lbragstad has joined #openstack-dev | 16:04 | |
*** xga_ has quit IRC | 16:05 | |
*** dolphm has joined #openstack-dev | 16:05 | |
*** sridevi has quit IRC | 16:07 | |
*** xga__ has quit IRC | 16:07 | |
*** RajeshMohan has quit IRC | 16:08 | |
*** Ruetobas has quit IRC | 16:08 | |
*** xga__ has joined #openstack-dev | 16:08 | |
*** RajeshMohan has joined #openstack-dev | 16:08 | |
*** Dr_Who has quit IRC | 16:08 | |
*** imsurit has joined #openstack-dev | 16:08 | |
*** henrynash has joined #openstack-dev | 16:11 | |
*** nil1511 has quit IRC | 16:11 | |
*** garyk has quit IRC | 16:11 | |
*** flaper87 is now known as flaper87|afk | 16:11 | |
*** corXi_ has quit IRC | 16:13 | |
*** dims has quit IRC | 16:14 | |
*** Ruetobas has joined #openstack-dev | 16:14 | |
*** athomas has quit IRC | 16:14 | |
*** mmagr has quit IRC | 16:15 | |
*** cthulhup_ has joined #openstack-dev | 16:16 | |
*** wchrisj has joined #openstack-dev | 16:16 | |
*** safchain has quit IRC | 16:16 | |
*** sushils has quit IRC | 16:16 | |
*** shinylasers has joined #openstack-dev | 16:17 | |
*** kbrierly has joined #openstack-dev | 16:18 | |
*** angdraug has joined #openstack-dev | 16:19 | |
*** tkammer has quit IRC | 16:19 | |
*** alexpilotti has joined #openstack-dev | 16:19 | |
*** boris-42 has quit IRC | 16:19 | |
*** alexpilotti has quit IRC | 16:20 | |
*** Max_ has joined #openstack-dev | 16:21 | |
*** qba73 has quit IRC | 16:22 | |
*** doron_afk has quit IRC | 16:22 | |
*** gongysh has quit IRC | 16:24 | |
*** athomas has joined #openstack-dev | 16:24 | |
*** ema has quit IRC | 16:25 | |
*** sushils has joined #openstack-dev | 16:25 | |
*** jistr has quit IRC | 16:28 | |
*** devoid has joined #openstack-dev | 16:34 | |
*** afazekas has quit IRC | 16:37 | |
*** gimps_ has quit IRC | 16:37 | |
*** reed has quit IRC | 16:37 | |
*** sridevi has joined #openstack-dev | 16:38 | |
*** sridevi has quit IRC | 16:38 | |
*** reed has joined #openstack-dev | 16:38 | |
yaguang | could any Nova stable maintainer take a look at this https://review.openstack.org/#/c/44782/ | 16:39 |
yaguang | it has waiting for a long time to get approved | 16:40 |
*** xmltok has joined #openstack-dev | 16:40 | |
*** adam_g has quit IRC | 16:40 | |
*** xmltok has joined #openstack-dev | 16:40 | |
*** dolphm has quit IRC | 16:41 | |
*** reed has quit IRC | 16:41 | |
*** alop has joined #openstack-dev | 16:42 | |
*** devoid has left #openstack-dev | 16:42 | |
*** reed has joined #openstack-dev | 16:42 | |
*** yaguang has quit IRC | 16:43 | |
*** Tross has quit IRC | 16:43 | |
*** kpavel has quit IRC | 16:43 | |
*** Tross has joined #openstack-dev | 16:43 | |
*** adam_g has joined #openstack-dev | 16:43 | |
*** adam_g has quit IRC | 16:43 | |
*** adam_g has joined #openstack-dev | 16:43 | |
*** anniec has joined #openstack-dev | 16:44 | |
*** wchrisj has quit IRC | 16:45 | |
*** jmontemayor has joined #openstack-dev | 16:45 | |
*** adjohn has joined #openstack-dev | 16:46 | |
*** jcoufal has quit IRC | 16:47 | |
*** ygbo has quit IRC | 16:48 | |
*** Dr_Who has joined #openstack-dev | 16:50 | |
*** Dr_Who has joined #openstack-dev | 16:50 | |
*** egallen has quit IRC | 16:50 | |
*** gimps__ has quit IRC | 16:51 | |
*** SumitNaiksatam has quit IRC | 16:51 | |
*** JordanP has quit IRC | 16:51 | |
*** xga has joined #openstack-dev | 16:52 | |
*** egallen has joined #openstack-dev | 16:52 | |
*** egallen has quit IRC | 16:52 | |
*** enikanorov has joined #openstack-dev | 16:53 | |
*** egallen has joined #openstack-dev | 16:53 | |
*** xga has quit IRC | 16:53 | |
*** xga has joined #openstack-dev | 16:54 | |
*** hemnafk is now known as hemna | 16:54 | |
*** xga__ has quit IRC | 16:55 | |
*** adjohn has quit IRC | 16:55 | |
adalbas | avishay, about your question before, there were many changes on the api that would require other things to be merged that were out of the scope of those reviews. | 16:55 |
*** adjohn has joined #openstack-dev | 16:55 | |
*** adjohn has quit IRC | 16:55 | |
*** SergeyLukjanov has quit IRC | 16:56 | |
*** Alexei_987 has quit IRC | 16:56 | |
avishay | adalbas: is that a separate bug (glance metadata for snapshots)? | 16:56 |
adalbas | avishay, yes, i believe so. | 16:58 |
morganfainberg | ayoung, ping | 16:58 |
adalbas | avishay, changes for the snapshot would imply in other changes in the manager and other things, iirc | 16:59 |
*** garyk has joined #openstack-dev | 17:00 | |
*** dubsquared has quit IRC | 17:00 | |
*** eglynn has quit IRC | 17:00 | |
*** Mandell has joined #openstack-dev | 17:01 | |
*** xga has quit IRC | 17:01 | |
hub_cap | hey do any of the openstack api's use PATCH for update? Trove is in a spot where we need to be able to overwrite a set of params for a configuration, or update a single one and leave the rest.. any suggestions besides PATCH if its a dumb idea? (im full of dumb ideas fwiw!) | 17:02 |
morganfainberg | hub_cap, some do (Keystone does in some cases) | 17:02 |
*** ondergetekende_ has joined #openstack-dev | 17:03 | |
hub_cap | ok so its not completely crazy :) | 17:03 |
morganfainberg | hub_cap, PATCH is not a bad idea at all. | 17:03 |
morganfainberg | hub_cap, nope! :) | 17:03 |
morganfainberg | to be fair, most updates could be considered PATCH | 17:03 |
* hub_cap is dissapointed... having sane ideas is just... no fun | 17:03 | |
*** ondergetekende_ has quit IRC | 17:03 | |
hub_cap | morganfainberg: thats what im trying to do across the Trove app | 17:03 |
morganfainberg | vs. say PUT unless it's 100% replacement | 17:03 |
hub_cap | exactly | 17:03 |
morganfainberg | hub_cap, in reality, PUT, PATCH, and POST seem to be interchanged a lot | 17:04 |
hub_cap | morganfainberg: thats what im trying to do across the Trove app w/ PATCH vs PUT | 17:04 |
morganfainberg | hub_cap, but I totally think PATCH is a good choice for partial updates. | 17:04 |
hub_cap | ya to me, POST = create, PUT = replace, PATCH = update | 17:04 |
morganfainberg | hub_cap, ++ I like it! | 17:05 |
hub_cap | thx for the input morganfainberg | 17:05 |
morganfainberg | np | 17:05 |
*** athomas has quit IRC | 17:06 | |
stevemar | ayoung: ping | 17:07 |
morganfainberg | stevemar, oh hi! | 17:08 |
*** RajeshMohan has quit IRC | 17:09 | |
*** rossella_s has quit IRC | 17:09 | |
*** RajeshMohan has joined #openstack-dev | 17:10 | |
stevemar | morganfainberg hiya! | 17:10 |
*** mlavalle has quit IRC | 17:11 | |
*** imsurit has quit IRC | 17:12 | |
*** venkatesh has joined #openstack-dev | 17:12 | |
*** zhiyan has quit IRC | 17:13 | |
avishay | jgriffith: adalbas: looks good to me - https://review.openstack.org/#/c/43933/ | 17:13 |
*** BobBall is now known as BobBall_Away | 17:14 | |
stevemar | morganfainberg hey, i just remembered that actually needed to ping you earlier | 17:14 |
*** RajeshMohan has quit IRC | 17:14 | |
*** RajeshMohan has joined #openstack-dev | 17:14 | |
stevemar | morganfainberg, i pulled in your changes for the tenantId vs tenant_id - and now when i run tests, i see an error: Conflict occurred attempting to store user. table user has no column named default_project_id. I assume it's because something needs to be cleaned/restored | 17:16 |
*** SumitNaiksatam has joined #openstack-dev | 17:16 | |
morganfainberg | stevemar, possibly | 17:16 |
morganfainberg | stevemar, oh, you haven't dbsync'd | 17:17 |
stevemar | ahh | 17:17 |
morganfainberg | stevemar, or didn't end up on v34 | 17:18 |
morganfainberg | stevemar, new column. | 17:18 |
* stevemar nods | 17:18 | |
stevemar | yep yep | 17:18 |
stevemar | i just pulled them in | 17:18 |
*** Dr_Who has quit IRC | 17:18 | |
morganfainberg | yeah. | 17:18 |
morganfainberg | normalizing that into a column for SQL because it was way cleaner than trying to deal w/ the json blob. | 17:19 |
*** gyee has joined #openstack-dev | 17:21 | |
*** markmcclain1 has joined #openstack-dev | 17:21 | |
*** markmcclain has quit IRC | 17:22 | |
adalbas | avishay, tks!! | 17:22 |
*** danpb has quit IRC | 17:24 | |
*** tmclaugh[work] has quit IRC | 17:26 | |
*** tmclaugh[work] has joined #openstack-dev | 17:28 | |
*** sarob has joined #openstack-dev | 17:30 | |
*** SergeyLukjanov has joined #openstack-dev | 17:31 | |
*** dubsquared has joined #openstack-dev | 17:31 | |
*** lucasagomes is now known as lucas-dinner | 17:33 | |
*** martyntaylor has quit IRC | 17:33 | |
*** pberis has joined #openstack-dev | 17:34 | |
*** twoputt has quit IRC | 17:35 | |
*** dubsquared has quit IRC | 17:36 | |
*** eglynn has joined #openstack-dev | 17:36 | |
*** ruhe has quit IRC | 17:38 | |
*** al039 has joined #openstack-dev | 17:39 | |
*** giulivo has quit IRC | 17:39 | |
hub_cap | jamielennox: when you come to life today id like to discuss the auth plugins work and how they relate to oslo's apiclient | 17:39 |
al039 | i want to contribute to openstack development effort and start small like bug fixing | 17:39 |
*** otherwiseguy has quit IRC | 17:40 | |
al039 | I am going through the simplest module possible the python-novaclient but looking at the humoungous code and all the utilities it is calling I am not sure where to start | 17:40 |
al039 | any tip on how to start? | 17:41 |
*** dolphm has joined #openstack-dev | 17:42 | |
*** burt has quit IRC | 17:44 | |
*** dprince has joined #openstack-dev | 17:46 | |
*** dolphm has quit IRC | 17:46 | |
*** Mandell has quit IRC | 17:47 | |
*** nikhil has quit IRC | 17:48 | |
*** eglynn has quit IRC | 17:49 | |
*** zbitter has joined #openstack-dev | 17:50 | |
*** boris-42 has joined #openstack-dev | 17:50 | |
*** anniec has quit IRC | 17:50 | |
*** dolphm has joined #openstack-dev | 17:52 | |
*** mjbright has quit IRC | 17:53 | |
*** zaneb has quit IRC | 17:53 | |
*** Max_ has quit IRC | 17:54 | |
*** Ryan_Lane has joined #openstack-dev | 17:56 | |
*** Mandell has joined #openstack-dev | 17:56 | |
*** moted has quit IRC | 17:57 | |
morganfainberg | dolphm, ping | 17:58 |
*** freedomhui has quit IRC | 17:58 | |
*** moted has joined #openstack-dev | 17:58 | |
*** morganfainberg has quit IRC | 17:59 | |
*** sarob has quit IRC | 18:00 | |
*** elfelvin has joined #openstack-dev | 18:00 | |
*** phschwartz has quit IRC | 18:00 | |
*** mestery has quit IRC | 18:01 | |
*** phschwartz has joined #openstack-dev | 18:01 | |
*** nikhil has joined #openstack-dev | 18:01 | |
*** kpavel has joined #openstack-dev | 18:01 | |
*** morganfainberg has joined #openstack-dev | 18:02 | |
jgriffith | sdague: ping | 18:03 |
sdague | jgriffith: pong | 18:03 |
*** ruhe has joined #openstack-dev | 18:03 | |
*** ruhe has quit IRC | 18:03 | |
jgriffith | sdague: hey ya... is there a place in the gate logs that show what version of tempest is checked out? | 18:03 |
jgriffith | sdague: Can't reproduce the failure on my True/False change and only thing I can think of is it hand't merged yet | 18:04 |
jgriffith | s/hand/had/ | 18:04 |
*** schwicht has joined #openstack-dev | 18:04 | |
*** ayoung is now known as ayoung-vrooom | 18:05 | |
*** anniec has joined #openstack-dev | 18:05 | |
jgriffith | sdague: https://review.openstack.org/#/c/47447/ is the patch I'm referring to BTW | 18:05 |
jgriffith | hmmm... json version perhaps | 18:06 |
*** fbo_away is now known as fbo | 18:06 | |
*** morganfainberg has quit IRC | 18:06 | |
*** dubsquared has joined #openstack-dev | 18:07 | |
*** morganfainberg has joined #openstack-dev | 18:07 | |
*** morganfainberg has quit IRC | 18:07 | |
sdague | jgriffith: it's latest tempest from git | 18:07 |
jgriffith | sdague: well, I know just wondering if there's a marker in the logs to show commit ID (I didn't see one) | 18:08 |
*** mestery has joined #openstack-dev | 18:08 | |
jgriffith | sdague: I was hoping that it hadn't actually merged when the test was called, therefore causing the fail | 18:08 |
*** morganfainberg has joined #openstack-dev | 18:08 | |
stevemar | morganfainberg hmm, run_tests are still failing with the same problem as before | 18:10 |
morganfainberg | stevemar, hrm. sec | 18:10 |
*** esheffield has quit IRC | 18:11 | |
morganfainberg | stevemar, try run_tests.sh -r | 18:11 |
morganfainberg | oh huh | 18:11 |
*** nikhil has quit IRC | 18:11 | |
morganfainberg | that is the default. | 18:11 |
sdague | jgriffith: not currently | 18:11 |
sdague | that would be a good devstack thing | 18:11 |
jgriffith | sdague: cool, thanks | 18:12 |
morganfainberg | stevemar, i know tox -epy27 works ;) | 18:12 |
clarkb | sdague: jgriffith: devstack-gate in setup workspace should tell you what was checked out and that should be logged | 18:12 |
morganfainberg | stevemar, looking at it now. | 18:13 |
*** eharney has quit IRC | 18:13 | |
dolphm | morganfainberg: pong | 18:14 |
mtreinish | jgriffith: from http://logs.openstack.org/47/47447/1/check/gate-tempest-devstack-vm-full/3ffcf89/logs/devstack-gate-setup-workspace-new.txt.gz fcbca58 was the tempest head | 18:14 |
jgriffith | mtreinish: ooo... nice! | 18:14 |
jgriffith | mtreinish: thanks! | 18:14 |
stevemar | morganfainberg thx for lookin at it | 18:14 |
morganfainberg | dolphm, https://bugs.launchpad.net/keystone/+bug/1227980 is haneef working on this? | 18:14 |
uvirtbot | Launchpad bug 1227980 in keystone "Pluggable auth provider: Can't write a custom plugin due to hardcoded check" [Medium,Triaged] | 18:14 |
jgriffith | mtreinish: as it turns out the problem is my tempest patch only addressed the XML version of the test, and not the json run :( | 18:14 |
dolphm | morganfainberg: not that i'm aware of | 18:15 |
morganfainberg | dolphm, if so, i wont start getting it cleaned up. if not, i'll go ahead and see about getting a fix in. | 18:15 |
mtreinish | jgriffith: it's all on clarkb I didn't know what was in that log until he mentioned it | 18:15 |
jgriffith | mtreinish: ;) | 18:15 |
*** vartom111 has joined #openstack-dev | 18:15 | |
morganfainberg | dolphm, ok. I'll start working on it then. we're close. :) i think that is the only one that isn't in progress | 18:15 |
dolphm | morganfainberg: what's your approach? | 18:15 |
jgriffith | mtreinish: clarkb thanks to both of you then | 18:15 |
mtreinish | jgriffith: that's probably a first most people always forget xml and only take care of the json | 18:15 |
dolphm | morganfainberg: we are VERY close | 18:15 |
morganfainberg | dolphm, haven't even looked at it yet. i'll hit you up when i have a thought on the best approach | 18:15 |
morganfainberg | before chasing any rabbitholes. | 18:16 |
dolphm | gyee: bknudson: henrynash: simple cleanup for an RC blocker https://review.openstack.org/#/c/47514/ | 18:16 |
morganfainberg | dolphm, i think it should be pretty simple. | 18:16 |
*** eglynn has joined #openstack-dev | 18:16 | |
dolphm | morganfainberg: bknudson and gyee can provide feedback there as well | 18:16 |
morganfainberg | dolphm, nod. | 18:17 |
*** mlavalle has joined #openstack-dev | 18:17 | |
mtreinish | jgriffith: yeah I see that now looking at https://review.openstack.org/#/c/47460/ | 18:17 |
*** melwitt has joined #openstack-dev | 18:18 | |
mtreinish | but to be fair the json doesn't have that helper method because the json lib just makes it a bool | 18:18 |
al039 | i am trying to read through the source code of python-novaclient and other modules | 18:19 |
morganfainberg | stevemar, run_tests is (so far) clean [fresh checkout] | 18:19 |
al039 | but it is so big and sphagetti like that i am getting lost | 18:19 |
dolphm | stevemar: what's the problem with run tests? | 18:20 |
al039 | any tips to a newbie on how to approach reading the source code? | 18:20 |
morganfainberg | dolphm, he was getting an error on conflict with default_project_id column | 18:20 |
stevemar | dolphm: Conflict occurred attempting to store user. table user has no column named default_project_id | 18:20 |
dolphm | al039: depends on what your goal is? | 18:20 |
stevemar | what he said | 18:20 |
morganfainberg | stevemar, clean checkout, new VENV no issues. | 18:20 |
dolphm | morganfainberg: oh god i just got that too | 18:21 |
morganfainberg | stevemar, i think you have some stale data somewhere. | 18:21 |
morganfainberg | (still running to be fair) | 18:21 |
stevemar | dolphm, yay | 18:21 |
morganfainberg | dolphm, i'm looking at it. | 18:21 |
gyee | dolphm, looking, sorry I was afk | 18:21 |
dolphm | stevemar: morganfainberg: http://pasteraw.com/bs6p3ifkytw9yql5j49s2m5ube4mpmi | 18:21 |
stevemar | dolphm: yup | 18:22 |
morganfainberg | ---------------------------------------------------------------------- | 18:22 |
morganfainberg | Ran 1906 tests in 340.690s | 18:22 |
morganfainberg | OK (SKIP=153) | 18:22 |
morganfainberg | Running flake8 ... | 18:22 |
morganfainberg | tools/with_venv.sh flake8 --show-pep8 | 18:22 |
stevemar | dophm: thanks for showing me what i'm already looking at | 18:22 |
stevemar | hehe | 18:22 |
morganfainberg | no errors on a clean environment. | 18:22 |
dolphm | morganfainberg: there's not enough spam in there from migrate.versioning | 18:22 |
stevemar | just deleted my venv | 18:22 |
dolphm | morganfainberg: try running just keystone.tests.test_associate_project_endpoint_extension:AssociateEndpointProjectFilterCRUDTestCase.test_check_endpoint_project_assoc | 18:22 |
*** spzala has joined #openstack-dev | 18:22 | |
stevemar | re-running now | 18:22 |
henrynash | dolphm: when you have a moment, wanted to just better understand your point in your review of list_role_assignments in https://review.openstack.org/#/c/46613/10/keystone/assignment/backends/sql.py | 18:23 |
morganfainberg | dolphm, it just passed for me. i think my DB is "correct" now. | 18:23 |
morganfainberg | trying clean again. | 18:24 |
*** roaet is now known as roaet-away | 18:24 | |
bknudson | seems like it's pretty normal to treat the kwargs to list_ functions as filters | 18:24 |
dolphm | henrynash: sure -- instead of adding an optional parameter to the method, create a new method for that specific use case (it's just a new example of an existing bad habit in our drivers) | 18:24 |
stevemar | dolphm: morganfainberg, since we're msging each other anyway, can you guys take a look at: https://review.openstack.org/#/c/30043/ | 18:25 |
*** xqueralt is now known as xqueralt-afk | 18:26 | |
morganfainberg | stevemar, dolphm, running off to a meeting be back in ~15 or so. | 18:26 |
dolphm | morganfainberg: o/ | 18:26 |
dolphm | stevemar: yep | 18:26 |
morganfainberg | stevemar, still trying to chase down the error with run_tests. just can't get it to error. | 18:26 |
henrynash | dolphm: so your goal is a more "specific" driver interface (or maybe at least a driver manager interface), even if we might map those down onto common private methods within the driver itself? | 18:26 |
al039 | dolphm: I want to start contributing and fixing some bugs | 18:26 |
morganfainberg | stevemar, and yes i'll look at it when i'm back. | 18:26 |
dolphm | henrynash: yes basically... get_metadata() is the worst offender ... looking at the method signature alone doesn't say much about it's intended behavior | 18:28 |
henrynash | dolphm: ok, got it… and boy do I agree with you about metadata11 | 18:28 |
dolphm | henrynash: in the example from your patch, it could be a method implemented innefficiently by the base driver, but could be radically improved by a proper assignments table | 18:29 |
dolphm | henrynash: and thus a better sql impl | 18:29 |
dolphm | henrynash: as you allude to in your comment there :) | 18:29 |
henrynash | dolphm: agreed, given this approach, that is what I was planning…new path within the hour | 18:29 |
*** tstevenson has joined #openstack-dev | 18:29 | |
bknudson | isn't the old function just going to call the new function? otherwise there's going to be a lot of duplicate code. | 18:30 |
dolphm | henrynash: thanks! | 18:31 |
dolphm | bknudson: in henrynash's patch? | 18:31 |
*** adjohn has joined #openstack-dev | 18:31 | |
dolphm | bknudson: i was thinking the new method could wrap the existing method (just filter it's output to the specified role) | 18:31 |
bknudson | dolphm: yes, wouldn't the new function just be this? https://review.openstack.org/#/c/46613/10/keystone/assignment/backends/sql.py | 18:31 |
bknudson | dolphm: ah, that's another way to implement. | 18:32 |
elfelvin | would someone be please tell me why i cant authenticate with the API? newbee http://pastebin.com/nq7HguMm | 18:32 |
henrynash | dolphm: agreed…while we still have the inefficient grant tables, we might as well filter in the Manager…a | 18:32 |
henrynash | dolphm: and I'll add a comment that says when I implement the single assignment table in IceHouse, we'll want to push that method down into the driver | 18:33 |
*** xqueralt-afk is now known as xqueralt | 18:33 | |
dolphm | bknudson: it'd be more or less like this in the base Driver class (i think) http://pasteraw.com/bjkvqqz7bogpbayrc3ktngenlwsiq0o | 18:34 |
*** jdurgin has joined #openstack-dev | 18:34 | |
*** amcrn has joined #openstack-dev | 18:35 | |
bknudson | dolphm: that looks good. | 18:35 |
dolphm | elfelvin: hello! i'm looking at your paste trying to figure out what you're doing | 18:38 |
*** otherwiseguy has joined #openstack-dev | 18:38 | |
dolphm | elfelvin: i don't know the lib you're using at all, but it looks like you're *maybe* calling an administrative API (get endpoint?) against the public API (port 5000 by default) instead of the Admin API (port 35357 by default) | 18:39 |
dolphm | elfelvin: OR, you should remove "/tokens" from your $endpoint value | 18:39 |
*** eharney has joined #openstack-dev | 18:39 | |
*** sarob has joined #openstack-dev | 18:39 | |
dolphm | elfelvin: but either way, i'd guess that the $endpoint value is wrong | 18:40 |
*** sushils has quit IRC | 18:40 | |
elfelvin | ive tried many variations of the endpoint | 18:40 |
elfelvin | how do i find the correct one ? | 18:41 |
elfelvin | keystone endpoint-list ? | 18:41 |
elfelvin | the documenation says "$endpoint = 'https://your-cloud-provider/path';" | 18:42 |
dolphm | elfelvin: well, i don't know what the lib expects under the hood, but the python openstack tools would work with 'http://192.168.10.4:5000/v2.0/' or 'http://192.168.10.4:35357/v2.0/' | 18:42 |
*** adjohn has quit IRC | 18:42 | |
elfelvin | okay let me try with a trailing slash | 18:42 |
elfelvin | hmm looks like a different error now, 'No endpoints for service type [compute], name [compute], region [RegionOne] and urlType [publicURL]' | 18:44 |
elfelvin | so it looks like that may have been it | 18:44 |
*** sarob has quit IRC | 18:44 | |
elfelvin | thanks dolphm | 18:44 |
*** venkatesh has quit IRC | 18:45 | |
dolphm | elfelvin: awesome! | 18:46 |
*** novas0x2a|laptop has joined #openstack-dev | 18:47 | |
dolphm | elfelvin: what does your service-list look like? | 18:47 |
*** cthulhup_ has quit IRC | 18:49 | |
*** CaptTofu has quit IRC | 18:49 | |
dolphm | elfelvin: better off pasting to pastbin and linking in the public channel, in case someone else spots something wrong / is able to help :) | 18:49 |
*** vipul is now known as vipul-away | 18:49 | |
dolphm | elfelvin: or we have http://paste.openstack.org/ | 18:49 |
*** vipul-away is now known as vipul | 18:50 | |
al039 | I am thinking of trying my hand to try to fix this bug https://bugs.launchpad.net/python-novaclient/+bug/1103601 | 18:50 |
uvirtbot | Launchpad bug 1103601 in python-novaclient "quota settings are ignored by nova" [Wishlist,Triaged] | 18:50 |
al039 | i think i have located the corresponding code in v1.1/shell.py | 18:50 |
*** ruhe has joined #openstack-dev | 18:51 | |
*** martines has joined #openstack-dev | 18:51 | |
elfelvin | http://paste.openstack.org/show/47390/ | 18:51 |
dolphm | elfelvin: thanks | 18:51 |
al039 | but from there trying to figure out what to change - i need help with that | 18:51 |
*** ruhe has quit IRC | 18:51 | |
*** Dr_Who has joined #openstack-dev | 18:52 | |
dolphm | elfelvin: so you definitely have a 'compute' service in 'RegionOne' | 18:52 |
*** lucasagomes has joined #openstack-dev | 18:53 | |
dolphm | elfelvin: are you sure you're specifying tenantId correctly? (what happens if you change tenantId to an invalid value? it should 401) | 18:53 |
dolphm | elfelvin: if you don't specify tenant, you won't get a catalog back, and the client won't be able to discover nova | 18:53 |
*** lucas-dinner has quit IRC | 18:54 | |
annegentle | rosmaita: you were looking for how the markdown is built? Take a look at http://git.openstack.org/cgit/openstack-infra/config/tree/modules/jenkins/files/slave_scripts/markdown-docbook.sh | 18:56 |
dolphm | al039: it sounds like you need to call keystoneclient's tenants.get(tenant_id_or_name) to figure out if the shell parameter is really a name or ID | 18:56 |
*** wchrisj has joined #openstack-dev | 18:56 | |
dolphm | al039: if it's an ID, you'll get the ref back from keystone there, if it's a name, it'll 404 | 18:56 |
*** morganfainberg has quit IRC | 18:57 | |
*** morganfainberg has joined #openstack-dev | 18:57 | |
*** xga has joined #openstack-dev | 18:57 | |
dolphm | al039: i'm not really sure it makes sense for nova to handle tenant names there, though | 18:57 |
elfelvin | dolphm: tenantId as an invalid still returns "No endpoints for service type [compute]" | 18:58 |
dolphm | al039: (i.e. i think you should be calling nova with an ID, not a name) | 18:58 |
*** devoid has joined #openstack-dev | 18:58 | |
dolphm | elfelvin: hmm, i'd be paranoid that just putting that as an attribute in the array of credentials is getting ignored or thrown away | 18:59 |
dolphm | elfelvin: can you see what the actual request to keystone looks like on the wire? | 18:59 |
dolphm | elfelvin: or in keystone's logs | 18:59 |
*** martine has joined #openstack-dev | 19:00 | |
dolphm | stevemar: left you a sort of complicated comment on the oauth patch, stab me if it's not clear | 19:00 |
*** martine is now known as Guest16780 | 19:00 | |
*** rushiagr has joined #openstack-dev | 19:00 | |
elfelvin | dolphm: it does a POST to "POST http://192.168.10.4:5000/v2.0/tokens HTTP/1.0" even though i have http://192.168.10.4:5000/v2.0/ as my endpoint in the php script | 19:00 |
*** jbresnah has joined #openstack-dev | 19:00 | |
dolphm | stevemar: and your manager classes look like v2 managers instead of v3 managers | 19:01 |
dolphm | elfelvin: what's the request body? | 19:01 |
dolphm | elfelvin: (that part is good) | 19:01 |
elfelvin | ok let me do a capture quick | 19:01 |
*** Guest16780 is now known as martine_ | 19:01 | |
*** xga has quit IRC | 19:02 | |
stevemar | dolphm: your inline comment wasn't that complicated, but what's up with the manager classes | 19:03 |
*** READ10 has quit IRC | 19:04 | |
rushiagr | what is the channel for tripleo? I am the lone one at #openstack-tripleo LOL | 19:04 |
dolphm | stevemar: you're building request bodies and stuff instead of letting the v3 manager do all the fragile work | 19:04 |
elfelvin | dolphm: looks like it isnt passing the tenantId? http://pastebin.com/LUHx7jTp | 19:05 |
*** Dr_Who has quit IRC | 19:06 | |
*** safchain has joined #openstack-dev | 19:08 | |
stevemar | dolphm: you mean specifically the oauth token manager? | 19:08 |
elfelvin | dolphm: i think im meant to have "tenantName" and not "tenantId" | 19:08 |
dolphm | stevemar: yes | 19:08 |
dolphm | stevemar: both oauth managers? | 19:08 |
elfelvin | let me give that a go | 19:09 |
stevemar | dolphm: what's wrong with the consumer one? | 19:09 |
dolphm | elfelvin: you'll have to use a different value (it looks like that's an ID) | 19:09 |
*** jbresnah has quit IRC | 19:09 | |
dolphm | elfelvin: the API supports both, so it's just a matter of which (or both) the lib supports | 19:09 |
*** sarob has joined #openstack-dev | 19:10 | |
henrynash | dolphm: patch posted | 19:10 |
dolphm | henrynash: link? | 19:10 |
henrynash | dolphm: https://review.openstack.org/#/c/46613/ | 19:11 |
dolphm | stevemar: consumer one needs more work than the token manager (which is a bit necessarily complicated) | 19:11 |
dolphm | stevemar: but most of the work you're doing there you'll get for free by using the same base manager as the other v3 managers | 19:11 |
*** READ10 has joined #openstack-dev | 19:11 | |
*** dmakogon_ has joined #openstack-dev | 19:11 | |
dolphm | stevemar: all you really need to do is define the interface and maybe call getid() if appropriate | 19:12 |
elfelvin | dolphm: i get a better response now in the tcp capture, looks like its authing now http://pastebin.com/ZDaSnSXg | 19:12 |
*** adjohn has joined #openstack-dev | 19:13 | |
*** radez is now known as radez_g0n3 | 19:14 | |
dolphm | elfelvin: that looks good! request and response are both correct, a service catalog is returned, so you should be able to get a 'compute' endpoing in 'RegionOne' out of that response | 19:15 |
dolphm | elfelvin: ( http://192.168.10.4:8774/v2/4528bf4136b6400eb5ee6089bf8a9613 ) | 19:15 |
*** nil1511 has joined #openstack-dev | 19:15 | |
elfelvin | you a star dolphm, i will give it a go shortly | 19:16 |
dolphm | elfelvin: just trying to help :) | 19:17 |
stevemar | dolphm: ahh i get ya | 19:17 |
stevemar | dolphm: you want to use the crudManager | 19:18 |
dolphm | stevemar: yes! that's it | 19:18 |
dolphm | stevemar: that wouldn't help much in TokenManager, right? | 19:18 |
dolphm | stevemar: it's hardly doing CRUD work | 19:18 |
stevemar | dolphm: unfortunately, yes | 19:18 |
*** jprovazn has quit IRC | 19:19 | |
*** vuil has joined #openstack-dev | 19:19 | |
*** devoid has quit IRC | 19:20 | |
*** devoid has joined #openstack-dev | 19:22 | |
*** adjohn has quit IRC | 19:22 | |
*** dstanek has quit IRC | 19:27 | |
al039 | dolphm: the corresponding code (I think!) seems to be using tenant_id (not sure what the else is doing).. from python-novaclient/novaclient/v1_1/shell.py line 3068 | 19:27 |
al039 | def do_quota_show(cs, args): """List the quotas for a tenant/user.""" if not args.tenant: _quota_show(cs.quotas.get(cs.client.tenant_id, user_id=args.user)) else: _quota_show(cs.quotas.get(args.tenant, user_id=args.user)) | 19:27 |
*** tvb has quit IRC | 19:27 | |
*** tvb has joined #openstack-dev | 19:28 | |
*** tvb is now known as Guest48536 | 19:28 | |
*** nil1511 has quit IRC | 19:29 | |
*** shinylasers has quit IRC | 19:29 | |
*** salv-orlando has joined #openstack-dev | 19:30 | |
*** shinylasers has joined #openstack-dev | 19:32 | |
*** alop_ has joined #openstack-dev | 19:32 | |
*** burt has joined #openstack-dev | 19:33 | |
*** alop has quit IRC | 19:34 | |
*** alop_ is now known as alop | 19:34 | |
*** jbresnah has joined #openstack-dev | 19:34 | |
*** sarob has quit IRC | 19:34 | |
*** f13o has joined #openstack-dev | 19:36 | |
*** neelashah has quit IRC | 19:37 | |
*** romcheg_ has joined #openstack-dev | 19:38 | |
rosmaita | annegentle: thanks! | 19:38 |
stevemar | dolphm: btw - for the problem that i brought up with tenantId/tenant_id earlier today | 19:40 |
*** mlavalle has quit IRC | 19:40 | |
stevemar | dolphm: just run git clean -fdx, nuke everything. then the tests will pass | 19:40 |
*** dolphm has quit IRC | 19:41 | |
*** READ10 has quit IRC | 19:45 | |
*** shinylasers has quit IRC | 19:45 | |
*** dstanek has joined #openstack-dev | 19:45 | |
*** anniec has quit IRC | 19:45 | |
*** clayb has quit IRC | 19:47 | |
*** shinylasers has joined #openstack-dev | 19:47 | |
*** shinylasers has quit IRC | 19:47 | |
*** shinylasers has joined #openstack-dev | 19:48 | |
*** yolanda has quit IRC | 19:48 | |
*** israr has joined #openstack-dev | 19:49 | |
*** israr has left #openstack-dev | 19:49 | |
*** ayoung-vrooom is now known as ayoung | 19:50 | |
*** ruhe has joined #openstack-dev | 19:52 | |
*** esheffield has joined #openstack-dev | 19:53 | |
*** dmakogon__ has joined #openstack-dev | 19:53 | |
*** dmakogon_ has quit IRC | 19:53 | |
*** dmakogon__ has quit IRC | 19:53 | |
*** dmakogon_ has joined #openstack-dev | 19:53 | |
*** Guest48536 is now known as tvb | 19:55 | |
*** tvb has joined #openstack-dev | 19:55 | |
*** chandankumar has quit IRC | 19:57 | |
*** adjohn has joined #openstack-dev | 19:57 | |
*** lucasagomes has quit IRC | 19:57 | |
*** romcheg_ has quit IRC | 19:58 | |
*** colinmcnamara has joined #openstack-dev | 19:59 | |
*** sarob has joined #openstack-dev | 20:00 | |
*** waa has quit IRC | 20:01 | |
*** fbo is now known as fbo_away | 20:02 | |
*** Max_ has joined #openstack-dev | 20:05 | |
*** dolphm has joined #openstack-dev | 20:05 | |
*** Max_ has quit IRC | 20:05 | |
*** devoid has left #openstack-dev | 20:06 | |
*** roaet-away is now known as roaet | 20:06 | |
*** vartom111 has quit IRC | 20:06 | |
*** jruzicka has quit IRC | 20:11 | |
*** henrynash has quit IRC | 20:12 | |
*** vipul is now known as vipul-away | 20:13 | |
*** vipul-away is now known as vipul | 20:13 | |
*** arezmerita has quit IRC | 20:13 | |
*** arezmerita has joined #openstack-dev | 20:14 | |
*** egallen has quit IRC | 20:18 | |
*** ruhe has quit IRC | 20:19 | |
al039 | hello colin | 20:19 |
al039 | ping | 20:19 |
*** dvarga has quit IRC | 20:21 | |
*** dubsquared has quit IRC | 20:25 | |
*** eddie has joined #openstack-dev | 20:26 | |
*** eddie is now known as Guest19249 | 20:27 | |
*** boden has quit IRC | 20:27 | |
morganfainberg | gyee / dolphm, https://bugs.launchpad.net/keystone/+bug/1227980 couldn't we just encase the check in if conf.signing.format is not None as well? or just make conf.signing.token_format for havana override the provider config? | 20:27 |
uvirtbot | Launchpad bug 1227980 in keystone "Pluggable auth provider: Can't write a custom plugin due to hardcoded check" [Medium,Triaged] | 20:27 |
morganfainberg | e.g. if you have a signing format, use the "known" options, otherwise just go with whatever the provider config uses. | 20:28 |
*** roaet is now known as roaet-away | 20:28 | |
*** elfelvin has quit IRC | 20:28 | |
dolphm | morganfainberg: you mean token_format? | 20:28 |
morganfainberg | dolphm, yes | 20:28 |
morganfainberg | sorry, token_format | 20:28 |
dolphm | morganfainberg: is it [signing] token_format? | 20:28 |
gyee | we are deprecating token_format | 20:28 |
morganfainberg | according to the check, yes it is conf.signing.token_format | 20:29 |
morganfainberg | gyee, correct. | 20:29 |
gyee | so after IceHouse, we can just remove it. Workaround is don't set it to UUID or PKI for a custom provider | 20:29 |
dolphm | gyee: i think that's a decent workaround for havana-3, but it needs to be better in rc1 | 20:30 |
*** dprince has quit IRC | 20:30 | |
morganfainberg | gyee, wouldn't it make sense to just set the default to None and only use it if set for RC? | 20:30 |
*** SergeyLukjanov has quit IRC | 20:30 | |
dolphm | morganfainberg: but what you just described sounds like what i recall is implemented -- the catch is if both are specified and they conflict | 20:30 |
gyee | or do as Haneef suggested, check for both token_format and default class | 20:31 |
dolphm | morganfainberg: so the difference would be, if provider is specified, then complete ignore token_format? | 20:31 |
morganfainberg | dolphm, or vice-versa | 20:31 |
morganfainberg | since there is a default config for the provider | 20:31 |
dolphm | morganfainberg: you'd prefer the deprecated config option to take precedence? | 20:31 |
*** rushiagr has left #openstack-dev | 20:31 | |
*** markwash has joined #openstack-dev | 20:31 | |
dolphm | morganfainberg: in the event of a conflict | 20:31 |
gyee | if provider is not Keystone default provider, don't check token_format | 20:32 |
morganfainberg | gyee, that seems more correct | 20:32 |
dolphm | gyee: you mean one of the default providers? | 20:32 |
gyee | lets do this | 20:32 |
gyee | dolphm, yes | 20:32 |
dolphm | gyee: ++ | 20:33 |
morganfainberg | i like that. | 20:33 |
*** sandywalsh has quit IRC | 20:33 | |
gyee | morganfainberg, you working on it or you want me to submit a patch | 20:33 |
*** salv-orlando has quit IRC | 20:33 | |
morganfainberg | gyee, i just started, i can do it unless you want to | 20:33 |
*** salv-orlando has joined #openstack-dev | 20:33 | |
morganfainberg | haven't done any code work, it's a small patchset in either case and some simple tests | 20:33 |
morganfainberg | gyee, not sure how busy you are :) | 20:34 |
gyee | morganfainberg, lemme fix it, I am just getting back to Keystone | 20:34 |
morganfainberg | gyee, sounds good. | 20:34 |
gyee | have been working on "internal" projects the last few weeks | 20:34 |
morganfainberg | gyee, all yours then! | 20:34 |
gyee | w00t! | 20:34 |
*** Max_ has joined #openstack-dev | 20:34 | |
dolphm | chmouel: o/ friendly reminder for https://review.openstack.org/#/c/45447/ | 20:35 |
*** morganfainberg has quit IRC | 20:36 | |
gyee | morganfainberg, wouldn't it be great if we get more than 24 hrs a day? | 20:36 |
*** morganfainberg has joined #openstack-dev | 20:37 | |
*** sarob has quit IRC | 20:38 | |
stevemar | gyee, why do you say such things | 20:38 |
*** sarob has joined #openstack-dev | 20:38 | |
gyee | stevemar, too much shit on my plate man | 20:38 |
stevemar | gyee, drop stuff to others, i hear dolphm has lots of time to code. | 20:39 |
stevemar | gyee, anything I can help out with? | 20:39 |
gyee | stevemar, I wish, all internal projects, I am working 3 jobs :( | 20:39 |
stevemar | eek | 20:40 |
stevemar | gyee, then i'll let you be, good luck dude | 20:40 |
*** nikhil has joined #openstack-dev | 20:40 | |
*** Max_ has quit IRC | 20:42 | |
*** venkatesh has joined #openstack-dev | 20:42 | |
*** sarob has quit IRC | 20:42 | |
*** roaet-away is now known as roaet | 20:43 | |
morganfainberg | stevemar, going to look at your python-keystoneclient review here in a couple mins | 20:43 |
morganfainberg | stevemar, anything specific i should be looking at or just the whole thing? | 20:44 |
*** colinmcnamara has quit IRC | 20:45 | |
*** sandywalsh has joined #openstack-dev | 20:45 | |
*** KurtMartin is now known as kmartin | 20:45 | |
*** networkstatic has joined #openstack-dev | 20:48 | |
stevemar | morganfainberg the whole shabang | 20:48 |
morganfainberg | stevemar, ok cool | 20:48 |
stevemar | morganfainberg, just uploaded a new patch to address dolphs concerns | 20:48 |
*** hemanth has joined #openstack-dev | 20:48 | |
morganfainberg | i'm reading dolphs comment before i start | 20:48 |
stevemar | morganfainberg, umm, make sure my tests are kosher, the oauth specific headers are not getting testing. I had tested them before the httpretty migration | 20:49 |
morganfainberg | stevemar, i shall do my best, but i also want jamielennox's input before this merges. | 20:50 |
stevemar | morganfainberg, of course | 20:50 |
stevemar | morganfainberg, he is the client king | 20:50 |
morganfainberg | stevemar, we need to make a crown for him then ;) | 20:50 |
*** Jon___ has joined #openstack-dev | 20:50 | |
*** dolphm has quit IRC | 20:52 | |
*** shakayumi has joined #openstack-dev | 20:52 | |
morganfainberg | stevemar, https://review.openstack.org/#/c/30043/35/keystoneclient/v3/contrib/oauth1/__init__.py did you need the noqa lines? not sure which hacking check that would be in violation on | 20:52 |
morganfainberg | of* | 20:52 |
morganfainberg | you're importing modules. | 20:52 |
stevemar | morganfainberg, it wasn't passing in my env | 20:53 |
*** shakayumi has quit IRC | 20:53 | |
morganfainberg | stevemar, fair enough. | 20:53 |
*** dsirrine_ has joined #openstack-dev | 20:54 | |
*** dmakogon_ has left #openstack-dev | 20:54 | |
*** tmclaugh[work] has quit IRC | 20:54 | |
*** dims has joined #openstack-dev | 20:55 | |
*** dsirrine has quit IRC | 20:56 | |
*** wchrisj has quit IRC | 20:57 | |
*** amotoki has joined #openstack-dev | 21:01 | |
*** markmcclain1 has quit IRC | 21:03 | |
*** markmcclain has joined #openstack-dev | 21:03 | |
*** martine_ has quit IRC | 21:05 | |
*** dolphm has joined #openstack-dev | 21:05 | |
*** alunduil has quit IRC | 21:06 | |
*** stevemar has quit IRC | 21:06 | |
*** maheshp has quit IRC | 21:07 | |
*** Dr_Who has joined #openstack-dev | 21:07 | |
*** Dr_Who has joined #openstack-dev | 21:07 | |
*** maheshp has joined #openstack-dev | 21:08 | |
*** Dr_Who has quit IRC | 21:08 | |
*** neelashah has joined #openstack-dev | 21:08 | |
*** sarob has joined #openstack-dev | 21:09 | |
*** Jon___ has quit IRC | 21:11 | |
*** Jon___ has joined #openstack-dev | 21:12 | |
*** sarob has quit IRC | 21:13 | |
*** venkatesh has quit IRC | 21:14 | |
dolphm | morganfainberg: this is finally +1'd by jenkins https://review.openstack.org/#/c/46123/ | 21:14 |
*** jb__ has quit IRC | 21:14 | |
*** sgordon has quit IRC | 21:15 | |
*** jb__ has joined #openstack-dev | 21:16 | |
*** lifeless has quit IRC | 21:17 | |
*** emagana has joined #openstack-dev | 21:17 | |
morganfainberg | dolphm, ah did it need a rebase? | 21:18 |
*** thomasm has quit IRC | 21:18 | |
dolphm | morganfainberg: it was blocked by the change to tempest and oslo | 21:18 |
morganfainberg | dolphm, yeah i chased the tempest stuff earlier (a couple days ago) | 21:18 |
dolphm | morganfainberg: the change to oslo looks to be hand copied into this patch :( | 21:18 |
*** lifeless has joined #openstack-dev | 21:19 | |
morganfainberg | dolphm, it is, i think oslo hadn't accepted it yet? haven't seen the status of that changeset | 21:19 |
dolphm | morganfainberg: not sure - i've seen the patch, but it's not tracked against either of the bugs referenced here | 21:19 |
*** tmckay has quit IRC | 21:19 | |
morganfainberg | hrm. | 21:19 |
dolphm | morganfainberg: i know he hasn't used oslo's sync before, so we can probably help there | 21:19 |
*** roampune has joined #openstack-dev | 21:20 | |
*** kpavel has quit IRC | 21:20 | |
*** xqueralt is now known as xqueralt-afk | 21:22 | |
*** kbringard has quit IRC | 21:24 | |
*** lifeless has quit IRC | 21:25 | |
*** bswartz has quit IRC | 21:29 | |
ayoung | bknudson, lbragstad morganfainberg, please have a look at https://review.openstack.org/#/c/46363/2 you all oked a patch that depends on this one | 21:29 |
bknudson | ayoung: I wrote 46363 | 21:29 |
ayoung | bknudson, yeah, good point | 21:30 |
*** spzala has quit IRC | 21:30 | |
ayoung | I guess we shhould both +2 to start | 21:30 |
lbragstad | ayoung: looking | 21:31 |
*** xqueralt-afk is now known as xqueralt | 21:31 | |
*** venkatesh has joined #openstack-dev | 21:31 | |
*** sarob has joined #openstack-dev | 21:31 | |
*** boris-42 has quit IRC | 21:31 | |
*** kui has joined #openstack-dev | 21:35 | |
*** boris-42 has joined #openstack-dev | 21:38 | |
*** dkranz has quit IRC | 21:40 | |
*** READ10 has joined #openstack-dev | 21:41 | |
kui | When I test novaclient in py33 env ( running tox -epy33), I got error: "db type could not be determined", I got few info from log. Is there any suggestion/clue ? | 21:41 |
*** pcm_ has quit IRC | 21:44 | |
*** mfer has joined #openstack-dev | 21:44 | |
*** mfer has quit IRC | 21:44 | |
clarkb | kui: I think the py33 stuff is still very new, experimental and there to help draw attention to the fact that those tests fail | 21:45 |
*** dolphm has quit IRC | 21:47 | |
*** lifeless has joined #openstack-dev | 21:47 | |
*** galstrom is now known as galstrom_zzz | 21:49 | |
kui | clarkb: I want to verify a test case under py33. I have tried to "source .tox/py33/bin/activate", then run the test, it still emitted the same error. It seems that some package is not install properly for venv in py33. | 21:49 |
clarkb | kui: right, I don'y think novaclient works under py33 yet | 21:50 |
*** dolphm has joined #openstack-dev | 21:54 | |
kui | clarkb: yes, jenkins always fails for py33 in novaclient. But, at least, the build machine of jenkins can run test in py33. Actually I am trying to fix some of the failed tests in py33, before that, the py33 env should be ready on my host, just like jenkins. | 21:54 |
*** stevemar has joined #openstack-dev | 21:55 | |
*** boris-42 has quit IRC | 21:55 | |
*** CaptTofu has joined #openstack-dev | 21:55 | |
dhellmann | mordred: ping? | 21:57 |
*** jvrbanac has quit IRC | 21:59 | |
*** alop has quit IRC | 21:59 | |
*** stevemar has quit IRC | 22:01 | |
mordred | dhellmann: ola! | 22:02 |
mordred | kui: it's a testr issue | 22:02 |
dhellmann | mordred: how does pbr handle python-version-specific requirements like argparse and ordereddict? | 22:02 |
mordred | kui: do "rm -rf .testrepositrory" and re-run | 22:02 |
mordred | kui: testr currently has problems when you switch between python verisons | 22:03 |
mordred | lifeless: ^^ I believe you know about this already | 22:03 |
lifeless | yes | 22:03 |
lifeless | incompatible db format for python's db lib | 22:03 |
*** sarob has quit IRC | 22:04 | |
mordred | dhellmann: you don't want to know the answer | 22:04 |
*** xqueralt is now known as xqueralt-afk | 22:04 | |
* dhellmann braces himself | 22:04 | |
mordred | dhellmann: right now, there is a hardcoded list of package sin pbr for whom the upstream packagers should be shot | 22:04 |
lifeless | .testrepository/times.db is the file to remove | 22:04 |
mordred | dhellmann: pbr/packaging.py:BROKEN_ON_27 = ('argparse', 'importlib') | 22:04 |
*** sarob has joined #openstack-dev | 22:04 | |
*** stevemar-droid has joined #openstack-dev | 22:04 | |
dhellmann | hahahahahahaha | 22:04 |
dhellmann | mordred: ok, well, that's something | 22:04 |
mordred | dhellmann: it is, of course, possible for hte upstream author of such a package to make installing it a no-op on 2.6 | 22:04 |
mordred | but, well, they don't | 22:05 |
*** mrda has joined #openstack-dev | 22:05 | |
dhellmann | mordred: I'm going to recommend that netflix look at pbr instead of what they're doing now: https://github.com/Netflix/aminator/issues/147 | 22:05 |
mordred | dhellmann: more complexly, it is possible to write a custom per-project setup hook to process your list | 22:05 |
*** burt has quit IRC | 22:05 | |
mordred | dhellmann: yes. let me know if they need any help | 22:05 |
mordred | dhellmann: also, the early error there is the transient setuptools upgrade error | 22:05 |
dhellmann | yeah | 22:06 |
dhellmann | they're still using distribute, so that's the first fix | 22:06 |
*** stevemar-droid has quit IRC | 22:06 | |
mordred | wel, they should not be depending on it at least | 22:06 |
* mordred submits pr | 22:06 | |
dhellmann | I'm working on one, now, what change are you suggesting? | 22:06 |
dhellmann | oh, depending on distribute | 22:07 |
*** neelashah has quit IRC | 22:07 | |
kui | mordred, lifeless: I remove the file .testrepository/time.dbm, the py33 test can work. Thanks :) | 22:07 |
dhellmann | mordred: I think I've got it | 22:07 |
*** egallen has joined #openstack-dev | 22:08 | |
*** lbragstad has quit IRC | 22:08 | |
*** sarob has quit IRC | 22:09 | |
mordred | dhellmann: https://github.com/Netflix/aminator/pull/149 | 22:09 |
lifeless | kui: I don't think there is a specific bug about it, and I'm not entirely sure what I can do to fix it, but you are welcome to file a bug if you want. | 22:09 |
dhellmann | mordred: https://github.com/Netflix/aminator/pull/148 | 22:09 |
dhellmann | haha | 22:09 |
mordred | damn. you beat me | 22:09 |
*** eharney has quit IRC | 22:09 | |
mordred | dhellmann: we each missed something | 22:10 |
*** galstrom_zzz is now known as galstrom | 22:10 | |
dhellmann | mordred: :( | 22:11 |
mordred | dhellmann: you should delete distribute_setup.py | 22:11 |
mordred | dhellmann: I'll abandon mine | 22:11 |
*** jhesketh has joined #openstack-dev | 22:11 | |
*** dosaboy has quit IRC | 22:12 | |
dhellmann | mordred: amended. It will be interesting to see what cloudbees does with an amended pull request. | 22:12 |
*** changbl has quit IRC | 22:13 | |
kui | lifeless: In my case, I run "tox -epy27", then run "tox -epy33", the problem can be reproduced. | 22:13 |
mordred | dhellmann: if it can't handle that, it's TERRIBLE | 22:13 |
dhellmann | https://netflixoss.ci.cloudbees.com/job/aminator-pull-requests/119/console | 22:13 |
dhellmann | it can't | 22:13 |
lifeless | kui: I know | 22:13 |
mordred | dhellmann: wow. | 22:13 |
lifeless | kui: my previous statement still applies :) | 22:13 |
*** dosaboy has joined #openstack-dev | 22:14 | |
kui | lifeless: where should I open a bug to track it ? which project should it belong to ? | 22:14 |
lifeless | https://bugs.launchpad.net/testrepository | 22:14 |
*** dolphm has quit IRC | 22:14 | |
*** amotoki has quit IRC | 22:14 | |
mordred | dhellmann: wow. they just have a jenkins job that makes and pushes to naively named branches | 22:14 |
mordred | dhellmann: how are they selling that as a service? | 22:15 |
kui | lifeless: I will file one to track it. :) | 22:15 |
dhellmann | mordred: if they weren't an amazon customer, I'd offer to help them ;-) | 22:15 |
*** safchain has quit IRC | 22:17 | |
*** tvb has quit IRC | 22:18 | |
*** vipul is now known as vipul-away | 22:20 | |
dhellmann | mordred: oh, wow, I thought cloudbees was a netflix thing, I didn't realize that was a paid service | 22:20 |
*** armax has left #openstack-dev | 22:20 | |
*** vipul-away is now known as vipul | 22:22 | |
*** otherwiseguy has quit IRC | 22:23 | |
*** dstanek has quit IRC | 22:23 | |
kui | lifeless: testr bug is filed for db issue: https://bugs.launchpad.net/testrepository/+bug/1229445 | 22:23 |
uvirtbot | Launchpad bug 1229445 in testrepository "db type could not be determined" [Undecided,New] | 22:23 |
*** adalbas has quit IRC | 22:25 | |
al039 | in python-novaclient shell.py we have OpenStackComputeShell().main(map(strutils.safe_decode, sys.argv[1:])) | 22:25 |
al039 | in the OpenStackComputeShell class though I have only def main(self, argv): | 22:25 |
al039 | why do I need self when declaring main | 22:25 |
*** bknudson has left #openstack-dev | 22:27 | |
*** FunnyLookinHat has quit IRC | 22:27 | |
*** venkatesh has quit IRC | 22:28 | |
*** networkstatic has quit IRC | 22:29 | |
*** openstack has joined #openstack-dev | 22:32 | |
*** alunduil has joined #openstack-dev | 22:34 | |
*** radsy has joined #openstack-dev | 22:36 | |
*** gimps__ has joined #openstack-dev | 22:36 | |
*** rackerjoe has quit IRC | 22:37 | |
*** shakayumi has quit IRC | 22:38 | |
*** galstrom is now known as galstrom_zzz | 22:38 | |
*** rcleere has quit IRC | 22:39 | |
*** rcleere has joined #openstack-dev | 22:39 | |
*** rackerjoe has joined #openstack-dev | 22:39 | |
*** sheeprine has quit IRC | 22:42 | |
*** thedodd has quit IRC | 22:43 | |
*** dims has quit IRC | 22:43 | |
*** rcleere has quit IRC | 22:43 | |
*** egallen has quit IRC | 22:45 | |
*** rackerjoe has quit IRC | 22:47 | |
*** rackerjoe has joined #openstack-dev | 22:48 | |
*** egallen has joined #openstack-dev | 22:49 | |
*** cthulhup has joined #openstack-dev | 22:50 | |
*** vipul is now known as vipul-away | 22:51 | |
*** datsun180b has quit IRC | 22:51 | |
*** jbresnah_ has joined #openstack-dev | 22:52 | |
*** egallen has quit IRC | 22:53 | |
*** jasdeepH has joined #openstack-dev | 22:54 | |
*** cthulhup has quit IRC | 22:54 | |
*** jbresnah has quit IRC | 22:56 | |
al039 | i wish there was a lxrc for openstack code | 22:57 |
*** sheeprine has joined #openstack-dev | 22:58 | |
*** sheeprine has joined #openstack-dev | 22:58 | |
al039 | sorry lxr | 22:58 |
*** dims has joined #openstack-dev | 23:00 | |
*** markwash has quit IRC | 23:00 | |
*** vipul-away is now known as vipul | 23:01 | |
*** jayg is now known as jayg|g0n3 | 23:01 | |
*** radsy has quit IRC | 23:05 | |
*** jbresnah_ is now known as jbresnah | 23:06 | |
*** edmund has quit IRC | 23:13 | |
*** sheeprine has quit IRC | 23:13 | |
*** mmoya has quit IRC | 23:14 | |
*** rnirmal has quit IRC | 23:15 | |
*** anniec has joined #openstack-dev | 23:17 | |
*** bswartz has joined #openstack-dev | 23:17 | |
*** adjohn has quit IRC | 23:17 | |
*** mmoya has joined #openstack-dev | 23:20 | |
*** sheeprine has joined #openstack-dev | 23:21 | |
*** thomasm has joined #openstack-dev | 23:21 | |
*** changbl has joined #openstack-dev | 23:22 | |
*** gmurphy__ has quit IRC | 23:23 | |
*** hemna is now known as hemnafk | 23:24 | |
*** sheeprine has quit IRC | 23:25 | |
*** networkstatic has joined #openstack-dev | 23:27 | |
*** gmurphy has joined #openstack-dev | 23:28 | |
*** tvb has joined #openstack-dev | 23:29 | |
*** tvb is now known as Guest31624 | 23:29 | |
*** noorul` has joined #openstack-dev | 23:29 | |
*** noorul has quit IRC | 23:32 | |
*** Guest31624 has quit IRC | 23:33 | |
*** salv-orlando has quit IRC | 23:33 | |
*** sheeprine has joined #openstack-dev | 23:34 | |
*** sheeprine has joined #openstack-dev | 23:34 | |
*** kui has quit IRC | 23:34 | |
*** gyee has quit IRC | 23:34 | |
*** rfolco has quit IRC | 23:35 | |
*** zbitter has quit IRC | 23:38 | |
*** carl_baldwin has quit IRC | 23:38 | |
*** kbrierly has quit IRC | 23:38 | |
*** zbitter has joined #openstack-dev | 23:40 | |
*** mrodden has quit IRC | 23:41 | |
*** sheeprine has quit IRC | 23:43 | |
*** f13o has quit IRC | 23:44 | |
*** sthaha has joined #openstack-dev | 23:46 | |
*** sthaha has quit IRC | 23:46 | |
*** sthaha has joined #openstack-dev | 23:46 | |
*** mrda has quit IRC | 23:47 | |
*** arosen has quit IRC | 23:47 | |
*** venkatesh has joined #openstack-dev | 23:47 | |
*** shinylasers has quit IRC | 23:48 | |
*** thomasm has quit IRC | 23:48 | |
*** arosen has joined #openstack-dev | 23:50 | |
*** matsuhashi has joined #openstack-dev | 23:50 | |
*** adjohn has joined #openstack-dev | 23:50 | |
*** venkatesh has quit IRC | 23:50 | |
*** mrodden has joined #openstack-dev | 23:52 | |
*** mrodden1 has joined #openstack-dev | 23:54 | |
*** galstrom_zzz is now known as galstrom | 23:54 | |
*** bknudson has joined #openstack-dev | 23:54 | |
*** dkranz has joined #openstack-dev | 23:54 | |
*** JonnyNomad has quit IRC | 23:56 | |
*** mrodden has quit IRC | 23:57 | |
*** sarob has joined #openstack-dev | 23:57 | |
*** pcm_ has joined #openstack-dev | 23:58 | |
*** pcm_ has quit IRC | 23:58 | |
*** sarob_ has joined #openstack-dev | 23:59 | |
*** Ryan_Lane has quit IRC | 23:59 | |
*** pcm_ has joined #openstack-dev | 23:59 | |
*** Ryan_Lane1 has joined #openstack-dev | 23:59 | |
*** Ryan_Lane1 is now known as Ryan_Lane | 23:59 | |
*** Ryan_Lane has joined #openstack-dev | 23:59 | |
*** pmathews has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!