jamielennox | what is the command to actually generate the html from the .md? | 00:00 |
---|---|---|
*** kmartin has joined #openstack-dev | 00:00 | |
*** lloydde has quit IRC | 00:01 | |
openstackgerrit | A change was merged to openstack/nova: Move bw_usage_* tests in test_db_api to own test case. https://review.openstack.org/37206 | 00:02 |
*** sarob has quit IRC | 00:02 | |
*** openstackgerrit has quit IRC | 00:03 | |
*** openstackgerrit has joined #openstack-dev | 00:03 | |
*** sarob_ has quit IRC | 00:03 | |
*** sarob_ has joined #openstack-dev | 00:03 | |
*** kmartin has quit IRC | 00:03 | |
*** kmartin has joined #openstack-dev | 00:03 | |
*** _0x44 has joined #openstack-dev | 00:04 | |
*** sarob_ has quit IRC | 00:04 | |
openstackgerrit | A change was merged to openstack/nova: Move *_ec2_* tests in test_db_api to own test case. https://review.openstack.org/37248 | 00:05 |
*** ffio_ has quit IRC | 00:05 | |
*** _ffio_ has joined #openstack-dev | 00:05 | |
ayoung | jamielennox, updated patch posted | 00:05 |
*** vkmc has joined #openstack-dev | 00:07 | |
openstackgerrit | A change was merged to openstack/nova: Add a new GroupAffinityFilter https://review.openstack.org/35788 | 00:11 |
*** colinmcnamara1 has quit IRC | 00:11 | |
openstackgerrit | A change was merged to openstack/nova: Move test_stringified_ips to InstanceTestCase. https://review.openstack.org/37257 | 00:11 |
openstackgerrit | A change was merged to openstack/nova: Move a migration test to MigrationTestCase. https://review.openstack.org/37273 | 00:12 |
gyee | ayoung, can I approve the remote user patch before the jenkins run? | 00:12 |
gyee | need to go to dinner soon | 00:13 |
bknudson | gyee: last time I did that I got in trouble | 00:13 |
ayoung | gyee, if you +2 it and it passes, I will merge it | 00:13 |
gyee | k | 00:13 |
gyee | just +2 then | 00:13 |
*** jhesketh_ has joined #openstack-dev | 00:13 | |
openstackgerrit | A change was merged to openstack/cinder: Adds multiple iSCSI port support to 3PAR https://review.openstack.org/36535 | 00:13 |
openstackgerrit | A change was merged to openstack/tempest: Rework stress to be more UnitTest like https://review.openstack.org/36752 | 00:13 |
jamielennox | bknudson, gyee, ayoung, can you have a look at new identity-api patch: https://review.openstack.org/#/c/36166/ | 00:14 |
openstackgerrit | A change was merged to openstack/tempest: Fix tox job for stress tests. https://review.openstack.org/37262 | 00:14 |
gyee | henrynash, can you also add a test case for auth to make sure the inherited roles are populated? | 00:14 |
gyee | I am mostly good with the changes | 00:14 |
gyee | now I know why people hate sql migration :) | 00:15 |
jamielennox | henrynash, also ^ identity-api review. and anyone else here who is online whose nick i don't know | 00:15 |
ayoung | jamielennox, I assume that the "Includes" and "Provides" paragraph starting style actually means something? | 00:15 |
openstackgerrit | A change was merged to openstack/tempest: Add an option to run_stress.py to run tests serially. https://review.openstack.org/37263 | 00:16 |
*** zul has quit IRC | 00:16 | |
jamielennox | ayoung, i'm not sure if it's a rule but the others all provide a specifies and includes section | 00:16 |
openstackgerrit | A change was merged to openstack/ceilometer: Add index for db.meter by descending timestamp https://review.openstack.org/36159 | 00:16 |
jamielennox | other attribute elements | 00:16 |
openstackgerrit | A change was merged to openstack/ceilometer: doc: add a bunch of functional examples for the API https://review.openstack.org/35650 | 00:17 |
openstackgerrit | A change was merged to openstack/ceilometer: Fix the argument of UnknownArgument exception https://review.openstack.org/37270 | 00:17 |
jamielennox | the explanation paragraph doesn't really have precendent but was mentioned as a good idea on the implementation review | 00:17 |
gyee | jamielennox, spec looks good to me! | 00:17 |
ayoung | jamielennox, same here. | 00:18 |
jamielennox | gyee, ayoung, great | 00:18 |
*** adjohn has quit IRC | 00:19 | |
jamielennox | wow, and approved - never seen something move so fast | 00:19 |
*** adjohn has joined #openstack-dev | 00:19 | |
*** otherwiseguy has quit IRC | 00:20 | |
gyee | jamielennox, how's that for efficiency? till the next bug anyway :) | 00:20 |
jamielennox | gyee, see if we can do the same for the implementation :) | 00:20 |
ayoung | :) | 00:20 |
gyee | I like what dolphm said sometime back, "write disposable code" | 00:21 |
henrynash | gyee: are you ok if I come back in and add that kind of test once we have merged? (sounds like a good idea, however) | 00:22 |
*** spzala has quit IRC | 00:22 | |
*** spzala has joined #openstack-dev | 00:23 | |
gyee | henrynash, seems like we need at least one auth test right? how do we need the inherited roles are populated in the token data? | 00:23 |
gyee | s/need/know/ | 00:24 |
*** colinmcnamara has joined #openstack-dev | 00:24 | |
*** yaguang has joined #openstack-dev | 00:24 | |
*** adjohn has quit IRC | 00:24 | |
*** epim has quit IRC | 00:24 | |
henrynash | gyee: so I guess because we have tested the get_roles_for_user_and_project() which both v2 and v3 use to get the roles | 00:24 |
gyee | henrynash, lemme look at the provider code, if that the case, we're good | 00:25 |
gyee | gimme a sec | 00:25 |
henrynash | gyee: I'll check too | 00:25 |
*** kbrierly has quit IRC | 00:26 | |
gyee | henrynash, https://github.com/openstack/keystone/blob/master/keystone/token/providers/uuid.py#L176 | 00:26 |
gyee | we're good | 00:26 |
henrynash | gyee: ok, great…that's what the previous rationalisation patch was all about... | 00:27 |
*** yaguang_ has joined #openstack-dev | 00:27 | |
*** markwash has joined #openstack-dev | 00:27 | |
henrynash | gyee: looks like jenkins is about to pass…you ok to approve as long as it does? | 00:27 |
gyee | henrynash, +2 | 00:28 |
*** yaguang has quit IRC | 00:28 | |
henrynash | gyee: okm thx | 00:28 |
*** datsun180b has quit IRC | 00:28 | |
*** spzala has quit IRC | 00:28 | |
ayoung | henrynash, in | 00:31 |
ayoung | o0ops. | 00:32 |
ayoung | ah well. it is going to pass, but I should have waited | 00:32 |
*** lloydde has joined #openstack-dev | 00:33 | |
*** galstrom_zzz is now known as galstrom | 00:34 | |
*** sleepsonthefloor has quit IRC | 00:35 | |
henrynash | ayoung: thx (indeed) | 00:35 |
*** electrichead has quit IRC | 00:35 | |
ayoung | henrynash, I dropped the approval, but will reinstate when it passes jenkins etc | 00:35 |
henrynash | ayoungL np, and it just passed | 00:36 |
henrynash | ayoung: np, and it just passed | 00:36 |
ayoung | henrynash, that leaves the bind blueprint and we can call it a night. Late for you, isn't it? | 00:38 |
henrynash | ayoung: oh, yes! | 00:38 |
ayoung | henrynash, Ok, go to bed. We'll shepherd the rest. | 00:38 |
henrynash | ayoung: ok, do you want to push the button on mine…passed now | 00:39 |
*** sudorandom has joined #openstack-dev | 00:40 | |
*** sudorandom has quit IRC | 00:40 | |
henrynash | ayoung: want to at least see it in the gate queue then I can sleep a happy bunny | 00:41 |
*** adjohn has joined #openstack-dev | 00:41 | |
*** rods1 has quit IRC | 00:42 | |
*** tzumainn has joined #openstack-dev | 00:42 | |
ayoung | henrynash, http://status.openstack.org/zuul/ | 00:43 |
ayoung | last in line | 00:43 |
henrynash | ayoung: yee-ha! | 00:44 |
henrynash | ayoung: thx | 00:44 |
ayoung | henrynash, whatever happend to that british stiff upper lip] | 00:44 |
henrynash | ayoung: :-) | 00:44 |
henrynash | ayoungL strangely, however, it does not show approved in gerrit..although it is gating? | 00:45 |
*** nachi has quit IRC | 00:45 | |
henrynash | ayoung: strangely, however, it does not show approved in gerrit..although it is gating? | 00:46 |
*** SumitNaiksatam has quit IRC | 00:46 | |
*** xmltok_ has quit IRC | 00:51 | |
gyee | ayoung, henrynash, bknudson, jamielennox, I need to be offline for a few hours, will check my email later tonight if you guys need me to do any more reviews | 00:52 |
*** colinmcnamara has quit IRC | 00:52 | |
jamielennox | gyee, no worries. thanks for your help | 00:52 |
*** gyee has quit IRC | 00:53 | |
*** lloydde has quit IRC | 00:54 | |
*** emagana has quit IRC | 00:54 | |
ayoung | jamielennox, how are you looking? | 00:58 |
jamielennox | ayoung, no problems as yet, just a number of comments to get through | 00:58 |
jamielennox | ayoung, you trying to leave? | 00:58 |
ayoung | jamielennox, nope, trying to expedite. I've got all night on this one | 00:58 |
*** Mandell has quit IRC | 01:01 | |
*** jasdeepH has quit IRC | 01:02 | |
*** jog0 is now known as jog0-away | 01:03 | |
*** boris-42 has joined #openstack-dev | 01:03 | |
*** rfolco has quit IRC | 01:05 | |
*** reed has quit IRC | 01:07 | |
*** otherwiseguy has joined #openstack-dev | 01:08 | |
*** sthaha has joined #openstack-dev | 01:09 | |
*** sthaha has joined #openstack-dev | 01:09 | |
*** freedomhui has joined #openstack-dev | 01:11 | |
*** jasdeepH has joined #openstack-dev | 01:13 | |
*** galstrom is now known as galstrom_zzz | 01:13 | |
*** gongysh has joined #openstack-dev | 01:13 | |
*** SumitNaiksatam has joined #openstack-dev | 01:14 | |
*** nati_ueno has quit IRC | 01:14 | |
*** redbeard2 has joined #openstack-dev | 01:15 | |
*** sleepsonthefloor has joined #openstack-dev | 01:15 | |
*** terry7 has quit IRC | 01:16 | |
*** andrewbogott is now known as andrewbogott_afk | 01:17 | |
*** galstrom_zzz is now known as galstrom | 01:18 | |
*** BStokes999 has quit IRC | 01:22 | |
openstackgerrit | A change was merged to openstack/nova: Reassign MAC address for vm when resize_revert https://review.openstack.org/35096 | 01:27 |
openstackgerrit | A change was merged to openstack/swift: Refactor auditors to rely on expected gen names https://review.openstack.org/34810 | 01:27 |
openstackgerrit | A change was merged to openstack/nova: Fix duplicate fping_path config option https://review.openstack.org/36190 | 01:27 |
openstackgerrit | A change was merged to openstack/nova: Validate volume_size in block_device_mapping https://review.openstack.org/34749 | 01:27 |
jamielennox | ayoung, i've got a couple of statements like: CONF.auth.external = ("keystone.auth.plugins.external_default.ExternalDefault") left over. i can't see what i'm supposed to change that to | 01:29 |
ayoung | jamielennox, move those tests to the ExternalDefault test and remove the lines | 01:30 |
jamielennox | ayoung, ExternalDomain? | 01:31 |
*** dolphm has joined #openstack-dev | 01:31 | |
ayoung | jamielennox, er...class TestAuthExternalDomain(test_v3.RestfulTestCase): | 01:32 |
*** changbl has joined #openstack-dev | 01:32 | |
fabio | dolphm, if I don't restrict the kwargs to assertValidTokenResponse there a lot of issues in the tests | 01:32 |
ayoung | jamielennox, the way that the auth stuff works, you can't fake out the config. Needs to be a different config. If, OTOH, you are testing the default provider, just drop the line | 01:32 |
dolphm | fabio: i'm rewriting it for you | 01:33 |
fabio | dolphm, because this function is not handling kwargs at all | 01:33 |
dolphm | fabio: http://paste.openstack.org/raw/40619/ | 01:37 |
dolphm | fabio: you were close, you just had to pop the kwarg you were looking for before passing the rest on | 01:37 |
fabio | dolphm, ok, but in reality the other method is not parsing kwargs is mapping them, I know is legal but wouldn't have been clearer if it would get user from it? | 01:38 |
*** jhesketh_ has quit IRC | 01:39 | |
*** cp16net is now known as cp16net|away | 01:39 | |
*** cp16net|away is now known as cp16net | 01:40 | |
jamielennox | ayoung, so i shouldn't have to build a username/password auth packet any more right, just say 'external' method. i don't see that being done anywhere in the tests | 01:40 |
dolphm | fabio: i don't think it should be concerned with what kwargs are expected further up the call stack... it just makes it more difficult to maintain as you add more at various layers | 01:40 |
ayoung | jamielennox, you need to pass in something in the auth value, but it can be an empty dictionary | 01:40 |
jamielennox | right, but i'm just looking for an example somewhere in test_v3_auth where you set method = 'external' | 01:41 |
dolphm | fabio: i generally prefer to either enumerate them all be and super explicit or stay hands off (so: hands off, in this case) | 01:41 |
fabio | dolphm: ok, thanks. I am trying to understand the code philosophy :-) | 01:42 |
ayoung | jamielennox, I have one test that does that just to confirm that things fail | 01:42 |
dolphm | bknudson: if you're still on: https://review.openstack.org/#/c/33188/ | 01:42 |
jamielennox | ayoung, is there one? i have a fair few bind tests that are generating a user/pass auth because that is how we had to hack it to get the old v3 remote_user to work. Just seeing how i should change them | 01:43 |
dolphm | fabio: just curious, what languages do you have the most experience with? (recently) | 01:43 |
ayoung | jamielennox, in https://review.openstack.org/#/c/36839/9/tests/test_v3_auth.py line 1219 is the baseline test | 01:44 |
fabio | dolphm: javascript and nodeJS | 01:44 |
bknudson | fabio: JavaScript is 10x better than python. | 01:44 |
bknudson | but this is what we're stuck with | 01:45 |
ayoung | jamielennox, https://review.openstack.org/#/c/35093/14/tests/test_v3_auth.py for example some of the tests have auth_data = self.build_authentication_request( | 01:45 |
ayoung | 1333 user_id=self.user['id'], | 01:45 |
ayoung | 1334 password=self.user['password']) | 01:45 |
ayoung | bknudson, you trying to start a flamewar? | 01:46 |
fabio | bknudson and dolphm: you have to bear with me as I am new to Python and Keystone :-) | 01:46 |
jamielennox | bknudson, good god man | 01:46 |
dolphm | fabio: lol, no worries. unfortunately milestone-proposed day isn't the most convenient day to talk python philosophy :P | 01:47 |
ayoung | dolphm, try explaining that to termie | 01:48 |
dolphm | ayoung: i'm playing the role of termie here :P | 01:48 |
jamielennox | ayoung, right but they are still build user/pass, (also they are directly talking to the controller), with your remote_user we shouldn't need that any more | 01:49 |
ayoung | jamielennox, I just got those tests to pass, but they can be further cleaned up. if there is auth data, both external and the specified methods will get run, and I doubt that is what you want | 01:49 |
jamielennox | ayoung, actually we shouldn't even be allowing that any more right? you should specify 'external' as a method to trigger external auth | 01:50 |
*** pmathews has joined #openstack-dev | 01:50 | |
ayoung | jamielennox, no, I actually explicitly allow it. It will support things like MFA | 01:50 |
openstackgerrit | A change was merged to openstack/neutron: Nicira NVP plugin support for l3_ext_gw_mode extension https://review.openstack.org/26077 | 01:50 |
ayoung | anf that way it treats external as just another auth mechanism, albeit triggered via an env var as opposed to being in the methods list | 01:51 |
jamielennox | to maintain backwards compat or is that a permanent thing | 01:51 |
jamielennox | permanent somehow being different to what we release | 01:52 |
*** erkules_ has joined #openstack-dev | 01:52 | |
ayoung | jamielennox, do you think that it is wrong? | 01:54 |
*** mjfork has quit IRC | 01:54 | |
jamielennox | ayoung, i'm not sure. but doesn't it make having an 'external' in methods kind of redundant | 01:54 |
dolphm | fabio: if https://review.openstack.org/#/c/33188/21 looks good to you, can you +1? | 01:54 |
dolphm | fabio: if so, i'll approve and get it gating | 01:54 |
*** erkules has quit IRC | 01:55 | |
*** alexpilotti has quit IRC | 01:55 | |
ayoung | jamielennox, the test where I put it explicitly into the methods list was something that a reivewer asked for, just to make sure we had it covered if someone did. It is not something we advise. | 01:55 |
*** zul has joined #openstack-dev | 01:56 | |
jamielennox | ok so that's what i mean triggering external just because REMOTE_USER is in context is a backwards compat thing. If we are suggesting to someone how to setup an externally authenticated environment from now we would suggest putting 'exteral' into methods? | 01:56 |
ayoung | jamielennox, no, we would not. It will continue to be externally triggered. Putting it into the token request is redundant. | 01:57 |
bknudson | ayoung: maybe he's talking about the config option | 01:57 |
ayoung | jamielennox, BTW, I think https://review.openstack.org/#/c/33188/21 is going to conflict | 01:57 |
*** jhesketh has joined #openstack-dev | 01:57 | |
fabio | dolphm, done | 01:58 |
ayoung | bknudson, oh...right. Yeah, it needs to go in the methods in config. | 01:58 |
jamielennox | bknudson, no i mean within the auth methods packet | 01:58 |
dolphm | fabio: thanks, approved | 01:58 |
jamielennox | 'external' is now a legitimate mechanism alongside the like of password | 01:58 |
dolphm | ayoung: with what? | 01:59 |
jamielennox | if we call it anyway just because REMOTE_USER is in context should 'external' being in the auth methods be suggested or not | 01:59 |
dolphm | ayoung: (33188 will conflict with what?) | 01:59 |
ayoung | dolphm, with jamielennox 's binding patch | 01:59 |
dolphm | ayoung: ah, that's not gating yet, correct? | 02:00 |
ayoung | both change params in the token creation | 02:00 |
bknudson | jamielennox: I don't think it will work to have 'external' in the methods. | 02:00 |
dolphm | ayoung: https://review.openstack.org/#/c/35093/ ? | 02:00 |
ayoung | dolphm, jamielennox 's patch is not there | 02:00 |
ayoung | dolphm, yeah | 02:00 |
bknudson | hopefully I can't do "external": { "REMOTE_USER": "bknudson" } | 02:01 |
ayoung | bknudson, no, you cannot | 02:01 |
jamielennox | bknudson, https://review.openstack.org/#/c/36839 is remote_user pluggability. i'm pretty sure that just got explicitly added | 02:01 |
ayoung | REMOTE_USER has to come out of the env var, not out of that header | 02:01 |
jamielennox | no but you say 'methods': ['external'] to have it look for REMOTE_USER in the context | 02:01 |
*** markmcclain has joined #openstack-dev | 02:01 | |
ayoung | jamielennox, but only if external is already a method, in which case it is just executed twice | 02:02 |
jamielennox | right | 02:02 |
jamielennox | ok but my point is if i want to trigger say kerberos authentication. I know i don't have to but are we expecting people to put 'external' into methods | 02:03 |
jamielennox | which way should be default going forward | 02:03 |
*** freedomhui has quit IRC | 02:04 | |
*** lloydde has joined #openstack-dev | 02:04 | |
*** yaguang_ is now known as yaguang | 02:04 | |
yaguang | ping zyluo | 02:06 |
*** anteaya has quit IRC | 02:09 | |
*** lloydde has quit IRC | 02:09 | |
ayoung | jamielennox, I think I know why the tests failed on your last review....testing a fix now | 02:11 |
jamielennox | i think i've got them all running now | 02:12 |
jamielennox | but have a look anyway | 02:12 |
*** fabio has quit IRC | 02:12 | |
*** stevemar has joined #openstack-dev | 02:12 | |
ayoung | jamielennox, why is auth_with_bind_token skipped? | 02:12 |
jamielennox | it may not be any more | 02:13 |
jamielennox | it was to do with having to have a password section to figure out the user id | 02:13 |
jamielennox | that didn't work when trying to auth with a token and i didn't see any point extending the remote_user hack | 02:14 |
*** pmathews has quit IRC | 02:15 | |
jamielennox | that code is essentially guess work, but it's supposed to mean when you authenticate to /v3/auth/token with a token (to get another unscoped token) the bind is checked and copied across to the new token | 02:15 |
ayoung | jamielennox, reaplcing foo with remote_user and dropping the auth_data password stuff fixes that test | 02:15 |
jamielennox | maybe how it is written but it doesn't solve the problem | 02:16 |
jamielennox | if you try to auth with a token with bind data in it it will get picked up by the REMOTE_USER code and authed again | 02:17 |
jamielennox | that may or may not be an issue | 02:17 |
*** jasdeepH has quit IRC | 02:17 | |
dolphm | henrynash: did you have a bug or patch to add wrapper elements to the examples in identity-api? | 02:17 |
openstackgerrit | A change was merged to openstack/nova: Support scoped keys in aggregate extra specs filter https://review.openstack.org/35867 | 02:17 |
dolphm | henrynash: nevermind, found it! https://bugs.launchpad.net/keystone/+bug/1191794 | 02:18 |
uvirtbot | Launchpad bug 1191794 in keystone "Some of the collections in the API document are missing the top level collections name " [Medium,Confirmed] | 02:18 |
jamielennox | ayoung, o i did write it correctly. so i guess it will just check the external auth first and then enforce the token. | 02:18 |
jamielennox | which is a bit redundant and should probably be checked | 02:18 |
jamielennox | ayoung, so for example if i specify too auth mechanisms, say password and token, and they resolve to different user_ids and permissions who wins? does it pick it up as an error? | 02:19 |
jamielennox | s/too/two | 02:19 |
ayoung | jamielennox, last one wins | 02:21 |
jamielennox | ok, so authing remote_user and then token probably doesn't matter | 02:21 |
bknudson | it's whichever updates the in-out parameter last | 02:21 |
ayoung | remote_user goes first | 02:21 |
ayoung | each has an opportunity to fail the whole kit and kaboodle, but we don't deconflict between them. | 02:21 |
ayoung | jamielennox, should I repost the patch? | 02:22 |
jamielennox | ayoung, you just fixed that one skipped test? | 02:23 |
ayoung | jamielennox, I fixed 3 tests | 02:23 |
jamielennox | ayoung, pastebin them somewhere because i'm almost ready to resubmit this | 02:23 |
dolphm | ahh the gate is 10 miles long :( | 02:23 |
*** dperaza has quit IRC | 02:23 | |
*** pmathews has joined #openstack-dev | 02:23 | |
ayoung | jamielennox, ok | 02:23 |
ayoung | jamielennox, http://paste.openstack.org/show/40624/ | 02:24 |
ayoung | oh, the keystone merge gate's 10 miles long, doo dah, doo dah. | 02:24 |
*** dperaza has joined #openstack-dev | 02:24 | |
*** novas0x2a|laptop has quit IRC | 02:24 | |
*** pmathews has quit IRC | 02:24 | |
*** yaguang has quit IRC | 02:26 | |
*** zodiak has quit IRC | 02:26 | |
*** pmathews has joined #openstack-dev | 02:26 | |
openstackgerrit | A change was merged to openstack/nova: Don't ignore 'capabilities' flavor extra_spec https://review.openstack.org/36074 | 02:29 |
openstackgerrit | A change was merged to openstack/nova: Fix debug message for GroupAntiAffinityFilter https://review.openstack.org/35787 | 02:29 |
*** galstrom is now known as galstrom_zzz | 02:29 | |
openstackgerrit | A change was merged to openstack/nova: Fix aggregate update. https://review.openstack.org/36828 | 02:30 |
*** dolphm has quit IRC | 02:30 | |
*** galstrom_zzz is now known as galstrom | 02:34 | |
*** ayoung has quit IRC | 02:37 | |
*** ayoung has joined #openstack-dev | 02:37 | |
*** vkmc has quit IRC | 02:37 | |
*** Ryan_Lane has quit IRC | 02:39 | |
*** dguitarbite has joined #openstack-dev | 02:40 | |
*** jasdeepH has joined #openstack-dev | 02:40 | |
*** yaguang has joined #openstack-dev | 02:40 | |
*** pmathews has quit IRC | 02:42 | |
*** sbisbee has joined #openstack-dev | 02:42 | |
*** michchap has quit IRC | 02:45 | |
*** michchap has joined #openstack-dev | 02:46 | |
*** michchap has quit IRC | 02:46 | |
*** neelashah has joined #openstack-dev | 02:46 | |
*** terriyu has quit IRC | 02:52 | |
*** yaguang has quit IRC | 02:52 | |
jamielennox | ayoung, https://review.openstack.org/#/c/37377/ | 02:52 |
jamielennox | ayoung, and updated binding | 02:52 |
bknudson | jamielennox: you've reset https://review.openstack.org/#/c/36839 | 02:54 |
*** zul has quit IRC | 02:54 | |
jamielennox | bknudson, shit | 02:54 |
jamielennox | ahh | 02:55 |
*** roaet has joined #openstack-dev | 02:55 | |
bknudson | jamielennox: looks like it was just rebased and didn't change anything | 02:55 |
*** freedomhui has joined #openstack-dev | 02:56 | |
jamielennox | yea, it seems to be a trivial rebase but i assume i kicked it to the back of the queue | 02:56 |
bknudson | at some point I was told to use -R on git-review when I had multiple changes. | 02:56 |
jamielennox | it might need to be approved again | 02:56 |
*** zul has joined #openstack-dev | 02:56 | |
morganfainberg | -R? | 02:56 |
jamielennox | i did, but there's been so much rebasing that i must have somehow change the commit id | 02:57 |
bknudson | -R causes git-review to not do a rebase | 02:57 |
morganfainberg | oh | 02:57 |
morganfainberg | OH yeah, cool | 02:57 |
clarkb | bknudson: new git review will only do a rebase if it is necessary | 02:57 |
clarkb | so -R is probably less useful | 02:57 |
*** zyluo has joined #openstack-dev | 02:57 | |
morganfainberg | clarkb: so what i'm hearing is… update git-review :) | 02:57 |
morganfainberg | (since i haven't in a bit) | 02:57 |
clarkb | exactly | 02:57 |
morganfainberg | not rebasing unless needed is cool. | 02:58 |
clarkb | it actually checks if there are conflicts with the branch you are proposing against and if there are conflicts starts a rebase for you | 02:58 |
clarkb | otherwise it pushes as is | 02:58 |
jamielennox | next problem, gerrit only doing fast forward commits, remove all this merging in history | 02:59 |
jamielennox | i may well have misused fast-forward in that sentence | 02:59 |
bknudson | jamielennox: would be nice to have unit tests for https://review.openstack.org/#/c/37377/ | 03:00 |
clarkb | jamielennox: we have attempted to "fix" that and it becomes ugly | 03:00 |
clarkb | gerrits mechanism for doing that is cherry picking changes onto the branch they were proposed aginst instaed of merging | 03:00 |
ayoung | jamielennox, not a problem. I reapproved the remote-user patch | 03:01 |
clarkb | and edits the commit message when it does that so you get a completely different sha | 03:01 |
clarkb | which unfortunately makes a lot of things behave oddly | 03:01 |
morganfainberg | oh. thats… suboptimal for FF only | 03:01 |
roaet | is there a channel for neutron developers? | 03:01 |
morganfainberg | wonder if thats a j-git limitation | 03:01 |
morganfainberg | roaet: #openstack-quantum or #openstack-neutron maybe? not sure | 03:02 |
clarkb | morganfainberg: not sure. newer gerrit (which has newer jgit) has a rebase if necessary merge strategy | 03:02 |
clarkb | where if it can't fast forward it will rebase | 03:02 |
*** galstrom is now known as galstrom_zzz | 03:02 | |
clarkb | which in theory will work better, its something we will probably test once we have upgraded gerrit | 03:02 |
morganfainberg | clarkb: yeah, i'm using that for my company's internal gerrit (we use a similar setup to the upstream setup, just newer gerrit and a couple other minor changes) | 03:02 |
morganfainberg | for OS development (internal-only work, etc) | 03:02 |
*** galstrom_zzz is now known as galstrom | 03:03 | |
ayoung | jamielennox, that review looks ok. Any gotchas' that you can think of? | 03:03 |
jamielennox | ayoung, the xml one? | 03:03 |
morganfainberg | once you guys upgrade gerrit (I'd offer, but my java is… lacking) I know i'll be pivoting to the Openstack version if i can. | 03:03 |
*** nati_ueno has joined #openstack-dev | 03:03 | |
ayoung | jamielennox, yeah. Like, what calls get_method_names, is it OK if that returns an empty list? | 03:03 |
jamielennox | so that get's triggered when you doing a completely external auth, so the list of methods is empty | 03:04 |
jamielennox | in xml that gets rendered as u'' rather than [] | 03:05 |
ayoung | ok | 03:05 |
ayoung | I can ack that | 03:05 |
jamielennox | otherwise it should always be a list | 03:05 |
morganfainberg | what was it getting instead a Nonetype? | 03:05 |
morganfainberg | just curous. | 03:05 |
jamielennox | morganfainberg, u'' | 03:05 |
morganfainberg | oh oh | 03:05 |
morganfainberg | i see | 03:05 |
morganfainberg | consistency in output. | 03:06 |
bknudson | the xml <> json thing is a joke | 03:06 |
jamielennox | it appears our xm serializer may be a little bit hacked up | 03:06 |
*** pmathews has joined #openstack-dev | 03:07 | |
*** dperaza has quit IRC | 03:08 | |
*** melwitt has quit IRC | 03:08 | |
*** dperaza has joined #openstack-dev | 03:08 | |
ayoung | jamielennox, so, I realize we are only doing kerberos on this impl, but say we did support x509, what would the config look like to support both? | 03:10 |
bknudson | ayoung: require both or require just one? | 03:10 |
jamielennox | you can say CONF.token.bind = kerberos, x509 | 03:11 |
jamielennox | which puts bind data into the token for both those mechanisms | 03:11 |
jamielennox | what you can't say is CONF.token.enforce_bind_mode = x509, kerberos | 03:11 |
ayoung | jamielennox, but only for the mechanism actually used to create the token, right? | 03:11 |
jamielennox | i'm not sure exactly what enforcing that a token has 2 types of binding means | 03:12 |
jamielennox | should it be AND or OR | 03:12 |
*** jjmb has joined #openstack-dev | 03:12 | |
ayoung | jamielennox, I could see, in theory, that you could have both active when you generate a token. But that seems like a pretty big stretch. | 03:13 |
*** galstrom is now known as galstrom_zzz | 03:13 | |
jamielennox | and as there is no config file changes to make it a list later i'm postponing the decision | 03:13 |
*** mtreinish has joined #openstack-dev | 03:13 | |
ayoung | sounds good | 03:13 |
jamielennox | when you generate is fine, because they will sit side by side in the bind info | 03:13 |
jamielennox | so 'bind': { 'kerberos': 'USER@REALM', 'x509': { 'fingerprint': 'abcd..', 'algorithm': 'sha1'}} | 03:14 |
ayoung | token really needs a builder pattern, so we can stop with the ever growing parameter lists. | 03:14 |
*** pmathews has quit IRC | 03:14 | |
*** jjmb has quit IRC | 03:14 | |
jamielennox | and that will work for enforcement as well | 03:14 |
ayoung | jamielennox, yep. and I think it will work in practice. The use case I was given was "Kerberos for interactive work, x509 for batch workloads" | 03:15 |
jamielennox | right | 03:15 |
jamielennox | but we have a whole bunch of other problems that are going to come up with x509 anyway | 03:15 |
ayoung | so creating the batch workload you need to use the x509 that will be in effect when token is bound. | 03:15 |
ayoung | yeah. I think we are good for now. People will probably request extension in the future, but we don't have to be 100% | 03:16 |
jamielennox | in which case you say CONF.token.bind = kerberos, x509 and enforce_token_bind = required and it's fine | 03:16 |
jamielennox | it's only the 'named' mode | 03:16 |
jamielennox | but if you're using multiple external auths then it doesn't make sense to use the named mode anyway | 03:17 |
ayoung | right | 03:17 |
bknudson | does the bind stuff need to be tied into the external authentication code? | 03:17 |
bknudson | seems out of place | 03:18 |
*** dhellmann_ has quit IRC | 03:18 | |
*** SergeyLukjanov has joined #openstack-dev | 03:18 | |
ayoung | ok, henry nash's change is second in the queue. Once that passes, I'll try a local rebase and see if we are going to have any conflicts | 03:18 |
jamielennox | bknudson, you mean to generate the bind information? | 03:18 |
*** pixelbeat has quit IRC | 03:18 | |
ayoung | bknudson, yes, it needs to be there, as the external authentication mechanisms are the only ones that can realistically be bound to the tokens | 03:19 |
*** mtreinish_ has joined #openstack-dev | 03:19 | |
*** changbl has quit IRC | 03:21 | |
jamielennox | bknudson, in keystone/auth/plugins/external.py all we do is generate the bind data to be inserted into the tokens. it really has to be here as this may be the only place where we actually check this auth | 03:21 |
ayoung | looks like fabio's patch got approved, but it is failing jenkins. | 03:21 |
ayoung | bknudson, I just tried running it and got | 03:21 |
*** avishay has joined #openstack-dev | 03:21 | |
*** mtreinish has quit IRC | 03:21 | |
*** mtreinish_ is now known as mtreinish | 03:21 | |
*** dhellmann has joined #openstack-dev | 03:21 | |
bknudson | ayoung: the log shows that it fails py26 with some kind of key error | 03:22 |
ayoung | http://www.fpaste.org/25840/13740313/ | 03:22 |
*** rcleere has joined #openstack-dev | 03:22 | |
ayoung | bknudson, fails on my machine | 03:22 |
*** mdomsch has joined #openstack-dev | 03:22 | |
*** garyk has joined #openstack-dev | 03:22 | |
bknudson | ayoung: yep, that's the same as the error in the console log from jenkins | 03:23 |
ayoung | bknudson, context doesn;'t have query string | 03:25 |
ayoung | https://review.openstack.org/#/c/33188/20..21/keystone/auth/controllers.py | 03:25 |
bknudson | some of the tests didn't set it in the context. | 03:25 |
bknudson | in a previous version, fabio had a check for it | 03:26 |
bknudson | there was a lot of churn there. | 03:26 |
*** bdpayne has quit IRC | 03:26 | |
ayoung | bknudson, I am not cetain that query string is always there. What if there is no query string on the url? | 03:27 |
ayoung | is it missing or is it ""? | 03:27 |
*** dhellmann is now known as dhellmann_ | 03:28 | |
*** nachi has joined #openstack-dev | 03:28 | |
*** nachi_ has joined #openstack-dev | 03:28 | |
ayoung | bknudson, how about | 03:28 |
bknudson | I don't know... I could check on my system at least. | 03:28 |
ayoung | include_catalog = 'nocatalog' not in context.get('query_string') | 03:28 |
ayoung | let me try that | 03:28 |
bknudson | I don't think that will work because in will probably not work with None. | 03:29 |
morganfainberg | ayoung: you'd need .get('query_string', {}) or something | 03:29 |
morganfainberg | like that | 03:29 |
bknudson | TypeError: argument of type 'NoneType' is not iterable | 03:29 |
ayoung | it is a string, I think | 03:29 |
morganfainberg | .get() returns None by default | 03:29 |
morganfainberg | if the key doesn't exist | 03:29 |
ayoung | include_catalog = 'nocatalog' not in context.get('query_string','') | 03:29 |
bknudson | I thought it was a string but then there's some code in here that indicates it's a dict. | 03:30 |
morganfainberg | context is a dict iirc. | 03:30 |
bknudson | is query_string a dict or a string? | 03:30 |
ayoung | yeah, but query_String is a string, no? | 03:30 |
morganfainberg | hrm. | 03:30 |
morganfainberg | uhmm…. | 03:30 |
morganfainberg | i think it is morphed into a dict. | 03:31 |
openstackgerrit | A change was merged to openstack/nova: API for shelving https://review.openstack.org/34033 | 03:31 |
bknudson | I think tests/test_wsgi.py has some tests in it for this. | 03:31 |
openstackgerrit | A change was merged to openstack/keystone: Implement role assignment inheritance (OS-INHERIT extension) https://review.openstack.org/35986 | 03:31 |
openstackgerrit | A change was merged to openstack/neutron: Add gre tunneling support for the ML2 plugin https://review.openstack.org/33297 | 03:32 |
bknudson | looks like henrynash can rest easy | 03:32 |
openstackgerrit | A change was merged to openstack/cinder: Increase timeout period for clone volume. https://review.openstack.org/37358 | 03:32 |
openstackgerrit | A change was merged to openstack/cinder: Fixes ceph-backup failure if original volume deleted https://review.openstack.org/36719 | 03:32 |
openstackgerrit | A change was merged to openstack/neutron: Add VXLAN tunneling support for the ML2 plugin https://review.openstack.org/35384 | 03:32 |
ayoung | looks like a dict | 03:32 |
ayoung | bknudson, I am going to resubmit that one in a second, once my local tests pass | 03:33 |
bknudson | ayoung: having it as a dict sure makes things easier. I assume it treats it like a www-urlencoded string. | 03:34 |
ayoung | bknudson, I'm going for a dict here | 03:34 |
ayoung | seems to pass the tests either way | 03:34 |
morganfainberg | ayoung: shouldn't matter what your .get() returns in an empty case, it's only used for that test. | 03:35 |
morganfainberg | erm. to set the value of include_catalog to true/false | 03:35 |
morganfainberg | my guess is everything else already guards against a non-existant query-string | 03:36 |
ayoung | ok, lets let it pass jenkins this time before we approve | 03:36 |
*** dolphm has joined #openstack-dev | 03:36 | |
*** afazekas has joined #openstack-dev | 03:40 | |
*** colinmcnamara has joined #openstack-dev | 03:40 | |
*** fandikurnia01 has joined #openstack-dev | 03:46 | |
*** burt has joined #openstack-dev | 03:48 | |
ayoung | jamielennox, you happy with the bind patch or do you have any more changes pending? | 03:49 |
jamielennox | ayoung, i'm good | 03:49 |
jamielennox | i'm pretty much just waiting to see if it needs any rebasing and still passes jenkins | 03:49 |
ayoung | bknudson, are you cool with https://review.openstack.org/#/c/35093/ ? | 03:51 |
bknudson | ayoung: looking at it. | 03:51 |
ayoung | jamielennox, OK, I'll stick around for a while. I'm sure bknudson will stir up something | 03:52 |
openstackgerrit | A change was merged to openstack/cinder: Add Brick Fibre Channel attach/detach support. https://review.openstack.org/36577 | 03:52 |
openstackgerrit | A change was merged to openstack/cinder: Mark methods used in class only with prefix "_" https://review.openstack.org/37001 | 03:52 |
openstackgerrit | A change was merged to openstack/glance: Adding Cinder backend storage driver to Glance https://review.openstack.org/32864 | 03:52 |
*** Ryan_Lane has joined #openstack-dev | 03:54 | |
bknudson | wait... we're changing v2 tokens? | 03:54 |
bknudson | bind = v2_token_data['access']['token']['bind'] | 03:54 |
*** lloydde has joined #openstack-dev | 03:54 | |
bknudson | ayoung: does that seem right to you? | 03:55 |
bknudson | jamielennox: I thought this change was for v3 tokens? | 03:55 |
ayoung | bknudson, we he implemented before we had that discussion, and decided we could support both | 03:56 |
bknudson | ayoung: the spec didn't mention v2 tokens. | 03:56 |
bknudson | api-spec | 03:56 |
ayoung | bknudson, that is because it is the V3 API | 03:56 |
ayoung | bknudson, the thing is, the v2 path needed to change to support validation for binding | 03:57 |
ayoung | as we can validate a v3 token via the v2 api.... | 03:58 |
jamielennox | bknudson, hmm yea i thought noone had commented on that so i'd left it alone | 03:58 |
*** basha has joined #openstack-dev | 03:58 | |
jamielennox | basically the validate stuff works on the db representation not v2/v3 so it takes no extra effort | 03:58 |
jamielennox | i've got it in there as it's the only way i can prove at the moment with a real life deployment that it works | 03:58 |
*** bdpayne has joined #openstack-dev | 03:59 | |
jamielennox | becuase auth_token_middleware only supports v2 api | 03:59 |
jamielennox | the blueprint does talk about v2 as well | 03:59 |
jamielennox | but i've no idea how to even edit the v2 api, and it's not something we will ever promote for v2, but something we allow given we can do v2/v3 token mixing | 04:00 |
*** bdpayne has quit IRC | 04:01 | |
*** lloydde has quit IRC | 04:01 | |
*** changbl has joined #openstack-dev | 04:01 | |
*** yaguang has joined #openstack-dev | 04:01 | |
*** salv-orlando has joined #openstack-dev | 04:02 | |
*** lloydde has joined #openstack-dev | 04:03 | |
*** dolphm has quit IRC | 04:03 | |
*** neelashah has quit IRC | 04:04 | |
jamielennox | bknudson, agree with all the comments, thanks for letting them slide | 04:05 |
bknudson | jamielennox: you can submit a separate patch with the changes. | 04:06 |
jamielennox | right, i didn't expect to have them actually slide | 04:06 |
bknudson | or anybody else could for that matter | 04:06 |
*** alunduil has quit IRC | 04:07 | |
ayoung | jamielennox, it is at the top of the zuul queue, I'll approve after that | 04:09 |
*** melwitt has joined #openstack-dev | 04:11 | |
*** emagana has joined #openstack-dev | 04:12 | |
ayoung | jamielennox, just don't rebase or anything until https://review.openstack.org/#/c/36839/ and https://review.openstack.org/#/c/37377/ are in....they are at the head of the queue | 04:13 |
*** basha has quit IRC | 04:13 | |
jamielennox | ayoung, yea, looking at that now | 04:14 |
*** markmcclain has quit IRC | 04:14 | |
jamielennox | ayoung, did you test if they will conflict? | 04:15 |
ayoung | jamielennox, those are the dependencies for your patch. Haven't tested against fabio's | 04:15 |
*** rcleere has quit IRC | 04:20 | |
*** Mandell has joined #openstack-dev | 04:21 | |
*** jpeeler has quit IRC | 04:22 | |
*** galstrom_zzz is now known as galstrom | 04:23 | |
*** openstackgerrit has quit IRC | 04:26 | |
*** openstackgerrit has joined #openstack-dev | 04:26 | |
*** henrynash has quit IRC | 04:30 | |
*** colinmcnamara has quit IRC | 04:31 | |
*** prekarat has joined #openstack-dev | 04:31 | |
jamielennox | ayoung, binding jenkins fails on some tempest bug, completely unrelated | 04:34 |
ayoung | jamielennox, yeah, trying to id what bug this is, or if it is something new | 04:35 |
jamielennox | ayoung, i couldn't see anything in the rechecks list | 04:35 |
ayoung | jamielennox, same here | 04:35 |
jamielennox | ayoung, do we want to recheck or are you just looing to wait for those others to merge and approve? | 04:36 |
*** jbresnah has quit IRC | 04:36 | |
*** prekarat has quit IRC | 04:36 | |
ayoung | jamielennox, recheck no bug | 04:37 |
*** colinmcnamara has joined #openstack-dev | 04:37 | |
jamielennox | as in you are doing that? | 04:38 |
jamielennox | nvm, done | 04:38 |
*** galstrom is now known as galstrom_zzz | 04:39 | |
*** navid has joined #openstack-dev | 04:40 | |
*** stevemar has quit IRC | 04:40 | |
*** colinmcnamara1 has joined #openstack-dev | 04:40 | |
*** llu has quit IRC | 04:41 | |
*** llu has joined #openstack-dev | 04:41 | |
*** colinmcnamara has quit IRC | 04:42 | |
*** dstufft has quit IRC | 04:43 | |
*** dstufft has joined #openstack-dev | 04:43 | |
*** bswartz1 has joined #openstack-dev | 04:43 | |
*** bswartz has quit IRC | 04:45 | |
*** bswartz1 is now known as bswartz | 04:45 | |
*** colinmcnamara1 has quit IRC | 04:45 | |
ayoung | holee cow is the posgres test taking forevar | 04:46 |
jamielennox | ayoung, it failed out straight away because it can't be merged | 04:46 |
jamielennox | the remote_user and xml patches are jenkins approved but not merged yet | 04:47 |
*** fifieldt has joined #openstack-dev | 04:47 | |
ayoung | and just waiting... | 04:47 |
*** freedomhui has quit IRC | 04:47 | |
jamielennox | i'm not sure exactly what they are doing | 04:47 |
jamielennox | yes, 56 minutes seems long for a test run | 04:47 |
*** comay has quit IRC | 04:48 | |
*** prekarat has joined #openstack-dev | 04:51 | |
*** kushal has joined #openstack-dev | 04:51 | |
*** sride has joined #openstack-dev | 04:51 | |
*** colinmcnamara has joined #openstack-dev | 04:54 | |
*** danwent has joined #openstack-dev | 04:58 | |
*** prekarat has quit IRC | 05:00 | |
openstackgerrit | A change was merged to openstack/keystone: Pluggable Remote User https://review.openstack.org/36839 | 05:01 |
openstackgerrit | A change was merged to openstack/keystone: Fix XML rendering with empty auth payload. https://review.openstack.org/37377 | 05:02 |
*** bknudson has quit IRC | 05:02 | |
openstackgerrit | A change was merged to openstack/python-cinderclient: Add os-services extension support https://review.openstack.org/34674 | 05:02 |
*** SergeyLukjanov has quit IRC | 05:08 | |
jamielennox | ayoung, so i'm not sure exactly how to tell what the state will be to put mine after fabio's patch | 05:11 |
*** basha has joined #openstack-dev | 05:11 | |
jamielennox | ayoung, i've rebased it on to master and pushed the review again though | 05:12 |
ayoung | jamielennox, let me see. | 05:12 |
*** jasdeepH has quit IRC | 05:13 | |
*** _ffio_ has quit IRC | 05:13 | |
ayoung | oh, it is a mess | 05:14 |
ayoung | #both modified: doc/source/configuration.rst | 05:14 |
ayoung | #deleted by us: keystone/auth/plugins/external.py | 05:14 |
ayoung | #both modified: keystone/common/config.py | 05:14 |
ayoung | #both modified: keystone/token/providers/uuid.py | 05:14 |
ayoung | #deleted by us: tests/auth_plugin_external_domain.conf | 05:14 |
ayoung | #both modified: tests/test_v3_auth.py | 05:14 |
jamielennox | no it's not that bad | 05:15 |
jamielennox | it appears to be just uuid | 05:15 |
jamielennox | (if i've done that right) | 05:15 |
ayoung | maybe | 05:15 |
ayoung | I checkout out his, and then cherry-picked, but his might not survive a rebase | 05:16 |
jamielennox | pull master, cherry-pick his, cherry-pick mine | 05:16 |
jamielennox | both modified: keystone/token/providers/uuid.py | 05:16 |
ayoung | as suspected. | 05:17 |
jamielennox | but given that i've got no idea how to modfiy my patch to take that into account until it merges | 05:17 |
*** fifieldt has quit IRC | 05:17 | |
jamielennox | can it be done? | 05:17 |
*** prekarat has joined #openstack-dev | 05:18 | |
ayoung | I don't think it can be without a rebase, and thus resetting the jenkins queue, but that might actually be ok | 05:18 |
ayoung | jamielennox, I can re-approve his change | 05:19 |
jamielennox | rebase fabio's, put mine behind him and then set the whole thing off | 05:19 |
ayoung | yep | 05:19 |
ayoung | it will still merge tonight | 05:19 |
jamielennox | no idea how long it will take his to pass gate as is and i'm thinking it's fairly late for you | 05:19 |
ayoung | I can sleep in tomorrow. | 05:20 |
*** tzumainn has quit IRC | 05:20 | |
*** prekarat has quit IRC | 05:20 | |
ayoung | go for it. | 05:20 |
*** prekarat has joined #openstack-dev | 05:20 | |
jamielennox | that's right i can do it, i wasn't aware until i screwed that one up earlier that i had that power | 05:22 |
*** ffio has joined #openstack-dev | 05:22 | |
jamielennox | ayoung, done | 05:26 |
ayoung | jamielennox, you sure all function parameters are still passed in the same order? | 05:28 |
ayoung | guess it doesn;t matter with keyed though | 05:28 |
jamielennox | they aren't but they are all kwargs | 05:28 |
*** lloydde has quit IRC | 05:29 | |
jamielennox | should i be rearranging that or doesn't matter | 05:29 |
*** lloydde has joined #openstack-dev | 05:30 | |
*** navid has left #openstack-dev | 05:31 | |
*** freedomhui has joined #openstack-dev | 05:33 | |
*** navid has joined #openstack-dev | 05:34 | |
ayoung | doesn't matter | 05:34 |
ayoung | pe8 failure | 05:34 |
ayoung | pep | 05:34 |
*** prekarat has quit IRC | 05:34 | |
*** lloydde has quit IRC | 05:35 | |
jamielennox | just saw that | 05:35 |
*** prekarat has joined #openstack-dev | 05:35 | |
ayoung | ./keystone/token/providers/uuid.py:290:80: E501 line too long (80 > 79 characters) | 05:35 |
ayoung | trust=None, token=None, include_catalog=True, bind=None): | 05:35 |
ayoung | cool. You can resubmit without it affecting the other one | 05:36 |
*** jasdeepH has joined #openstack-dev | 05:40 | |
*** mdomsch has quit IRC | 05:40 | |
yaguang | zyluo,ping | 05:40 |
zyluo | pong yaguang | 05:41 |
*** jasdeepH has quit IRC | 05:41 | |
*** avishay has quit IRC | 05:41 | |
ayoung | jamielennox, saw a copy of this today http://www.amazon.com/William-Shakespeares-Star-Wars-Doescher/dp/1594746370 | 05:42 |
ayoung | jamielennox, OK, I hit approve on both. If either fail, do the recheck/reverify. There is nothing else in the queue, so there shouldn't be rebase issues. I'll check status in the morning | 05:46 |
jamielennox | ayoung, wow, not sure it that's awesome or ridiculous, probably they are note exclusive | 05:46 |
*** zaitcev has quit IRC | 05:46 | |
*** burt has quit IRC | 05:46 | |
jamielennox | ayoung, no worries it's passing py27 tests so that should be ok from here | 05:47 |
ayoung | cool. Gnight | 05:47 |
jamielennox | ayoung, thanks for the help | 05:47 |
*** nachi has quit IRC | 05:48 | |
*** nachi_ has quit IRC | 05:48 | |
*** prekarat has quit IRC | 05:48 | |
*** tong|2 has quit IRC | 05:49 | |
openstackgerrit | A change was merged to openstack/cinder: Add te field user_id into the volume detailed information. https://review.openstack.org/37167 | 05:49 |
openstackgerrit | A change was merged to openstack/neutron: Fix argument name mismatch in L3-RPC sync_routers https://review.openstack.org/37193 | 05:50 |
*** colinmcnamara has quit IRC | 05:58 | |
openstackgerrit | A change was merged to openstack/cinder: Fix error when QuotaUsage.updated_at is NULL https://review.openstack.org/37250 | 06:00 |
openstackgerrit | A change was merged to openstack/cinder: Add tests for cinder/api/urlmap.py https://review.openstack.org/36038 | 06:00 |
*** basha has quit IRC | 06:01 | |
*** jbresnah has joined #openstack-dev | 06:02 | |
*** prekarat has joined #openstack-dev | 06:03 | |
*** zul has quit IRC | 06:05 | |
*** zul has joined #openstack-dev | 06:06 | |
*** Ryan_Lane has quit IRC | 06:09 | |
*** koolhead17 has quit IRC | 06:09 | |
*** Ryan_Lane has joined #openstack-dev | 06:11 | |
*** Ryan_Lane has quit IRC | 06:11 | |
*** Ryan_Lane has joined #openstack-dev | 06:11 | |
*** jbresnah has quit IRC | 06:12 | |
*** jbresnah has joined #openstack-dev | 06:13 | |
*** afazekas has quit IRC | 06:21 | |
openstackgerrit | A change was merged to openstack/cinder: remove improper assert usage https://review.openstack.org/36602 | 06:23 |
openstackgerrit | A change was merged to openstack/nova: Replace get_instance_metadata call in api.ec2.cloud._format_instances https://review.openstack.org/36241 | 06:23 |
*** koolhead17 has joined #openstack-dev | 06:23 | |
openstackgerrit | A change was merged to openstack/horizon: Adding Heat Resource Topology to Horizon https://review.openstack.org/36351 | 06:23 |
openstackgerrit | A change was merged to openstack/cinder: Minor reorg for (array resource usage and backend options naming) https://review.openstack.org/36759 | 06:23 |
openstackgerrit | A change was merged to openstack/keystone: Implemented token creation without catalog response. https://review.openstack.org/33188 | 06:23 |
*** sushils has quit IRC | 06:25 | |
*** lcheng2 has joined #openstack-dev | 06:26 | |
*** akamyshnikova has joined #openstack-dev | 06:27 | |
*** sungju has quit IRC | 06:30 | |
openstackgerrit | A change was merged to openstack/keystone: Implement Token Binding. https://review.openstack.org/35093 | 06:31 |
*** aeperezt has quit IRC | 06:32 | |
*** jbresnah has quit IRC | 06:33 | |
*** lcheng2 has quit IRC | 06:34 | |
*** jhesketh has quit IRC | 06:37 | |
*** Mandell has quit IRC | 06:39 | |
cyeoh | afrittoli: hi are you around? | 06:39 |
*** navid_ has joined #openstack-dev | 06:40 | |
*** navid has quit IRC | 06:40 | |
*** pschaef has joined #openstack-dev | 06:42 | |
*** afazekas_food has joined #openstack-dev | 06:43 | |
*** jbresnah has joined #openstack-dev | 06:43 | |
*** rapture_rabbit has joined #openstack-dev | 06:45 | |
*** vartom has joined #openstack-dev | 06:49 | |
*** markwash has quit IRC | 06:51 | |
*** prekarat has quit IRC | 06:52 | |
*** yolanda has joined #openstack-dev | 06:54 | |
*** danwent has quit IRC | 07:00 | |
*** jprovazn has joined #openstack-dev | 07:01 | |
*** jcoufal has joined #openstack-dev | 07:01 | |
*** jcoufal has quit IRC | 07:01 | |
*** jcoufal has joined #openstack-dev | 07:02 | |
*** reidrac has joined #openstack-dev | 07:03 | |
*** lloydde has joined #openstack-dev | 07:03 | |
*** emagana has quit IRC | 07:04 | |
*** jcoufal has quit IRC | 07:04 | |
*** jcoufal has joined #openstack-dev | 07:05 | |
*** burris has quit IRC | 07:05 | |
*** prekarat has joined #openstack-dev | 07:06 | |
*** vartom2 has joined #openstack-dev | 07:06 | |
*** pmcg_ has joined #openstack-dev | 07:07 | |
*** lloydde has quit IRC | 07:08 | |
*** vartom has quit IRC | 07:08 | |
*** retr0h_ has joined #openstack-dev | 07:09 | |
*** jcoufal_ has joined #openstack-dev | 07:09 | |
*** jcoufal has quit IRC | 07:10 | |
*** mmagr has joined #openstack-dev | 07:10 | |
*** vartom has joined #openstack-dev | 07:11 | |
*** vartom2 has quit IRC | 07:13 | |
*** agorodnev has quit IRC | 07:14 | |
*** haleyb has quit IRC | 07:14 | |
*** retr0h has quit IRC | 07:14 | |
*** hloeung has quit IRC | 07:14 | |
*** pmcg has quit IRC | 07:14 | |
*** markwash has joined #openstack-dev | 07:14 | |
*** Alexei_987 has joined #openstack-dev | 07:14 | |
*** asalkeld is now known as asalkeld_food | 07:15 | |
*** dstufft has quit IRC | 07:16 | |
*** ndipanov_gone is now known as ndipanov | 07:16 | |
*** dstufft has joined #openstack-dev | 07:16 | |
*** vartom has quit IRC | 07:21 | |
*** haleyb has joined #openstack-dev | 07:21 | |
*** sushils has joined #openstack-dev | 07:22 | |
*** egallen has joined #openstack-dev | 07:22 | |
*** MaxV has joined #openstack-dev | 07:26 | |
*** radsy has quit IRC | 07:26 | |
*** avishay has joined #openstack-dev | 07:27 | |
*** agorodnev has joined #openstack-dev | 07:27 | |
*** jcoufal_ has quit IRC | 07:27 | |
*** jcoufal_ has joined #openstack-dev | 07:27 | |
*** avishay has quit IRC | 07:27 | |
*** avishay has joined #openstack-dev | 07:27 | |
*** henrynash has joined #openstack-dev | 07:28 | |
*** zoresvit has quit IRC | 07:29 | |
*** corXi has joined #openstack-dev | 07:30 | |
*** zoresvit has joined #openstack-dev | 07:33 | |
*** melwitt has quit IRC | 07:36 | |
*** otherwiseguy has quit IRC | 07:37 | |
*** kpavel has joined #openstack-dev | 07:37 | |
*** romcheg has joined #openstack-dev | 07:38 | |
*** JordanP has joined #openstack-dev | 07:39 | |
*** xqueralt-afk is now known as xqueralt | 07:39 | |
*** sushils has quit IRC | 07:40 | |
*** sride has quit IRC | 07:40 | |
*** afazekas_food is now known as afazekas | 07:40 | |
*** sushils has joined #openstack-dev | 07:40 | |
*** jtomasek has joined #openstack-dev | 07:41 | |
*** jaimegil has joined #openstack-dev | 07:42 | |
*** sleepsonthefloor has quit IRC | 07:46 | |
*** kpavel has quit IRC | 07:46 | |
*** Thor has quit IRC | 07:46 | |
*** kpavel has joined #openstack-dev | 07:46 | |
*** Thor has joined #openstack-dev | 07:47 | |
*** nati_ueno has quit IRC | 07:48 | |
*** rapture_rabbit has quit IRC | 07:48 | |
*** amotoki has joined #openstack-dev | 07:50 | |
*** kpavel_ has joined #openstack-dev | 07:51 | |
*** kpavel has quit IRC | 07:51 | |
*** kpavel_ is now known as kpavel | 07:51 | |
*** kpavel_ has joined #openstack-dev | 07:52 | |
*** kpavel has quit IRC | 07:52 | |
*** kpavel_ is now known as kpavel | 07:52 | |
*** kpavel has quit IRC | 07:57 | |
*** SergeyLukjanov has joined #openstack-dev | 07:58 | |
*** egallen has quit IRC | 07:59 | |
*** athomas has joined #openstack-dev | 08:00 | |
openstackgerrit | A change was merged to openstack/trove-integration: Redstack always overwrites the localrc file https://review.openstack.org/35756 | 08:03 |
*** boden has joined #openstack-dev | 08:04 | |
*** michchap has joined #openstack-dev | 08:04 | |
*** ffio has quit IRC | 08:05 | |
*** ffio_ has joined #openstack-dev | 08:05 | |
*** jpich has joined #openstack-dev | 08:06 | |
openstackgerrit | A change was merged to openstack/nova: Sort output for unit tests in test_describe_tags before compare https://review.openstack.org/36243 | 08:07 |
openstackgerrit | A change was merged to openstack/nova: Remove unused recreate-db options from run_test.sh https://review.openstack.org/36945 | 08:07 |
openstackgerrit | A change was merged to openstack/nova: Unify duplicate code for powering on an instance https://review.openstack.org/36939 | 08:08 |
*** egallen has joined #openstack-dev | 08:09 | |
*** NetworkStatic has quit IRC | 08:10 | |
*** fandikurnia01 has quit IRC | 08:10 | |
*** fandikurnia01 has joined #openstack-dev | 08:11 | |
openstackgerrit | A change was merged to openstack/ceilometer: Remove useless mongodb connection pool comment https://review.openstack.org/37400 | 08:13 |
*** johnthetubaguy has joined #openstack-dev | 08:15 | |
*** ociuhandu has quit IRC | 08:16 | |
openstackgerrit | A change was merged to openstack/ceilometer: api: build the storage connection once and for all https://review.openstack.org/36849 | 08:16 |
*** safchain has joined #openstack-dev | 08:19 | |
*** derekh has joined #openstack-dev | 08:20 | |
*** dosaboy has joined #openstack-dev | 08:20 | |
*** dperaza has quit IRC | 08:23 | |
*** SergeyLukjanov has quit IRC | 08:24 | |
*** lucasagomes has joined #openstack-dev | 08:29 | |
*** mkollaro has joined #openstack-dev | 08:31 | |
*** iartarisi has joined #openstack-dev | 08:33 | |
*** sandeepr_ltp has joined #openstack-dev | 08:37 | |
*** Adri2000 has quit IRC | 08:39 | |
*** boris-42 has quit IRC | 08:41 | |
*** sirushti_ has joined #openstack-dev | 08:43 | |
*** koolhead17 has quit IRC | 08:48 | |
*** beagles has quit IRC | 08:49 | |
*** hugokuo has quit IRC | 08:49 | |
*** hugokuo has joined #openstack-dev | 08:50 | |
*** uvirtbot has quit IRC | 08:50 | |
*** uvirtbot has joined #openstack-dev | 08:51 | |
*** zyluo has quit IRC | 08:52 | |
*** beagles has joined #openstack-dev | 08:52 | |
*** danpb has joined #openstack-dev | 08:56 | |
henrynash | ayoung, gyee, bknudson, dolphm: we may be closed for H2 now, but if not here is a tiddler that didn't get in due to needing a rebase….if you want to push it though, go for it: https://review.openstack.org/#/c/37104/ | 08:57 |
*** egallen has quit IRC | 08:59 | |
*** henrynash has quit IRC | 08:59 | |
*** Adri2000 has joined #openstack-dev | 08:59 | |
*** Adri2000 has quit IRC | 08:59 | |
*** Adri2000 has joined #openstack-dev | 08:59 | |
openstackgerrit | A change was merged to openstack/nova: Allow ::/0 for IPv6 security group rules https://review.openstack.org/36556 | 09:00 |
*** athomas has quit IRC | 09:01 | |
openstackgerrit | A change was merged to openstack/nova: Change get_all_instance_metadata to use _get_instances_by_filters https://review.openstack.org/36244 | 09:01 |
*** SergeyLukjanov has joined #openstack-dev | 09:01 | |
*** egallen has joined #openstack-dev | 09:01 | |
*** eglynn-afk is now known as eglynn | 09:02 | |
openstackgerrit | A change was merged to openstack/nova: Support Client Token for EC2 RunInstances https://review.openstack.org/32060 | 09:05 |
openstackgerrit | A change was merged to openstack/neutron: Fixes argument mismatch in l3-agent https://review.openstack.org/37393 | 09:06 |
openstackgerrit | A change was merged to openstack/neutron: Improve packet-filter test coverage in NEC Plugin https://review.openstack.org/37155 | 09:06 |
openstackgerrit | A change was merged to openstack/neutron: modernize quantum config in proper place https://review.openstack.org/36931 | 09:06 |
openstackgerrit | A change was merged to openstack/nova: Makes _PATH_CELL_SEP a public global variable https://review.openstack.org/37009 | 09:07 |
*** DuncanT- is now known as DuncanT | 09:09 | |
*** athomas has joined #openstack-dev | 09:11 | |
*** rods1 has joined #openstack-dev | 09:12 | |
*** ociuhandu has joined #openstack-dev | 09:13 | |
*** sride has joined #openstack-dev | 09:14 | |
sride | Hi | 09:14 |
sride | one my patches was reverted from Nova code base due to a bug related to it. | 09:15 |
sride | Now I have got the bug merged | 09:15 |
sride | How do I get the patch remerged? | 09:15 |
sride | anyone? | 09:16 |
*** ruhe has joined #openstack-dev | 09:18 | |
lifeless | sride: you need to propose it for merge again | 09:22 |
lifeless | sride: with a new Change-Id | 09:22 |
sride | okay. so a fresh review? | 09:23 |
lifeless | yes | 09:23 |
sride | lifeless: ^ | 09:23 |
sride | okay. | 09:23 |
*** kaushikc has joined #openstack-dev | 09:23 | |
*** asalkeld_food is now known as asalkeld | 09:23 | |
*** sagar_nikam has joined #openstack-dev | 09:25 | |
*** souvik has joined #openstack-dev | 09:25 | |
*** ssurana has quit IRC | 09:28 | |
*** ssurana has joined #openstack-dev | 09:30 | |
*** ociuhandu has quit IRC | 09:34 | |
*** tserong has quit IRC | 09:39 | |
*** tserong_ has joined #openstack-dev | 09:39 | |
*** akamyshnikova has quit IRC | 09:41 | |
*** tserong_ is now known as tserong | 09:41 | |
*** martyntaylor has joined #openstack-dev | 09:42 | |
*** yaguang has quit IRC | 09:43 | |
*** yaguang has joined #openstack-dev | 09:44 | |
*** boris-42 has joined #openstack-dev | 09:46 | |
*** obondarev_ has quit IRC | 09:47 | |
*** MrDHat|afk is now known as MrDHat | 09:47 | |
*** kaushikc has quit IRC | 09:47 | |
*** marcos_sb has joined #openstack-dev | 09:50 | |
*** souvik has quit IRC | 09:50 | |
*** SergeyLukjanov has quit IRC | 09:51 | |
openstackgerrit | A change was merged to openstack/nova: Passing volume ID as id to InvalidBDMVolume exception https://review.openstack.org/36812 | 09:54 |
openstackgerrit | A change was merged to openstack/nova: xenapi: enable attach volumes to non-running VM https://review.openstack.org/36313 | 09:54 |
openstackgerrit | A change was merged to openstack/nova: Assert backing_file should exist before attempting to create it https://review.openstack.org/37290 | 09:55 |
*** obondarev has joined #openstack-dev | 09:55 | |
*** ruhe has quit IRC | 09:59 | |
*** pabelanger has quit IRC | 10:02 | |
*** souvik has joined #openstack-dev | 10:05 | |
*** SergeyLukjanov has joined #openstack-dev | 10:06 | |
openstackgerrit | A change was merged to openstack/python-neutronclient: let cliff install the right pyparsing https://review.openstack.org/35418 | 10:06 |
*** pixelbeat has joined #openstack-dev | 10:07 | |
*** prekarat has quit IRC | 10:10 | |
*** sride has quit IRC | 10:11 | |
openstackgerrit | A change was merged to openstack/nova: Fix extensions os-remote-consoles to follow API v3 rules https://review.openstack.org/36790 | 10:12 |
*** alexpilotti has joined #openstack-dev | 10:17 | |
*** xBytez has quit IRC | 10:20 | |
*** xBytez has joined #openstack-dev | 10:21 | |
*** souvik1 has joined #openstack-dev | 10:24 | |
*** souvik has quit IRC | 10:24 | |
*** marcos_sb has quit IRC | 10:25 | |
*** mjfork has joined #openstack-dev | 10:27 | |
*** ruhe has joined #openstack-dev | 10:28 | |
*** prekarat has joined #openstack-dev | 10:29 | |
*** SergeyLukjanov has quit IRC | 10:29 | |
*** romcheg1 has joined #openstack-dev | 10:29 | |
*** SergeyLukjanov has joined #openstack-dev | 10:30 | |
*** SergeyLukjanov has quit IRC | 10:32 | |
*** SergeyLukjanov has joined #openstack-dev | 10:33 | |
*** romcheg has quit IRC | 10:34 | |
*** SergeyLukjanov has quit IRC | 10:36 | |
*** dguitarbite has quit IRC | 10:36 | |
*** dguitarbite has joined #openstack-dev | 10:36 | |
*** jruzicka has joined #openstack-dev | 10:36 | |
*** mjfork has quit IRC | 10:36 | |
*** pcm__ has joined #openstack-dev | 10:38 | |
*** pcm__ has quit IRC | 10:39 | |
*** akamyshnikova has joined #openstack-dev | 10:39 | |
*** pcm_ has joined #openstack-dev | 10:39 | |
*** ruhe has quit IRC | 10:40 | |
*** _0x44 has quit IRC | 10:43 | |
*** adjohn has quit IRC | 10:45 | |
*** kiall is now known as simonmcc | 10:48 | |
*** simonmcc is now known as kiall | 10:49 | |
*** tmmt_ is now known as tmmt | 10:51 | |
*** _0x44 has joined #openstack-dev | 10:53 | |
*** yaguang has quit IRC | 10:55 | |
*** afazekas is now known as afazekas_mtg | 10:58 | |
*** mikal has quit IRC | 10:58 | |
*** mikal has joined #openstack-dev | 10:59 | |
*** afazekas_mtg has quit IRC | 11:00 | |
*** markwash has quit IRC | 11:01 | |
*** prekarat has quit IRC | 11:01 | |
*** souvik1 has quit IRC | 11:01 | |
*** souvik has joined #openstack-dev | 11:01 | |
*** fbo_away is now known as fbo | 11:02 | |
*** mkollaro has quit IRC | 11:04 | |
*** mkollaro has joined #openstack-dev | 11:04 | |
*** mkollaro has quit IRC | 11:04 | |
*** afazekas has joined #openstack-dev | 11:04 | |
*** afazekas is now known as afazekas_away | 11:05 | |
*** dguitarbite has quit IRC | 11:05 | |
*** dguitarbite has joined #openstack-dev | 11:05 | |
*** _0x44 has quit IRC | 11:08 | |
*** chuckieb has joined #openstack-dev | 11:08 | |
*** navid_ has left #openstack-dev | 11:09 | |
*** anniec has joined #openstack-dev | 11:14 | |
*** prekarat has joined #openstack-dev | 11:17 | |
*** anniec_ has joined #openstack-dev | 11:18 | |
*** anniec has quit IRC | 11:19 | |
*** mkollaro has joined #openstack-dev | 11:19 | |
*** anniec_ is now known as anniec | 11:19 | |
*** fandikurnia01 has quit IRC | 11:20 | |
*** _0x44 has joined #openstack-dev | 11:20 | |
*** navid has joined #openstack-dev | 11:21 | |
*** navid has left #openstack-dev | 11:22 | |
*** erfanian has quit IRC | 11:24 | |
*** pcm_ has quit IRC | 11:30 | |
*** pschaef has quit IRC | 11:32 | |
*** gongysh has quit IRC | 11:32 | |
*** freedomhui has quit IRC | 11:32 | |
*** pschaef has joined #openstack-dev | 11:33 | |
*** krtaylor_ has joined #openstack-dev | 11:34 | |
*** _jasper22_ has joined #openstack-dev | 11:35 | |
*** rjbrady has joined #openstack-dev | 11:36 | |
*** sagar_nikam has quit IRC | 11:37 | |
*** jasper22_ has quit IRC | 11:38 | |
*** afazekas_away has quit IRC | 11:38 | |
*** ruhe has joined #openstack-dev | 11:40 | |
*** vkmc has joined #openstack-dev | 11:41 | |
*** vkmc has quit IRC | 11:41 | |
*** vkmc has joined #openstack-dev | 11:41 | |
ttx | jd__: around ? | 11:41 |
ttx | jd__: alarm-notifier is marked implemented but has a few reviews still lined up, what should I believe ? | 11:42 |
*** Aarti has joined #openstack-dev | 11:42 | |
ttx | (https://review.openstack.org/#/c/37211/ https://review.openstack.org/#/c/37218/ https://review.openstack.org/#/c/37219/) | 11:43 |
openstackgerrit | A change was merged to openstack/ceilometer: publisher.rpc: queing policies https://review.openstack.org/35604 | 11:43 |
Aarti | russellb: could you please assign priority for this bug https://bugs.launchpad.net/nova/+bug/1201766. the bug is breaking basic build flow in cell setup.. I've pushed it for review https://review.openstack.org/#/c/37452/ | 11:44 |
uvirtbot | Launchpad bug 1201766 in nova "Parent cell fails to process a message from a child cell to update an instance" [Undecided,In progress] | 11:44 |
*** romcheg has joined #openstack-dev | 11:46 | |
*** romcheg1 has quit IRC | 11:51 | |
*** henrynash has joined #openstack-dev | 11:51 | |
*** SergeyLukjanov has joined #openstack-dev | 11:56 | |
*** jgallard has joined #openstack-dev | 11:57 | |
*** eglynn is now known as eglynn-on-a-call | 11:57 | |
*** souvik has quit IRC | 11:58 | |
*** ruhe has quit IRC | 11:59 | |
*** ruhe has joined #openstack-dev | 12:00 | |
*** ruhe has quit IRC | 12:01 | |
*** _0x44 has quit IRC | 12:01 | |
*** dguitarbite has quit IRC | 12:03 | |
*** pcm_ has joined #openstack-dev | 12:04 | |
*** jasondotstar has joined #openstack-dev | 12:04 | |
*** pcm_ has quit IRC | 12:04 | |
*** mkollaro has quit IRC | 12:07 | |
*** dkranz has quit IRC | 12:08 | |
*** _0x44 has joined #openstack-dev | 12:08 | |
*** redbeard2 has quit IRC | 12:12 | |
*** jgallard has quit IRC | 12:14 | |
*** jgallard has joined #openstack-dev | 12:14 | |
*** lbragstad has joined #openstack-dev | 12:14 | |
*** FunnyLookinHat has joined #openstack-dev | 12:15 | |
*** jgallard has quit IRC | 12:15 | |
openstackgerrit | A change was merged to openstack/neutron: Improve lbaas haproxy plugin_driver test coverage https://review.openstack.org/35146 | 12:16 |
*** jgallard has joined #openstack-dev | 12:16 | |
*** rfolco has joined #openstack-dev | 12:16 | |
*** galstrom_zzz is now known as galstrom | 12:17 | |
*** jgallard has quit IRC | 12:18 | |
*** jgallard has joined #openstack-dev | 12:18 | |
*** krtaylor_ has quit IRC | 12:20 | |
*** mkollaro has joined #openstack-dev | 12:20 | |
*** wfoster_mtg is now known as wfoster | 12:25 | |
*** rfolco has quit IRC | 12:29 | |
*** rfolco has joined #openstack-dev | 12:29 | |
*** tmclaugh[work] has joined #openstack-dev | 12:32 | |
*** mkollaro has quit IRC | 12:32 | |
*** eharney has joined #openstack-dev | 12:33 | |
*** eharney has quit IRC | 12:33 | |
*** eharney has joined #openstack-dev | 12:33 | |
*** ondergetekende_ has joined #openstack-dev | 12:35 | |
*** ruhe has joined #openstack-dev | 12:36 | |
*** ondergetekende_ has quit IRC | 12:36 | |
*** afazekas_away has joined #openstack-dev | 12:40 | |
*** CaptTofu has quit IRC | 12:40 | |
*** CaptTofu has joined #openstack-dev | 12:41 | |
*** lucasagomes is now known as lucas-hungry | 12:42 | |
*** prad has joined #openstack-dev | 12:43 | |
*** dprince has joined #openstack-dev | 12:44 | |
*** pcm__ has joined #openstack-dev | 12:44 | |
*** dvarga has joined #openstack-dev | 12:45 | |
*** CaptTofu has quit IRC | 12:45 | |
*** Aarti has quit IRC | 12:46 | |
*** afazekas_away has quit IRC | 12:46 | |
*** souvik has joined #openstack-dev | 12:48 | |
*** xBytez has quit IRC | 12:49 | |
*** souvik has quit IRC | 12:49 | |
*** lbragstad has quit IRC | 12:49 | |
openstackgerrit | A change was merged to openstack/ceilometer: Lose weight for Ceilometer log in verbose mode https://review.openstack.org/37443 | 12:49 |
*** lorin1 has joined #openstack-dev | 12:50 | |
*** galstrom is now known as galstrom_zzz | 12:50 | |
*** sirushti_ has quit IRC | 12:51 | |
*** sballe has joined #openstack-dev | 12:51 | |
*** jgallard has quit IRC | 12:52 | |
*** jgallard has joined #openstack-dev | 12:52 | |
*** prad has quit IRC | 12:53 | |
*** mkollaro has joined #openstack-dev | 12:55 | |
*** afazekas_away has joined #openstack-dev | 12:55 | |
*** prad has joined #openstack-dev | 12:57 | |
*** amotoki_ has joined #openstack-dev | 12:57 | |
*** dvarga has quit IRC | 12:57 | |
*** jaimegil has quit IRC | 12:58 | |
*** alunduil has joined #openstack-dev | 12:58 | |
*** jtomasek_ has joined #openstack-dev | 13:00 | |
*** dvarga has joined #openstack-dev | 13:00 | |
*** aeperezt has joined #openstack-dev | 13:00 | |
*** gongysh has joined #openstack-dev | 13:01 | |
*** jgallard has quit IRC | 13:01 | |
*** jgallard has joined #openstack-dev | 13:01 | |
*** pcm__ has quit IRC | 13:01 | |
*** freedomhui has joined #openstack-dev | 13:02 | |
*** bknudson has joined #openstack-dev | 13:02 | |
*** jtomasek has quit IRC | 13:03 | |
*** stevemar has joined #openstack-dev | 13:04 | |
*** rjbrady has quit IRC | 13:06 | |
*** eglynn-on-a-call is now known as eglynn | 13:07 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Fix vm_test_mode https://review.openstack.org/37187 | 13:08 |
bourke | Wondering would core glance devs be free to give a final review of https://review.openstack.org/#/c/35286/ ? | 13:09 |
*** jpeeler has joined #openstack-dev | 13:09 | |
bourke | s/would/would any/ | 13:09 |
*** jgallard has quit IRC | 13:10 | |
*** sandywalsh has quit IRC | 13:10 | |
*** jgallard has joined #openstack-dev | 13:10 | |
*** souvik has joined #openstack-dev | 13:11 | |
*** neelashah has joined #openstack-dev | 13:12 | |
*** pcm_ has joined #openstack-dev | 13:13 | |
*** kevinconway has joined #openstack-dev | 13:13 | |
*** afazekas_away has quit IRC | 13:13 | |
*** pcm_ has quit IRC | 13:13 | |
*** pschaef has quit IRC | 13:14 | |
*** pcm_ has joined #openstack-dev | 13:14 | |
*** radez_g0n3 is now known as radez | 13:14 | |
*** jergerber has joined #openstack-dev | 13:15 | |
*** jgallard has quit IRC | 13:15 | |
*** jergerber has quit IRC | 13:15 | |
*** jgallard has joined #openstack-dev | 13:15 | |
*** souvik has quit IRC | 13:19 | |
*** jayg|g0n3 is now known as jayg | 13:19 | |
*** lbragstad has joined #openstack-dev | 13:19 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Disable fallocate and set max_file_size to default https://review.openstack.org/37182 | 13:20 |
*** litong has joined #openstack-dev | 13:21 | |
*** sandywalsh has joined #openstack-dev | 13:23 | |
*** ajyounge has quit IRC | 13:23 | |
*** woodspa has joined #openstack-dev | 13:23 | |
*** ajyounge has joined #openstack-dev | 13:24 | |
*** READ10 has joined #openstack-dev | 13:26 | |
*** afazekas_away has joined #openstack-dev | 13:27 | |
*** morazi has joined #openstack-dev | 13:29 | |
*** akamyshnikova has quit IRC | 13:30 | |
*** pschaef has joined #openstack-dev | 13:30 | |
*** dperaza has joined #openstack-dev | 13:31 | |
*** jmckind has joined #openstack-dev | 13:33 | |
*** sballe has quit IRC | 13:34 | |
*** AlanClark has joined #openstack-dev | 13:34 | |
*** sdake has joined #openstack-dev | 13:36 | |
*** sdake has joined #openstack-dev | 13:36 | |
*** changbl has quit IRC | 13:38 | |
*** jasper22_ has joined #openstack-dev | 13:39 | |
*** tzumainn has joined #openstack-dev | 13:40 | |
*** Tross has joined #openstack-dev | 13:40 | |
*** sandywalsh has quit IRC | 13:41 | |
*** lucas-hungry is now known as lucasagomes | 13:41 | |
*** amotoki has quit IRC | 13:41 | |
*** _jasper22_ has quit IRC | 13:42 | |
*** terriyu has joined #openstack-dev | 13:42 | |
*** sudorandom has joined #openstack-dev | 13:42 | |
*** avishay has quit IRC | 13:43 | |
*** burt has joined #openstack-dev | 13:44 | |
*** jgallard has quit IRC | 13:47 | |
*** jgallard has joined #openstack-dev | 13:47 | |
*** FunnyLookinHat has quit IRC | 13:48 | |
openstackgerrit | A change was merged to openstack/ceilometer: storage: fix clear/upgrade order https://review.openstack.org/36854 | 13:48 |
*** cp16net is now known as cp16net|away | 13:49 | |
*** stevemar has quit IRC | 13:51 | |
*** kenperkins has joined #openstack-dev | 13:52 | |
*** egallen has quit IRC | 13:52 | |
*** egallen has joined #openstack-dev | 13:53 | |
*** jimfehlig has joined #openstack-dev | 13:55 | |
*** burt has quit IRC | 13:56 | |
*** sandywalsh has joined #openstack-dev | 13:56 | |
*** burt has joined #openstack-dev | 13:56 | |
*** kenperkins has quit IRC | 13:58 | |
*** otherwiseguy has joined #openstack-dev | 13:59 | |
*** jecarey has joined #openstack-dev | 14:00 | |
*** sdake has quit IRC | 14:03 | |
*** burris has joined #openstack-dev | 14:03 | |
roaet | Hello. Is anyone in here particularly familiar with the SampleAPI testing procedure? ( https://github.com/openstack/nova/tree/master/nova/tests/integrated/api_samples ) I'm trying to write some tests but I'm not really sure if I'm supposed to write the tpl files or if they are generated by tox. | 14:04 |
*** sandywalsh has quit IRC | 14:07 | |
*** aelkikhia has joined #openstack-dev | 14:07 | |
*** CaptTofu has joined #openstack-dev | 14:09 | |
*** afazekas_away is now known as afazekas | 14:10 | |
*** garyk has quit IRC | 14:12 | |
*** galstrom_zzz is now known as galstrom | 14:12 | |
*** spzala has joined #openstack-dev | 14:13 | |
*** stackKid has joined #openstack-dev | 14:15 | |
*** dolphm has joined #openstack-dev | 14:15 | |
*** SergeyLukjanov has quit IRC | 14:15 | |
*** nati_ueno has joined #openstack-dev | 14:16 | |
*** emagana has joined #openstack-dev | 14:17 | |
*** reidrac has quit IRC | 14:18 | |
*** cppcabrera has joined #openstack-dev | 14:18 | |
*** rcleere has joined #openstack-dev | 14:20 | |
*** sandywalsh has joined #openstack-dev | 14:21 | |
*** nati_ueno has quit IRC | 14:21 | |
*** jgallard has quit IRC | 14:21 | |
*** SergeyLukjanov has joined #openstack-dev | 14:22 | |
*** redbeard2 has joined #openstack-dev | 14:22 | |
*** anteaya has joined #openstack-dev | 14:22 | |
*** jgallard has joined #openstack-dev | 14:22 | |
*** nati_ueno has joined #openstack-dev | 14:22 | |
*** michchap has quit IRC | 14:23 | |
*** stevemar has joined #openstack-dev | 14:24 | |
*** basha has joined #openstack-dev | 14:25 | |
*** egallen has quit IRC | 14:25 | |
*** rnirmal has joined #openstack-dev | 14:25 | |
*** stevemar has quit IRC | 14:26 | |
*** reidrac has joined #openstack-dev | 14:27 | |
*** datsun180b has joined #openstack-dev | 14:28 | |
*** FunnyLookinHat has joined #openstack-dev | 14:28 | |
*** datsun180b has quit IRC | 14:29 | |
*** datsun180b has joined #openstack-dev | 14:29 | |
*** dosaboy has quit IRC | 14:29 | |
*** ruhe has quit IRC | 14:31 | |
*** egallen has joined #openstack-dev | 14:33 | |
*** mlavalle has joined #openstack-dev | 14:34 | |
*** dosaboy has joined #openstack-dev | 14:34 | |
*** otherwiseguy has quit IRC | 14:35 | |
*** dkehn has joined #openstack-dev | 14:35 | |
*** egallen has quit IRC | 14:36 | |
*** reidrac has quit IRC | 14:37 | |
*** egallen has joined #openstack-dev | 14:37 | |
*** reidrac has joined #openstack-dev | 14:39 | |
*** egallen has quit IRC | 14:39 | |
*** pabelanger has joined #openstack-dev | 14:39 | |
*** basha has quit IRC | 14:39 | |
*** changbl has joined #openstack-dev | 14:39 | |
cyeoh | roaet: there is a blueprint which describes how to generate the api samples: https://blueprints.launchpad.net/nova/+spec/nova-api-samples | 14:40 |
*** henrynash has quit IRC | 14:40 | |
roaet | cyeoh: thanks much | 14:41 |
cyeoh | roaet: np | 14:42 |
*** ruhe has joined #openstack-dev | 14:42 | |
*** basha has joined #openstack-dev | 14:45 | |
*** Tross has quit IRC | 14:45 | |
*** gmoro_ has quit IRC | 14:48 | |
*** ruhe has quit IRC | 14:49 | |
openstackgerrit | A change was merged to openstack/nova: Force reopening eventlet's hub after fork https://review.openstack.org/37419 | 14:49 |
openstackgerrit | A change was merged to openstack/neutron: LBaaS: update DB pool stats received from lbaas agent https://review.openstack.org/37208 | 14:50 |
*** jgallard has quit IRC | 14:51 | |
sdague | jd__: did you see my latest comments on here - https://review.openstack.org/#/c/36905/ ? | 14:51 |
*** jgallard has joined #openstack-dev | 14:51 | |
ttx | jd__: ping? | 14:51 |
ttx | jd__: alarm-notifier is marked implemented but has a few reviews still lined up, what should I believe ? | 14:52 |
jd__ | sdague: nop, just did, we'll release then, we have an agenda item for that on our weekly meeting (which is tonight), so we can do that soon | 14:52 |
ttx | (https://review.openstack.org/#/c/37211/ https://review.openstack.org/#/c/37218/ https://review.openstack.org/#/c/37219/) | 14:52 |
jd__ | ttx: believe me | 14:52 |
*** mdenny has joined #openstack-dev | 14:52 | |
jd__ | ttx: these are minors tweaks, the big stuff are in | 14:52 |
ttx | jd__: always. I'll unlink those reviews so that they don't mess up my reports | 14:53 |
jd__ | ttx: ack! | 14:53 |
jd__ | sileht: ^^^^ | 14:53 |
*** kenperkins has joined #openstack-dev | 14:53 | |
*** sballe has joined #openstack-dev | 14:53 | |
*** kdas__ has joined #openstack-dev | 14:53 | |
sileht | jd__, o/ | 14:54 |
jd__ | sileht: nothing, just wanted you to see and read the backlog :) | 14:54 |
ttx | jbresnah: same question for https://review.openstack.org/#/c/36884/ and blueprint: multiple-image-locations. BP is marked implemenetd but review mentions BP. What should I believe ? | 14:54 |
*** gongysh has quit IRC | 14:54 | |
*** salv-orlando has quit IRC | 14:54 | |
*** kushal has quit IRC | 14:54 | |
*** topol has joined #openstack-dev | 14:55 | |
*** hemnafk is now known as hemna_ | 14:55 | |
*** basha has quit IRC | 14:55 | |
sileht | ttx, alarm-notifier is finished this three reviews are to add a new backend to handle https:// scheme | 14:56 |
ttx | sileht: ack | 14:56 |
*** reidrac has quit IRC | 14:56 | |
*** afazekas has quit IRC | 14:57 | |
*** alunduil has quit IRC | 14:57 | |
ttx | jd__: you backporting the fix for 1199193 to milestone-proposed ? | 14:57 |
*** sdake has joined #openstack-dev | 14:57 | |
*** sdake has joined #openstack-dev | 14:57 | |
*** kdas__ is now known as kushal | 14:58 | |
*** kushal has quit IRC | 14:58 | |
*** kushal has joined #openstack-dev | 14:58 | |
*** alexpilotti has quit IRC | 14:58 | |
ttx | jd__: or is it an old fix that was certainly caught in the branch cut ? | 14:58 |
jd__ | ttx: this bug has been fixed by 95c8c7e894cda5ff6ea2a123b3dcdba27d0458b8 which should be in h2, just a sync issue it seems | 14:59 |
ttx | jd__: ok, will mark it in h2 then (fixreleased) | 14:59 |
jd__ | I've triged the bug this afternoon and noticed that it was still opened for no reason | 14:59 |
jd__ | ttx: ack! | 14:59 |
ttx | jd__: ok so only 1202143 on the backport plate | 15:00 |
*** gmoro_ has joined #openstack-dev | 15:00 | |
ttx | so far | 15:00 |
jd__ | ttx: yeah, or eglynn set h2 thinking he was still on time :) | 15:01 |
ttx | jd__: if it makes master soon we can certainly backport it | 15:01 |
*** nati_ueno has quit IRC | 15:01 | |
ttx | unless you don't care about it (in which case you should defer it to h3) | 15:02 |
jd__ | ttx: well if it's not a hard task to backport, I think eglynn will be happy to have it fixed | 15:03 |
*** nati_ueno has joined #openstack-dev | 15:04 | |
*** mrodden has quit IRC | 15:05 | |
*** jprovazn has quit IRC | 15:05 | |
*** pcm_ has quit IRC | 15:05 | |
*** nati_ueno has quit IRC | 15:06 | |
ttx | jd__: it's not hard. | 15:08 |
*** amotoki has joined #openstack-dev | 15:08 | |
ttx | unless you pushed gazillions of patches in the last hour. | 15:08 |
*** neelashah has quit IRC | 15:08 | |
openstackgerrit | A change was merged to openstack/keystone: grammar fixes in error messages https://review.openstack.org/37372 | 15:09 |
*** amotoki has quit IRC | 15:09 | |
*** neelashah has joined #openstack-dev | 15:09 | |
*** egallen has joined #openstack-dev | 15:10 | |
*** jecarey has quit IRC | 15:10 | |
*** jecarey has joined #openstack-dev | 15:12 | |
*** bdpayne has joined #openstack-dev | 15:13 | |
*** nachi has joined #openstack-dev | 15:13 | |
*** nachi_ has joined #openstack-dev | 15:13 | |
*** mkollaro has quit IRC | 15:14 | |
*** zul has quit IRC | 15:14 | |
*** dhellmann has joined #openstack-dev | 15:15 | |
*** dhellmann has quit IRC | 15:16 | |
*** rharwood has joined #openstack-dev | 15:16 | |
*** Vek_ is now known as Vek | 15:16 | |
*** Vek has joined #openstack-dev | 15:16 | |
*** electrichead has joined #openstack-dev | 15:17 | |
*** dkranz has joined #openstack-dev | 15:17 | |
*** danwent has joined #openstack-dev | 15:17 | |
*** otherwiseguy has joined #openstack-dev | 15:17 | |
*** souvik has joined #openstack-dev | 15:19 | |
*** drewlander has joined #openstack-dev | 15:19 | |
*** basha has joined #openstack-dev | 15:20 | |
*** mrodden has joined #openstack-dev | 15:21 | |
*** sdake has quit IRC | 15:24 | |
*** michchap has joined #openstack-dev | 15:24 | |
*** afazekas has joined #openstack-dev | 15:24 | |
*** kenperkins has quit IRC | 15:24 | |
notmyname | ttx: did I do https://blueprints.launchpad.net/swift/+spec/swift-ec right? assigned it to the "future" series goal? | 15:25 |
notmyname | ttx: or am I just supposed to keep it on the "next" milestone target | 15:26 |
*** comay has joined #openstack-dev | 15:26 | |
ttx | notmyname: you don't NEED to set the series goal, but you can. The script would have adjusted it for you if you didn't do it. | 15:28 |
notmyname | ttx: to "future"? | 15:28 |
*** basha has quit IRC | 15:29 | |
*** basha_ has joined #openstack-dev | 15:29 | |
*** basha_ is now known as basha | 15:29 | |
ttx | notmyname: the script just makes sure the two fields are consistent. Next being a "future" milestone, it would have set series to "future" after it picked up your target milestone | 15:29 |
notmyname | k | 15:29 |
notmyname | ttx: thanks. I'll set the dependent ones to "next" milestone too | 15:29 |
ttx | makes sense, thanks | 15:29 |
*** jaybuff has joined #openstack-dev | 15:29 | |
*** epim has joined #openstack-dev | 15:32 | |
*** michchap has quit IRC | 15:32 | |
*** basha_ has joined #openstack-dev | 15:34 | |
*** salv-orlando has joined #openstack-dev | 15:36 | |
*** andrewbogott_afk is now known as andrewbogott | 15:36 | |
dansmith | jgriffith: ping | 15:36 |
*** basha has quit IRC | 15:36 | |
*** basha_ is now known as basha | 15:36 | |
*** freedomhui has quit IRC | 15:38 | |
*** garyk has joined #openstack-dev | 15:38 | |
*** cp16net|away is now known as cp16net | 15:39 | |
*** Tross has joined #openstack-dev | 15:42 | |
*** souvik1 has joined #openstack-dev | 15:44 | |
*** jecarey has quit IRC | 15:44 | |
*** souvik has quit IRC | 15:45 | |
*** emagana has quit IRC | 15:45 | |
*** dtroyer_zz has quit IRC | 15:45 | |
*** basha_ has joined #openstack-dev | 15:45 | |
*** xmltok has joined #openstack-dev | 15:46 | |
*** iartarisi has quit IRC | 15:46 | |
*** sandeepr_ltp has quit IRC | 15:47 | |
*** basha has quit IRC | 15:49 | |
*** mrodden has quit IRC | 15:49 | |
*** basha_ is now known as basha | 15:49 | |
*** michchap has joined #openstack-dev | 15:50 | |
*** dolphm has quit IRC | 15:50 | |
*** mrodden has joined #openstack-dev | 15:51 | |
*** jecarey has joined #openstack-dev | 15:52 | |
*** sdake has joined #openstack-dev | 15:52 | |
*** sdake has joined #openstack-dev | 15:52 | |
*** basha_ has joined #openstack-dev | 15:52 | |
*** dolphm has joined #openstack-dev | 15:53 | |
*** mmagr has quit IRC | 15:53 | |
*** basha has quit IRC | 15:55 | |
*** basha_ is now known as basha | 15:55 | |
*** epim_ has joined #openstack-dev | 15:55 | |
*** epim has quit IRC | 15:56 | |
*** epim_ is now known as epim | 15:56 | |
*** ruhe has joined #openstack-dev | 15:56 | |
*** NetworkStatic has joined #openstack-dev | 15:56 | |
*** avishay has joined #openstack-dev | 15:56 | |
*** jvrbanac has joined #openstack-dev | 15:57 | |
*** sthaha has quit IRC | 15:57 | |
jbresnah | ttx: multiple locations is not yet complete. | 15:57 |
*** Alexei_987 has quit IRC | 15:59 | |
*** sgordon has quit IRC | 15:59 | |
jgriffith | dansmith: pong | 15:59 |
*** corXi has quit IRC | 15:59 | |
*** amotoki has joined #openstack-dev | 16:00 | |
*** jgallard has quit IRC | 16:00 | |
*** jaybuff has quit IRC | 16:01 | |
*** basha_ has joined #openstack-dev | 16:01 | |
dansmith | jgriffith: hey, that review to fix cinderclient got abandoned and it's still broken in master... just wondering if there's still a plan :) | 16:01 |
*** cmark has joined #openstack-dev | 16:02 | |
*** safchain has quit IRC | 16:02 | |
*** cmark has quit IRC | 16:03 | |
*** sdake has quit IRC | 16:03 | |
*** sdake has joined #openstack-dev | 16:03 | |
*** sdake has joined #openstack-dev | 16:03 | |
*** jaybuff has joined #openstack-dev | 16:03 | |
*** cmark has joined #openstack-dev | 16:03 | |
*** basha has quit IRC | 16:04 | |
*** basha_ is now known as basha | 16:04 | |
*** ffio_ has quit IRC | 16:04 | |
*** _ffio_ has joined #openstack-dev | 16:04 | |
jgriffith | dansmith: son of a... | 16:06 |
jgriffith | dansmith: hold on a sec | 16:06 |
jgriffith | dansmith: oh... https://review.openstack.org/#/c/37089/ | 16:06 |
jgriffith | dansmith: new review but it's been stuck | 16:06 |
*** basha has quit IRC | 16:06 | |
jgriffith | dansmith: I'll get somebody else to +2/A or just ninja it myself in the next 1/2 hour | 16:07 |
dansmith | jgriffith: ah, okay, it's not a rush thing, I just want to make sure it doesn't get ignored, since technically h2 nova won't work with current cinderclient | 16:08 |
*** boris-42 has quit IRC | 16:08 | |
*** jdurgin1 has joined #openstack-dev | 16:08 | |
*** jaybuff1 has joined #openstack-dev | 16:08 | |
openstackgerrit | A change was merged to openstack/python-keystoneclient: Fix and enable gating on H403 https://review.openstack.org/36916 | 16:08 |
openstackgerrit | A change was merged to openstack/nova: Add a VIF driver for IOVisor engine https://review.openstack.org/35743 | 16:08 |
*** jaybuff has quit IRC | 16:09 | |
*** ewindisch has joined #openstack-dev | 16:10 | |
openstackgerrit | A change was merged to openstack/nova: Move resource usage sync functions to db backend https://review.openstack.org/32130 | 16:10 |
*** michchap has quit IRC | 16:10 | |
*** souvik1 has quit IRC | 16:10 | |
*** zul has joined #openstack-dev | 16:11 | |
*** lloydde has joined #openstack-dev | 16:11 | |
*** romcheg has quit IRC | 16:12 | |
*** ewindisch_ has joined #openstack-dev | 16:12 | |
*** sgordon has joined #openstack-dev | 16:14 | |
*** souvik has joined #openstack-dev | 16:14 | |
*** sdake has quit IRC | 16:14 | |
*** chuck_ has joined #openstack-dev | 16:14 | |
*** souvik has quit IRC | 16:15 | |
*** zoresvit has quit IRC | 16:16 | |
*** emagana has joined #openstack-dev | 16:16 | |
*** MaxV has quit IRC | 16:17 | |
*** zul has quit IRC | 16:17 | |
*** chuck_ is now known as zul | 16:17 | |
*** kushal has quit IRC | 16:19 | |
*** zb has joined #openstack-dev | 16:20 | |
*** egallen has quit IRC | 16:20 | |
*** Tross has quit IRC | 16:20 | |
*** egallen has joined #openstack-dev | 16:22 | |
*** zaneb has quit IRC | 16:23 | |
*** egallen has quit IRC | 16:24 | |
*** zaitcev has joined #openstack-dev | 16:25 | |
openstackgerrit | A change was merged to openstack/nova: Fix blocking issue when powervm calculate checksum https://review.openstack.org/36196 | 16:25 |
openstackgerrit | A change was merged to openstack-infra/devstack-gate: Add logging and retry label change https://review.openstack.org/36588 | 16:27 |
openstackgerrit | A change was merged to openstack-infra/devstack-gate: Add a check script https://review.openstack.org/36589 | 16:27 |
*** egallen has joined #openstack-dev | 16:28 | |
*** gyee has joined #openstack-dev | 16:28 | |
openstackgerrit | A change was merged to openstack-infra/devstack-gate: Print IP information at start of run https://review.openstack.org/36590 | 16:28 |
*** prekarat has quit IRC | 16:31 | |
*** martyntaylor has quit IRC | 16:33 | |
*** athomas has quit IRC | 16:34 | |
*** anniec has quit IRC | 16:34 | |
*** markwash has joined #openstack-dev | 16:36 | |
*** zb is now known as zaneb | 16:36 | |
*** SergeyLukjanov has quit IRC | 16:37 | |
*** gyee has quit IRC | 16:37 | |
*** alop has joined #openstack-dev | 16:37 | |
*** reed has joined #openstack-dev | 16:37 | |
*** amotoki has quit IRC | 16:38 | |
*** ruhe has quit IRC | 16:39 | |
*** gyee has joined #openstack-dev | 16:39 | |
*** jdurgin1 has quit IRC | 16:41 | |
salv-orlando | nachi, nachi_: ping | 16:41 |
*** dolphm_ has joined #openstack-dev | 16:42 | |
*** diogogmt has joined #openstack-dev | 16:42 | |
*** dolphm has quit IRC | 16:42 | |
*** johnthetubaguy has quit IRC | 16:45 | |
*** esheffield has quit IRC | 16:45 | |
*** jtomasek_ has quit IRC | 16:46 | |
*** nati_ueno has joined #openstack-dev | 16:46 | |
*** kushal has joined #openstack-dev | 16:46 | |
*** jpich has quit IRC | 16:47 | |
*** egallen has quit IRC | 16:48 | |
*** hemna_ has quit IRC | 16:49 | |
*** nachi_ has quit IRC | 16:50 | |
*** nachi has quit IRC | 16:50 | |
*** eglynn is now known as eglynn-is-hungry | 16:50 | |
*** jjmb has joined #openstack-dev | 16:50 | |
openstackgerrit | A change was merged to openstack/ceilometer: Multiple dispatcher enablement https://review.openstack.org/34301 | 16:51 |
*** _TheDodd_ has joined #openstack-dev | 16:52 | |
*** xqueralt is now known as xqueralt-afk | 16:53 | |
*** erkules_ is now known as erkules | 16:54 | |
*** henrynash has joined #openstack-dev | 16:54 | |
*** fbo is now known as fbo_away | 16:54 | |
*** sushils has quit IRC | 16:54 | |
*** jog0-away is now known as jog0 | 16:55 | |
openstackgerrit | A change was merged to openstack/ceilometer: Default to ctx user/project ID in sample POST API https://review.openstack.org/37449 | 16:55 |
*** Ryan_Lane has quit IRC | 16:56 | |
*** sushils has joined #openstack-dev | 16:58 | |
*** ndipanov is now known as ndipanov_gone | 17:00 | |
*** pcm__ has joined #openstack-dev | 17:00 | |
*** pcm__ has quit IRC | 17:00 | |
*** pcm_ has joined #openstack-dev | 17:01 | |
*** nati_ueno has quit IRC | 17:02 | |
*** nati_ueno has joined #openstack-dev | 17:02 | |
*** hemna_ has joined #openstack-dev | 17:02 | |
*** tjones has joined #openstack-dev | 17:03 | |
*** derekh has quit IRC | 17:03 | |
*** hemna_ has quit IRC | 17:04 | |
*** danpb has quit IRC | 17:06 | |
*** hemna_ has joined #openstack-dev | 17:07 | |
openstackgerrit | A change was merged to openstack/cinder: Checks the volume_clear flag and just return if it is none https://review.openstack.org/37428 | 17:07 |
*** Mandell has joined #openstack-dev | 17:07 | |
*** hemna_ has quit IRC | 17:07 | |
*** anniec has joined #openstack-dev | 17:08 | |
*** dosaboy__ has joined #openstack-dev | 17:08 | |
*** kbrierly has joined #openstack-dev | 17:09 | |
*** SumitNaiksatam_ has joined #openstack-dev | 17:09 | |
*** SergeyLu_ has joined #openstack-dev | 17:09 | |
*** SumitNaiksatam has quit IRC | 17:10 | |
*** SumitNaiksatam_ is now known as SumitNaiksatam | 17:10 | |
openstackgerrit | A change was merged to openstack/python-novaclient: Fix and enable gating on H402 https://review.openstack.org/34990 | 17:10 |
*** hemna_ has joined #openstack-dev | 17:10 | |
*** jaybuff1 has left #openstack-dev | 17:11 | |
*** jaybuff1 has joined #openstack-dev | 17:11 | |
*** avishay has quit IRC | 17:11 | |
*** mlavalle_ has joined #openstack-dev | 17:12 | |
*** dosaboy has quit IRC | 17:12 | |
*** mlavalle has quit IRC | 17:12 | |
*** mlavalle_ is now known as mlavalle | 17:12 | |
*** ruhe has joined #openstack-dev | 17:13 | |
*** adepti37 has quit IRC | 17:14 | |
*** Brainspa1kle is now known as Brainspackle | 17:15 | |
*** jmckind has quit IRC | 17:17 | |
*** dosaboy__ is now known as dosaboy | 17:18 | |
*** adepti37 has joined #openstack-dev | 17:19 | |
*** jaybuff1 has left #openstack-dev | 17:21 | |
*** basha has joined #openstack-dev | 17:22 | |
*** alunduil has joined #openstack-dev | 17:24 | |
*** lucasagomes has quit IRC | 17:25 | |
*** basha has quit IRC | 17:25 | |
*** JordanP has quit IRC | 17:27 | |
*** galstrom is now known as galstrom_zzz | 17:27 | |
*** dolphm_ has quit IRC | 17:29 | |
*** esheffield has joined #openstack-dev | 17:30 | |
openstackgerrit | A change was merged to openstack/nova: Fix accessing to '/' of metadata server without any checks to work https://review.openstack.org/36775 | 17:31 |
*** jcoufal_ has quit IRC | 17:32 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Only create swift account if swift enabled https://review.openstack.org/37447 | 17:33 |
*** comay has quit IRC | 17:34 | |
*** nachi has joined #openstack-dev | 17:34 | |
*** nachi_ has joined #openstack-dev | 17:34 | |
*** kushal has quit IRC | 17:37 | |
openstackstatus | NOTICE: Gerrit is being restarted to apply a security update | 17:38 |
*** ChanServ changes topic to "Gerrit is being restarted to apply a security update" | 17:38 | |
*** ruhe has quit IRC | 17:38 | |
*** cp16net is now known as cp16net|away | 17:38 | |
*** nati_ueno has quit IRC | 17:40 | |
*** Ryan_Lane has joined #openstack-dev | 17:40 | |
*** markwash_ has joined #openstack-dev | 17:44 | |
*** mlavalle has quit IRC | 17:44 | |
*** cp16net|away is now known as cp16net | 17:44 | |
*** markwash has quit IRC | 17:45 | |
*** markwash_ is now known as markwash | 17:45 | |
*** markmcclain has joined #openstack-dev | 17:49 | |
*** nati_ueno has joined #openstack-dev | 17:49 | |
*** otherwiseguy has quit IRC | 17:51 | |
*** nati_ueno has quit IRC | 17:52 | |
*** amerine has joined #openstack-dev | 17:53 | |
*** krtaylor has joined #openstack-dev | 17:53 | |
*** SumitNaiksatam has quit IRC | 17:53 | |
*** nati_ueno has joined #openstack-dev | 17:53 | |
*** stevemar has joined #openstack-dev | 17:54 | |
openstackgerrit | A change was merged to openstack/python-cinderclient: Revert "Use exceptions from oslo" https://review.openstack.org/37089 | 17:54 |
*** mlavalle has joined #openstack-dev | 17:55 | |
*** lloydde has quit IRC | 17:56 | |
notmyname | ayoung: did you have a chance to consider my request for a review yesterday | 17:58 |
ayoung | notmyname, uh...got lost in the shuffle...link please? | 17:58 |
*** lloydde has joined #openstack-dev | 17:58 | |
*** burt has quit IRC | 17:58 | |
notmyname | ayoung: no worries. https://review.openstack.org/#/c/33473/ This adds cert checking to python-swiftclient. I can follow the code paths, of course, but I'm not too familiar with x509 or openssl. somebody told me that you were :-) | 17:59 |
*** rnirmal has quit IRC | 17:59 | |
ayoung | notmyname, ah, yes. I am not, but I should be. | 18:00 |
notmyname | ayoung: heh. if you know anyone who is, I'd be grateful | 18:00 |
ayoung | notmyname, we have a comparable patch in keystoneclient, let me compare yours to that. I assume swift is using the requests library, right? | 18:00 |
openstackgerrit | A change was merged to openstack/python-swiftclient: Added log statements in swift client https://review.openstack.org/37336 | 18:00 |
notmyname | ayoung: nope :-) | 18:01 |
*** prad has quit IRC | 18:01 | |
ayoung | hrm...what is it using? | 18:01 |
ayoung | httplib | 18:01 |
notmyname | yup | 18:01 |
ayoung | notmyname, I am not 100% certain, but I think that you need to switch over to requests. There was some fundamental flaw with httplib | 18:02 |
ayoung | I'd like to kick it back to you to do the research. | 18:02 |
ayoung | but it was fairly well discussed on the mailing list | 18:02 |
notmyname | ayoung: got anything I can google? | 18:02 |
*** fbo_away is now known as fbo | 18:03 | |
notmyname | ayoung: I found a thread started by you. reading.. | 18:04 |
*** gorodnev has joined #openstack-dev | 18:05 | |
ayoung | notmyname, see python-keystone client commit 51dc6a0cef657cf9fa110da11d81d1c3f13194fa | 18:05 |
*** tmclaugh[work] has quit IRC | 18:05 | |
*** mlavalle has left #openstack-dev | 18:06 | |
ayoung | https://github.com/openstack/python-keystoneclient/commit/51dc6a0cef657cf9fa110da11d81d1c3f13194fa | 18:06 |
*** fbo is now known as fbo_away | 18:06 | |
*** lloydde has quit IRC | 18:06 | |
*** rharwood has quit IRC | 18:06 | |
*** rharwood has joined #openstack-dev | 18:07 | |
*** melwitt has joined #openstack-dev | 18:08 | |
ayoung | notmyname, want me to formally -1 your request with that comment? | 18:08 |
notmyname | ayoung: -1 the patch? no | 18:09 |
ayoung | Heh. | 18:09 |
ayoung | notmyname, otherwise, you are putting a bandaid on a sucking chest wound. | 18:09 |
notmyname | ayoung: ok, the thread I found seemed to start talking about libraries, but quickly got off topic. I still haven't seen the "fundamental flaw with httplib" | 18:10 |
ayoung | https://wiki.openstack.org/wiki/SecureClientConnections | 18:10 |
*** dosaboy has quit IRC | 18:10 | |
*** xqueralt-afk is now known as xqueralt | 18:12 | |
ayoung | notmyname, if you need more help, seek out jamielennox (when he is awake, as he is in australia) or dtroyer who did the work for the python-keystoneclient./ | 18:13 |
notmyname | ayoung: thanks | 18:13 |
*** rwsu has quit IRC | 18:14 | |
*** SumitNaiksatam has joined #openstack-dev | 18:14 | |
ayoung | notmyname, I realize it is more work for you, but it is worthwhile, and will make for a better solution. We are going to be looking at integrating the various CLI's approach to authentication so that we can use Kerberos and/or X509 client certificate authentication. Using a common library for http wil lbe a big help in making that work for swift | 18:14 |
*** ayoung is now known as ayoung-afk | 18:14 | |
notmyname | ayoung-afk: this actually has nothing to do with authentication (in a user context). this is about ensuring that the auth server and swift cluster you are talking to actually have a valid cert | 18:16 |
*** lloydde has joined #openstack-dev | 18:17 | |
*** vartom has joined #openstack-dev | 18:18 | |
*** yolanda has quit IRC | 18:18 | |
*** burt has joined #openstack-dev | 18:18 | |
*** basha has joined #openstack-dev | 18:18 | |
*** rwsu has joined #openstack-dev | 18:19 | |
*** prad has joined #openstack-dev | 18:19 | |
*** Mandell has quit IRC | 18:20 | |
*** markwash has quit IRC | 18:21 | |
*** gorodnev has quit IRC | 18:21 | |
*** dolphm has joined #openstack-dev | 18:23 | |
*** basha_ has joined #openstack-dev | 18:26 | |
*** Mandell has joined #openstack-dev | 18:28 | |
*** _TheDodd_ has quit IRC | 18:28 | |
*** basha has quit IRC | 18:29 | |
*** basha_ is now known as basha | 18:29 | |
*** basha_ has joined #openstack-dev | 18:31 | |
openstackstatus | NOTICE: Gerrit security updates have been applied | 18:32 |
*** ChanServ changes topic to "OpenStack development || Support is in #openstack" | 18:32 | |
*** basha has quit IRC | 18:33 | |
*** basha_ is now known as basha | 18:33 | |
*** markwash has joined #openstack-dev | 18:34 | |
*** anniec has quit IRC | 18:35 | |
*** pabelanger has quit IRC | 18:35 | |
*** litong has quit IRC | 18:37 | |
*** tmclaugh[work] has joined #openstack-dev | 18:37 | |
*** litong has joined #openstack-dev | 18:37 | |
*** basha_ has joined #openstack-dev | 18:37 | |
*** rgoodwin has quit IRC | 18:38 | |
*** basha_ has quit IRC | 18:39 | |
*** basha has quit IRC | 18:40 | |
*** basha has joined #openstack-dev | 18:41 | |
openstackgerrit | A change was merged to openstack/nova: Prompt error message when creating aggregate without aggregate name https://review.openstack.org/31944 | 18:41 |
*** rnirmal has joined #openstack-dev | 18:41 | |
*** pschaef has quit IRC | 18:42 | |
*** jjmb has quit IRC | 18:42 | |
*** AlanClark has quit IRC | 18:42 | |
*** aclark_ has joined #openstack-dev | 18:42 | |
openstackstatus | NOTICE: Zuul is queueing jobs while Jenkins is restarted for a security update | 18:43 |
*** ChanServ changes topic to "Zuul is queueing jobs while Jenkins is restarted for a security update" | 18:43 | |
*** markmcclain has quit IRC | 18:46 | |
*** lloydde has quit IRC | 18:46 | |
*** lloydde has joined #openstack-dev | 18:47 | |
*** basha has quit IRC | 18:47 | |
*** ewindisch_ has quit IRC | 18:48 | |
*** kenperkins has joined #openstack-dev | 18:50 | |
*** otherwiseguy has joined #openstack-dev | 18:50 | |
*** lloydde has quit IRC | 18:51 | |
*** tjones has quit IRC | 18:53 | |
*** ewindisch_ has joined #openstack-dev | 18:54 | |
*** sarob has joined #openstack-dev | 18:54 | |
*** dhellmann_ is now known as dhellmann | 18:54 | |
*** dhellmann is now known as dhellmann_ | 18:55 | |
*** ewindisch_ has quit IRC | 18:56 | |
*** bknudson has quit IRC | 18:56 | |
*** jecarey has quit IRC | 18:56 | |
*** novas0x2a|laptop has joined #openstack-dev | 18:57 | |
*** dhellmann_ is now known as dhellmann | 18:58 | |
openstackgerrit | A change was merged to openstack/cinder: Fixes race condition in LVMVolumeDriver create_cloned_volume method https://review.openstack.org/37444 | 18:58 |
*** bknudson has joined #openstack-dev | 18:59 | |
*** vartom has quit IRC | 18:59 | |
*** jjmb has joined #openstack-dev | 19:00 | |
*** jruzicka has quit IRC | 19:00 | |
openstackgerrit | A change was merged to openstack/python-glanceclient: Expose checksum index image property in client https://review.openstack.org/35455 | 19:00 |
*** jecarey has joined #openstack-dev | 19:01 | |
*** rharwood has quit IRC | 19:01 | |
*** CaptTofu has quit IRC | 19:02 | |
*** rharwood has joined #openstack-dev | 19:02 | |
*** CaptTofu has joined #openstack-dev | 19:03 | |
*** gyee has quit IRC | 19:04 | |
*** jjmb has quit IRC | 19:04 | |
*** CaptTofu has quit IRC | 19:07 | |
*** pabelanger has joined #openstack-dev | 19:11 | |
*** sandywalsh has quit IRC | 19:13 | |
*** zul has quit IRC | 19:13 | |
*** galstrom_zzz is now known as galstrom | 19:14 | |
*** dvarga has quit IRC | 19:15 | |
*** jvrbanac has quit IRC | 19:17 | |
*** jvrbanac has joined #openstack-dev | 19:17 | |
*** jjmb has joined #openstack-dev | 19:18 | |
*** tjones has joined #openstack-dev | 19:18 | |
*** READ6 has joined #openstack-dev | 19:19 | |
*** READ10 has quit IRC | 19:19 | |
*** READ6 has quit IRC | 19:19 | |
*** READ10 has joined #openstack-dev | 19:20 | |
*** tjones has quit IRC | 19:22 | |
*** yolanda has joined #openstack-dev | 19:23 | |
*** lloydde has joined #openstack-dev | 19:23 | |
openstackgerrit | A change was merged to openstack/keystone: update requires to prevent version cap https://review.openstack.org/36680 | 19:26 |
*** mlavalle has joined #openstack-dev | 19:27 | |
*** chuckieb has quit IRC | 19:28 | |
*** jergerber has joined #openstack-dev | 19:28 | |
*** tjones has joined #openstack-dev | 19:28 | |
*** sandywalsh has joined #openstack-dev | 19:29 | |
*** dvarga has joined #openstack-dev | 19:29 | |
*** dolphm has quit IRC | 19:30 | |
*** dolphm has joined #openstack-dev | 19:31 | |
*** MaxV has joined #openstack-dev | 19:34 | |
*** sandywalsh has quit IRC | 19:38 | |
*** sushils has quit IRC | 19:38 | |
*** andrewbogott is now known as andrewbogott_afk | 19:38 | |
*** cppcabrera has quit IRC | 19:42 | |
*** FunnyLookinHat has quit IRC | 19:42 | |
*** CrackerJackMack has quit IRC | 19:43 | |
*** slagle has quit IRC | 19:44 | |
*** kenperkins has quit IRC | 19:44 | |
*** cppcabrera has joined #openstack-dev | 19:44 | |
*** wwallnrr__ has joined #openstack-dev | 19:44 | |
*** slagle has joined #openstack-dev | 19:46 | |
*** CrackerJackMack has joined #openstack-dev | 19:47 | |
*** yolanda has quit IRC | 19:47 | |
*** comay has joined #openstack-dev | 19:50 | |
*** sandywalsh has joined #openstack-dev | 19:50 | |
*** dvarga has quit IRC | 19:51 | |
*** slagle has quit IRC | 19:51 | |
*** drewlander has quit IRC | 19:51 | |
*** slagle has joined #openstack-dev | 19:52 | |
*** jkordish has quit IRC | 19:52 | |
*** dvarga has joined #openstack-dev | 19:54 | |
*** jecarey has quit IRC | 19:54 | |
*** kenperkins has joined #openstack-dev | 19:55 | |
*** aclark__ has joined #openstack-dev | 19:56 | |
*** aclark_ has quit IRC | 19:57 | |
*** zul has joined #openstack-dev | 19:58 | |
*** slagle has quit IRC | 19:59 | |
*** slagle has joined #openstack-dev | 19:59 | |
*** cococafe has joined #openstack-dev | 20:00 | |
*** CaptTofu has joined #openstack-dev | 20:01 | |
openstackgerrit | A change was merged to openstack/django_openstack_auth: Add OpenStack .gitreview file https://review.openstack.org/37546 | 20:02 |
*** dprince has quit IRC | 20:02 | |
*** tjones has quit IRC | 20:03 | |
*** tjones has joined #openstack-dev | 20:04 | |
*** jjmb has quit IRC | 20:05 | |
*** tjones has left #openstack-dev | 20:05 | |
*** novel has quit IRC | 20:06 | |
*** otherwiseguy has quit IRC | 20:06 | |
*** jasond has left #openstack-dev | 20:06 | |
*** novel has joined #openstack-dev | 20:07 | |
*** obondarev has quit IRC | 20:07 | |
*** ilyashakhat has quit IRC | 20:07 | |
*** enikanorov-w_ has joined #openstack-dev | 20:07 | |
*** enikanorov-w has quit IRC | 20:07 | |
openstackgerrit | A change was merged to openstack/python-openstackclient: Add show limits command https://review.openstack.org/36352 | 20:07 |
*** obondarev has joined #openstack-dev | 20:07 | |
*** ilyashakhat has joined #openstack-dev | 20:07 | |
openstackgerrit | A change was merged to openstack/django_openstack_auth: Add tox.ini file and flake8 ignores https://review.openstack.org/37551 | 20:08 |
*** edmund has joined #openstack-dev | 20:09 | |
*** rgoodwin has joined #openstack-dev | 20:10 | |
openstackgerrit | A change was merged to openstack/python-openstackclient: Add --catalog to service show https://review.openstack.org/35558 | 20:11 |
*** cp16net is now known as cp16net|away | 20:11 | |
*** cp16net|away is now known as cp16net | 20:12 | |
*** donaldh has joined #openstack-dev | 20:12 | |
*** jecarey has joined #openstack-dev | 20:12 | |
*** boden has quit IRC | 20:14 | |
*** vartom has joined #openstack-dev | 20:16 | |
*** kenperkins has quit IRC | 20:17 | |
*** henrynash has quit IRC | 20:18 | |
*** garyk has quit IRC | 20:18 | |
*** kenperkins has joined #openstack-dev | 20:19 | |
*** tserong has quit IRC | 20:19 | |
*** koolhead17 has joined #openstack-dev | 20:20 | |
*** tserong has joined #openstack-dev | 20:20 | |
*** alexpilotti has joined #openstack-dev | 20:20 | |
mrodden | dhellmann: when you get a chance, could you look at the update on this change and see if it addresses your concerns? thanks https://review.openstack.org/#/c/34253/ | 20:21 |
*** vartom has quit IRC | 20:21 | |
*** garyk has joined #openstack-dev | 20:21 | |
*** dolphm has quit IRC | 20:23 | |
*** dolphm has joined #openstack-dev | 20:26 | |
*** gyee has joined #openstack-dev | 20:27 | |
*** galstrom is now known as galstrom_zzz | 20:28 | |
*** sushils has joined #openstack-dev | 20:28 | |
*** dolphm has quit IRC | 20:32 | |
*** avishay has joined #openstack-dev | 20:32 | |
*** dolphm has joined #openstack-dev | 20:33 | |
*** bknudson has joined #openstack-dev | 20:33 | |
openstackstatus | NOTICE: Jenkins is running jobs again, some jobs are marked as UNSTABLE; fix in progress | 20:33 |
*** ChanServ changes topic to "OpenStack development || Support is in #openstack" | 20:33 | |
*** dolphm has quit IRC | 20:33 | |
*** cococafe has quit IRC | 20:34 | |
*** cococafe has joined #openstack-dev | 20:35 | |
*** wwallnrr__ is now known as wallnrr | 20:36 | |
*** ilyashakhat has quit IRC | 20:38 | |
*** FunnyLookinHat has joined #openstack-dev | 20:39 | |
*** nachi_ has quit IRC | 20:40 | |
*** nachi has quit IRC | 20:40 | |
*** CaptTofu has quit IRC | 20:40 | |
*** ilyashakhat has joined #openstack-dev | 20:40 | |
*** cococafe has quit IRC | 20:40 | |
*** CaptTofu has joined #openstack-dev | 20:40 | |
*** zul has quit IRC | 20:40 | |
*** jaybuff has joined #openstack-dev | 20:40 | |
*** ogelbukh has quit IRC | 20:41 | |
*** novel has quit IRC | 20:41 | |
*** ogelbukh has joined #openstack-dev | 20:41 | |
*** enikanorov-w_ has quit IRC | 20:41 | |
*** novel has joined #openstack-dev | 20:41 | |
*** enikanorov-w has joined #openstack-dev | 20:41 | |
*** jecarey has quit IRC | 20:41 | |
*** tmclaugh[work] has quit IRC | 20:42 | |
*** pabelanger has quit IRC | 20:43 | |
*** CaptTofu has quit IRC | 20:45 | |
*** sarob has quit IRC | 20:45 | |
spzala | ayoung: Hi Adam! | 20:45 |
*** sarob has joined #openstack-dev | 20:45 | |
*** tzumainn has quit IRC | 20:47 | |
*** galstrom_zzz is now known as galstrom | 20:48 | |
*** aelkikhia has left #openstack-dev | 20:49 | |
*** kevinconway has quit IRC | 20:49 | |
*** kevinconway has joined #openstack-dev | 20:50 | |
*** sarob has quit IRC | 20:50 | |
*** radez is now known as radez_g0n3 | 20:55 | |
*** danwent has quit IRC | 20:57 | |
*** eglynn-is-hungry is now known as eglynn | 20:59 | |
*** garyk has quit IRC | 21:01 | |
*** SergeyLu_ has quit IRC | 21:02 | |
*** sarob has joined #openstack-dev | 21:03 | |
*** dkranz has quit IRC | 21:04 | |
*** spzala has quit IRC | 21:04 | |
*** rfolco has quit IRC | 21:04 | |
*** alop has quit IRC | 21:06 | |
*** danwent has joined #openstack-dev | 21:07 | |
*** stevemar has quit IRC | 21:07 | |
*** garyk has joined #openstack-dev | 21:08 | |
*** jecarey has joined #openstack-dev | 21:09 | |
*** cp16net is now known as cp16net|away | 21:14 | |
*** changbl has quit IRC | 21:14 | |
*** krtaylor has quit IRC | 21:14 | |
*** changbl has joined #openstack-dev | 21:15 | |
*** cp16net|away is now known as cp16net | 21:16 | |
*** Protux has joined #openstack-dev | 21:18 | |
*** pcm_ has quit IRC | 21:19 | |
*** lorin1 has quit IRC | 21:19 | |
*** dvarga has quit IRC | 21:19 | |
*** tjones has joined #openstack-dev | 21:23 | |
eglynn | ttx: sorry missed the conversation earlier about https://bugs.launchpad.net/ceilometer/+bug/1202143 | 21:25 |
uvirtbot | Launchpad bug 1202143 in ceilometer "sample POST fails on pipeline publish if user & project IDs not explicitly set" [Critical,Fix committed] | 21:25 |
eglynn | ttx: backported as https://review.openstack.org/37574 | 21:25 |
openstackgerrit | A change was merged to openstack/ceilometer: Standardize on X-Project-Id over X-Tenant-Id. https://review.openstack.org/37501 | 21:26 |
*** jasondotstar has quit IRC | 21:27 | |
*** eharney has quit IRC | 21:28 | |
*** READ10 has quit IRC | 21:28 | |
*** pcm_ has joined #openstack-dev | 21:29 | |
*** afazekas has quit IRC | 21:29 | |
*** pcm_ has quit IRC | 21:29 | |
*** pcm_ has joined #openstack-dev | 21:30 | |
*** sushils has quit IRC | 21:30 | |
*** sushils has joined #openstack-dev | 21:33 | |
*** Max_ has joined #openstack-dev | 21:37 | |
*** neelashah has quit IRC | 21:38 | |
*** xqueralt is now known as xqueralt-afk | 21:39 | |
*** MaxV has quit IRC | 21:40 | |
*** dhellmann is now known as dhellmann_ | 21:40 | |
*** atiwari has joined #openstack-dev | 21:41 | |
*** litong has quit IRC | 21:44 | |
*** avishay has quit IRC | 21:44 | |
*** lbragstad has quit IRC | 21:45 | |
*** mrodden has quit IRC | 21:52 | |
*** ruhe has joined #openstack-dev | 21:52 | |
*** woodspa has quit IRC | 21:55 | |
*** itamarjp has quit IRC | 21:55 | |
*** cp16net is now known as cp16net|away | 21:55 | |
*** cp16net|away is now known as cp16net | 21:56 | |
*** itamarjp has joined #openstack-dev | 21:57 | |
*** itamarjp has quit IRC | 21:57 | |
*** itamarjp has joined #openstack-dev | 21:57 | |
openstackgerrit | A change was merged to openstack/nova: Remove duplicate cells_rpcapi test. https://review.openstack.org/37558 | 21:58 |
*** alunduil has quit IRC | 21:59 | |
*** cppcabrera has quit IRC | 21:59 | |
*** jergerber has quit IRC | 22:00 | |
*** Max_ has quit IRC | 22:01 | |
*** sudorandom has quit IRC | 22:02 | |
*** bswartz1 has joined #openstack-dev | 22:02 | |
*** dosaboy_ has quit IRC | 22:03 | |
*** dosaboy has joined #openstack-dev | 22:04 | |
*** rwsu is now known as rwsu-afk | 22:04 | |
*** krtaylor has joined #openstack-dev | 22:04 | |
*** bswartz has quit IRC | 22:05 | |
*** pcm_ has quit IRC | 22:07 | |
openstackgerrit | A change was merged to openstack/tempest: Fix stress-tox-job.json action file. https://review.openstack.org/37541 | 22:07 |
openstackgerrit | A change was merged to openstack/tempest: Switch to using testr as the test runner for everything non-gating. https://review.openstack.org/36702 | 22:07 |
openstackgerrit | A change was merged to openstack/nova: Update instance.node on evacuate https://review.openstack.org/35851 | 22:07 |
*** rcleere has quit IRC | 22:09 | |
s1rp_ | russellb: if you get sec, mind taking another look at https://review.openstack.org/#/c/37137/ | 22:09 |
*** rcleere has joined #openstack-dev | 22:10 | |
*** burt has quit IRC | 22:12 | |
*** topol has quit IRC | 22:12 | |
*** datsun180b has quit IRC | 22:12 | |
*** lloydde has quit IRC | 22:12 | |
*** ruhe has quit IRC | 22:15 | |
*** changbl has quit IRC | 22:21 | |
*** spzala has joined #openstack-dev | 22:21 | |
*** FunnyLookinHat has quit IRC | 22:22 | |
*** gongysh has joined #openstack-dev | 22:22 | |
*** CaptTofu has joined #openstack-dev | 22:23 | |
openstackgerrit | A change was merged to openstack/cinder: Fix extend_volume error handling. https://review.openstack.org/37450 | 22:24 |
*** vipul is now known as vipul-away | 22:27 | |
*** sarob has quit IRC | 22:32 | |
*** rkukura has quit IRC | 22:32 | |
*** sarob has joined #openstack-dev | 22:32 | |
*** rharwood has quit IRC | 22:33 | |
*** bswartz1 is now known as bswartz | 22:34 | |
*** sballe has quit IRC | 22:35 | |
*** sarob has quit IRC | 22:37 | |
*** radsy has joined #openstack-dev | 22:37 | |
*** radsy has quit IRC | 22:38 | |
*** radsy has joined #openstack-dev | 22:39 | |
*** dperaza1 has joined #openstack-dev | 22:41 | |
*** marun_ has joined #openstack-dev | 22:42 | |
*** lloydde has joined #openstack-dev | 22:42 | |
*** pmcg has joined #openstack-dev | 22:42 | |
*** Thor^^ has joined #openstack-dev | 22:42 | |
*** rnirmal has quit IRC | 22:43 | |
*** epim_ has joined #openstack-dev | 22:43 | |
*** changbl has joined #openstack-dev | 22:44 | |
*** jyhc has joined #openstack-dev | 22:44 | |
*** galstrom is now known as galstrom_zzz | 22:45 | |
*** vipul-away is now known as vipul | 22:47 | |
*** comay_ has joined #openstack-dev | 22:47 | |
*** dhellmann has joined #openstack-dev | 22:47 | |
*** prad has quit IRC | 22:47 | |
*** Ryan_Lane has quit IRC | 22:47 | |
*** epim has quit IRC | 22:47 | |
*** _ffio_ has quit IRC | 22:47 | |
*** dhellmann_ has quit IRC | 22:47 | |
*** marun has quit IRC | 22:47 | |
*** comay has quit IRC | 22:47 | |
*** marun_ is now known as marun | 22:47 | |
*** jasper22_ has quit IRC | 22:47 | |
*** dperaza has quit IRC | 22:47 | |
*** ajyounge has quit IRC | 22:47 | |
*** Thor has quit IRC | 22:47 | |
*** haleyb has quit IRC | 22:47 | |
*** pmcg_ has quit IRC | 22:47 | |
*** openstackgerrit has quit IRC | 22:47 | |
*** ajyounge has joined #openstack-dev | 22:47 | |
*** epim_ is now known as epim | 22:47 | |
*** Ryan_Lane has joined #openstack-dev | 22:48 | |
*** jasper22_ has joined #openstack-dev | 22:48 | |
*** haleyb has joined #openstack-dev | 22:48 | |
*** jimfehlig has quit IRC | 22:50 | |
*** jhesketh has joined #openstack-dev | 22:51 | |
*** _ffio_ has joined #openstack-dev | 22:51 | |
*** garyk has quit IRC | 22:51 | |
*** Protux has quit IRC | 22:52 | |
*** changbl has quit IRC | 22:53 | |
jog0 | any neutron devs around? | 22:55 |
*** Ryan_Lane has quit IRC | 22:55 | |
*** Ryan_Lane has joined #openstack-dev | 22:55 | |
*** atiwari has quit IRC | 22:56 | |
*** sarob has joined #openstack-dev | 22:56 | |
*** spzala has quit IRC | 22:57 | |
*** tjones has quit IRC | 23:00 | |
*** danwent has quit IRC | 23:00 | |
*** fc__ has quit IRC | 23:02 | |
*** Ryan_Lane has quit IRC | 23:02 | |
*** danwent has joined #openstack-dev | 23:02 | |
*** fc__ has joined #openstack-dev | 23:02 | |
*** redbeard2 has quit IRC | 23:03 | |
*** lloydde_ has joined #openstack-dev | 23:04 | |
*** gaelL has quit IRC | 23:05 | |
*** dachary has quit IRC | 23:05 | |
*** garyk has joined #openstack-dev | 23:06 | |
*** jd__ has quit IRC | 23:06 | |
*** garyk has quit IRC | 23:06 | |
*** garyk has joined #openstack-dev | 23:06 | |
*** fbo_away has quit IRC | 23:07 | |
*** rahmu has quit IRC | 23:07 | |
*** lloydde has quit IRC | 23:08 | |
*** andrewbogott_afk is now known as andrewbogott | 23:08 | |
*** tjones has joined #openstack-dev | 23:08 | |
*** otherwiseguy has joined #openstack-dev | 23:08 | |
*** hoodow has quit IRC | 23:08 | |
*** EmilienM has quit IRC | 23:08 | |
*** fc__ has quit IRC | 23:08 | |
*** Ryan_Lane has joined #openstack-dev | 23:08 | |
*** doude_ has quit IRC | 23:09 | |
*** tmmt has quit IRC | 23:09 | |
*** lloydde_ has quit IRC | 23:11 | |
*** egallen has joined #openstack-dev | 23:12 | |
*** lloydde has joined #openstack-dev | 23:13 | |
*** lloydde has quit IRC | 23:14 | |
*** fc__ has joined #openstack-dev | 23:14 | |
*** tmmt has joined #openstack-dev | 23:14 | |
*** jd__ has joined #openstack-dev | 23:14 | |
*** rahmu has joined #openstack-dev | 23:14 | |
*** dachary has joined #openstack-dev | 23:14 | |
*** EmilienM has joined #openstack-dev | 23:14 | |
*** gaelL has joined #openstack-dev | 23:15 | |
*** jaybuff has quit IRC | 23:15 | |
*** doude has joined #openstack-dev | 23:15 | |
*** fbo has joined #openstack-dev | 23:15 | |
*** hoodow has joined #openstack-dev | 23:16 | |
*** hoodow has quit IRC | 23:16 | |
*** hoodow has joined #openstack-dev | 23:16 | |
*** openstackgerrit has joined #openstack-dev | 23:17 | |
*** markwash has quit IRC | 23:17 | |
*** hemna_ is now known as hemnafk | 23:19 | |
*** donaldh has quit IRC | 23:19 | |
*** jaybuff has joined #openstack-dev | 23:19 | |
*** morazi has quit IRC | 23:20 | |
openstackgerrit | A change was merged to openstack/nova: Fix Instance object handling of implied fields https://review.openstack.org/37157 | 23:21 |
openstackgerrit | A change was merged to openstack/nova: Fix shelve's use of system_metadata https://review.openstack.org/37355 | 23:21 |
*** mlavalle has left #openstack-dev | 23:22 | |
*** danwent has quit IRC | 23:23 | |
openstackgerrit | A change was merged to openstack/cinder: Fixes Opt types in cinder/backup/drivers/ceph.py https://review.openstack.org/37396 | 23:23 |
openstackgerrit | A change was merged to openstack/cinder: Rename SolidFire driver for consistency https://review.openstack.org/37373 | 23:23 |
openstackgerrit | A change was merged to openstack/django_openstack_auth: Fix issue with V3 Authentication. https://review.openstack.org/37563 | 23:23 |
*** diogogmt has quit IRC | 23:24 | |
*** gaelL has quit IRC | 23:25 | |
*** jyhc has quit IRC | 23:29 | |
*** edmund has quit IRC | 23:29 | |
*** alunduil has joined #openstack-dev | 23:29 | |
*** marun has quit IRC | 23:30 | |
*** gaelL has joined #openstack-dev | 23:31 | |
*** marun has joined #openstack-dev | 23:31 | |
*** danwent has joined #openstack-dev | 23:31 | |
*** danwent has quit IRC | 23:31 | |
*** egallen has quit IRC | 23:33 | |
*** _0x44 has quit IRC | 23:35 | |
*** sthaha has joined #openstack-dev | 23:36 | |
*** michchap has joined #openstack-dev | 23:43 | |
*** jecarey has quit IRC | 23:44 | |
*** zul has joined #openstack-dev | 23:44 | |
openstackgerrit | A change was merged to openstack/glance: Fix 'glance-cache-manage list-cached' for xattr https://review.openstack.org/35474 | 23:46 |
*** tjones has quit IRC | 23:48 | |
*** danwent has joined #openstack-dev | 23:49 | |
*** jaybuff has left #openstack-dev | 23:49 | |
*** electrichead has quit IRC | 23:49 | |
*** nachi has joined #openstack-dev | 23:50 | |
*** michchap has quit IRC | 23:50 | |
*** michchap has joined #openstack-dev | 23:51 | |
*** nachi has quit IRC | 23:52 | |
*** sarob_ has joined #openstack-dev | 23:56 | |
*** nachi has joined #openstack-dev | 23:57 | |
*** sarob has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!