stevemar | dstanek, could you take a looksy at: https://review.openstack.org/#/c/67645/ when you have a chance (tomorrow is cool too) | 00:00 |
---|---|---|
morganfainberg | ayoung, likely should call the provider vs. bypassing if it should. | 00:00 |
*** doug-fish has joined #openstack-dev | 00:00 | |
ayoung | yeah | 00:00 |
morganfainberg | ayoung, the pipeline...or at least a smush of provider and token api is needed badly | 00:01 |
morganfainberg | they duplicate too much functionality | 00:01 |
dstanek | stevemar: sure thing - i can do it in a few minutes | 00:02 |
*** nkinder has joined #openstack-dev | 00:02 | |
devoid | ayoung, do you know the extent of policy.json support that keystone's v2 api supports? | 00:02 |
*** jokke_ has joined #openstack-dev | 00:02 | |
*** Hritcu has quit IRC | 00:02 | |
morganfainberg | devoid, not really at all supported. V2 makes explicit checks against is_admin. | 00:02 |
ayoung | devoid, that sounds like a loaded question | 00:03 |
devoid | ayoung, it is. | 00:03 |
ayoung | morganfainberg, that too | 00:03 |
morganfainberg | devoid, v3 is where policy.json gets used. | 00:03 |
devoid | issue is keystoneclient doesn't support v3 | 00:03 |
morganfainberg | devoid, also note, V2 API is deprecated as of Icehouse | 00:03 |
morganfainberg | devoid, it sure does | 00:03 |
devoid | and openstackclient isn't supported yet. | 00:03 |
ayoung | actually, python-keystoneclient does, its the CLI that doesn't make it easy | 00:03 |
devoid | ayoung, yea thats what I mean | 00:04 |
ayoung | actually, its more complicated than that, but I am heads down debugging | 00:04 |
morganfainberg | ayoung, true, the CLi isn't "pretty" for V3 | 00:04 |
*** doug-fish2 has joined #openstack-dev | 00:04 | |
ayoung | morganfainberg, its the V2 V3 interop story that is really our problem. | 00:04 |
morganfainberg | ayoung, yesssssssss | 00:04 |
morganfainberg | ayoung, shoo, back to debugging ;) | 00:04 |
ayoung | and...I posted a fix for that, but the purists siad "NOOOO!" | 00:05 |
morganfainberg | ayoung, ^_^ | 00:05 |
jokke_ | ;) | 00:05 |
ayoung | https://review.openstack.org/#/c/62801/ | 00:05 |
devoid | " $ keystone tenant-list " send a GET /v3/tenants ? Shouldn't it be GET /v3/projects ? | 00:05 |
ayoung | yep | 00:06 |
morganfainberg | devoid, if it's doing that, it's a bug. | 00:06 |
morganfainberg | devoid, /v3/tenants that is | 00:06 |
*** derekh has joined #openstack-dev | 00:06 | |
morganfainberg | jamielennox|away, aw you're away | 00:07 |
ayoung | morganfainberg, he'll be gone until Monday night our time. | 00:07 |
morganfainberg | ayoung, ah | 00:07 |
*** xarses has joined #openstack-dev | 00:07 | |
morganfainberg | ayoung, good to know | 00:07 |
ayoung | Maybe I can sneak through that change before he gets back. | 00:08 |
*** doug-fish has quit IRC | 00:08 | |
morganfainberg | ayoung, LOL | 00:08 |
ayoung | dolph hates the idea too | 00:08 |
morganfainberg | dstanek, i'll address your comments in the auth plugin refactor | 00:08 |
*** tqtran has joined #openstack-dev | 00:08 | |
*** gokrokve has quit IRC | 00:08 | |
ayoung | maybe I should go back to the earlier versions of the patch that make no attempt to solve it for anything but Keystone, and hardcode to chopping off V2.0 only | 00:09 |
*** gokrokve has joined #openstack-dev | 00:09 | |
*** buzztroll has quit IRC | 00:09 | |
*** bfschott has joined #openstack-dev | 00:09 | |
*** tqtran1 has quit IRC | 00:11 | |
*** smurugesan has quit IRC | 00:11 | |
*** benrodrigue has quit IRC | 00:12 | |
*** rnirmal has quit IRC | 00:12 | |
morganfainberg | dstanek, but i hsve a serious question... should i just write code to work around the methods= config and magic options? | 00:13 |
morganfainberg | dstanek, i at least think i can do it...but i don't like it | 00:13 |
*** gokrokve has quit IRC | 00:13 | |
morganfainberg | i much prefer the single option | 00:13 |
*** willingc has joined #openstack-dev | 00:14 | |
*** buzztroll has joined #openstack-dev | 00:14 | |
morganfainberg | ayoung, that might not be a bad approach. | 00:14 |
morganfainberg | ayoung, *shrug* | 00:14 |
ayoung | yeah...except that Nova and the other APIs are going to need the same logic | 00:14 |
ayoung | seems unfair to keep the goodies to ourselves | 00:14 |
*** achampion has joined #openstack-dev | 00:15 | |
bknudson | ayoung: the other apis seem to have a different endpoint for each version already | 00:15 |
ayoung | bknudson, but do they have an interop story? | 00:16 |
*** salv-orlando has quit IRC | 00:16 | |
ayoung | IE...they get the endpoint from the service catalog | 00:16 |
ayoung | and the endpoint has the version attached to it | 00:16 |
bknudson | ayoung: I don't know what their plans are | 00:16 |
ayoung | what if some people need v1 and some need v2 | 00:16 |
*** salv-orlando has joined #openstack-dev | 00:16 | |
ayoung | CHOP ALL THE URLS! | 00:16 |
*** TravT has joined #openstack-dev | 00:17 | |
dtroyer | ayoung: I'm working on a more general API discovery that what Jamie already has… with some hard-coded bits for legacy URLs | 00:17 |
ayoung | dtroyer, and when you have that done we'll have world pieces | 00:17 |
bknudson | dtroyer: in keystoneclient? | 00:17 |
ayoung | dtroyer, I know, I stole the same regex that you did and from the same place | 00:17 |
ayoung | he-who-must-not-be-named-in-irc | 00:18 |
dtroyer | bknudson: to start, but to be pulled out with the session and httpclient eventually | 00:18 |
ayoung | dtroyer, please look at that review I just posted and tell me if it is sane | 00:18 |
ayoung | https://review.openstack.org/#/c/62801/ | 00:18 |
ayoung | dtroyer, ^^ | 00:18 |
*** sushils has joined #openstack-dev | 00:18 | |
dtroyer | ayoung: 62801? that's not the way I want to handle it | 00:18 |
*** spzala has quit IRC | 00:19 | |
*** flaper87 is now known as flaper87|afk | 00:19 | |
dtroyer | I'm trying to find a way to work with and without the versions…compute and the others that bury the version before a project ID make it hard though | 00:19 |
*** marun has joined #openstack-dev | 00:19 | |
dtroyer | so those come later... | 00:19 |
morganfainberg | dtroyer, personally i just don't like the number, i mean 62801, it's unlucky *duck* | 00:19 |
ayoung | heh | 00:19 |
dtroyer | that zip code isn't too far from here... | 00:20 |
morganfainberg | dtroyer, hehe | 00:20 |
dtroyer | oh, well, IL, farther than I thought | 00:20 |
ayoung | Central Illinois? | 00:20 |
ayoung | http://www.city-data.com/zips/62801.html | 00:20 |
jokke_ | dtroyer: uuh, you're living in some first world country. Zip codes and everything ;) | 00:20 |
ayoung | Centralia, IL 62801 | 00:21 |
dtroyer | we're 64152... | 00:21 |
ayoung | TMI | 00:21 |
devoid | not sure 52801 would fix my problem since clients would need to update. | 00:21 |
dtroyer | flyover country FTW! | 00:21 |
devoid | *62801, but I'll drive there tonight if we get something merged in ;) | 00:22 |
*** willingc has quit IRC | 00:22 | |
*** carl_baldwin has quit IRC | 00:22 | |
bknudson | devoid: the keystone CLI will continue to use the v2 api, so not sure how this helps? | 00:23 |
*** henrynash has joined #openstack-dev | 00:24 | |
devoid | bknudson, well atm if I deploy both the CLI won't work because of version negotiation. | 00:24 |
dtroyer | it also directly affects OSC though, same problem but I'm solving it myself | 00:24 |
*** Gordonz has quit IRC | 00:24 | |
bknudson | dtroyer: what is the status of OSC for icehouse? I don't know what we say about how "supported" it is. | 00:24 |
bknudson | seems like packagers are not including it. | 00:25 |
devoid | "OpenStackClient is considered to be alpha release quality as of the 0.2 release" | 00:25 |
dtroyer | bknudson: as far as being usable, it's really good on Identity thanks to youse guys, mostly stevemar | 00:25 |
*** pmathews has quit IRC | 00:26 | |
ayoung | Ugh...I have to change the code in controller that fetches and unpacks the token....and it gets it in a different format from the provider than from the driver? | 00:26 |
dtroyer | i release 0.3 not too long ago, I'm still not ready to say things will not change (commands, options, etc) but it'll be really close to what is there now | 00:26 |
morganfainberg | ayoung, yesh. that is why i am thinking a smush of token_api and token_provider_api is almost 100% needed at this point | 00:26 |
*** anniec has quit IRC | 00:26 | |
bknudson | dtroyer: so one change we might want to make is have devstack use it rather than keystone... | 00:27 |
*** matsuhashi has joined #openstack-dev | 00:27 | |
bknudson | any issues with that? | 00:27 |
ayoung | devoid, https://review.openstack.org/#/c/62801/ only would solve the issue for Keystone (modulo the tenant vs project bug fix) what else would you need? | 00:27 |
devoid | https://bugs.launchpad.net/keystone/+bug/1272103 | 00:28 |
devoid | https://bugs.launchpad.net/keystone/+bug/1272086 | 00:28 |
dstanek | morganfainberg: what do you mean by work around? | 00:28 |
dtroyer | bknudson: I played with that a while back, we could probably do a lot of it now though. | 00:28 |
devoid | wait that last one was not needed | 00:28 |
morganfainberg | dstanek, not do [auth] plugins, just leave things as they are | 00:28 |
dtroyer | it's already installed by devstack | 00:28 |
morganfainberg | dstanek, do the other work (no ondemand loading etc) | 00:28 |
morganfainberg | dstanek, jsut keep [auth] methods=<things> and <thing>=<class name> | 00:29 |
bknudson | dtroyer: ok, sounds like you don't have any fundamental reason to not use it with devstack so we can use identity v3 for setup | 00:29 |
devoid | https://bugs.launchpad.net/python-keystoneclient/+bug/1272097 | 00:29 |
*** dvarga has joined #openstack-dev | 00:29 | |
morganfainberg | dstanek, i can clearly see how to make it work now. a break helps. bknudson, ^ is it worth adding a new config option? or just... being smarter about loading the plugins etc and avoiding on-demand ick | 00:30 |
dtroyer | the only thing we may want to wait for is the discovery, then we can remove the version from devstacks auth_url | 00:30 |
dstanek | morganfainberg: why would you not want the plugins-like behavior? i'd still want the method=<things> to be able to have classes in it | 00:30 |
dtroyer | and I have a working implementation of that, just needs some cleaning up | 00:30 |
bknudson | morganfainberg: I would prefer it if we could fix the problem by not adding a new config option. | 00:30 |
morganfainberg | dstanek, well, i can't determine if keystone.thing.thing is the auth method or a class name w/o a separate option | 00:30 |
morganfainberg | dstanek, so, either we specify methods and have magic options per method, or we use a new option that can take class names as a list | 00:31 |
morganfainberg | bknudson, i figured, thats why i was asking | 00:31 |
morganfainberg | bknudson, a break from staring at it helps see what would be needed to make it work with the direction i'm trying to take the tests. | 00:31 |
dstanek | morganfainberg: can't you try the import and it it doesn't work look for a magic option? | 00:31 |
morganfainberg | dstanek, no, methods= is a list of "methods" those then make magic options for the class names | 00:32 |
dstanek | morganfainberg: or "if '.' in option" checks | 00:32 |
morganfainberg | dstanek, what if i wanted to call my method keystone.auth.plugins.password | 00:32 |
morganfainberg | dstanek, but have that load mywacky.auth.plugin | 00:33 |
*** jergerber has quit IRC | 00:33 | |
bknudson | morganfainberg: It sounds like we're in agreement that the on-demand -> on-startup is a better option? if so might want to split that change out. | 00:33 |
dstanek | morganfainberg: can you have an option 'keystone.auth.plugins.password'? | 00:33 |
morganfainberg | dstanek, i know, contrived, but i'd rather not give windows for non-determinstic behavior | 00:33 |
morganfainberg | bknudson, absolutely | 00:33 |
morganfainberg | bknudson, i will do that in either case. | 00:33 |
*** joesavak has quit IRC | 00:33 | |
morganfainberg | bknudson, i just am seeing if we want to keep the other logic at all before i make it another patchset or just drop it | 00:33 |
dstanek | morganfainberg: was there a reason it was originally written to need the dynamic options? | 00:34 |
*** dvarga has quit IRC | 00:34 | |
*** anniec has joined #openstack-dev | 00:34 | |
morganfainberg | dstanek, i think it's because there was a desire to be able to specify the method independantly of the class | 00:35 |
*** rcleere has quit IRC | 00:35 | |
morganfainberg | dstanek, but looking at the token code... that wouldn't work | 00:35 |
morganfainberg | bknudson, oh gah, yeah specifying something that is not the proper method for password or token would be broken it looks like | 00:36 |
morganfainberg | bknudson, where method = 'token' or 'password' respetively | 00:36 |
bknudson | morganfainberg: that's great... so each one has to be exactly what it is (including external) | 00:36 |
*** DennyZhang has quit IRC | 00:36 | |
morganfainberg | bknudson, external is referenced elsewhere explicitly | 00:36 |
morganfainberg | bknudson, but external doesn't have the same issue | 00:36 |
bknudson | morganfainberg: not as pluggable as it seems. | 00:37 |
morganfainberg | bknudson, yep. | 00:37 |
morganfainberg | bknudson, wow, just noticed that | 00:37 |
bknudson | morganfainberg: it's going to take an entire book to explain those config options. | 00:37 |
morganfainberg | bknudson, i think it already does :P | 00:38 |
bknudson | this is why you write the docs first | 00:38 |
morganfainberg | bknudson, lol | 00:38 |
*** dave_tucker is now known as dave_tucker_zzz | 00:39 | |
*** markmcclain has quit IRC | 00:39 | |
*** marun has quit IRC | 00:39 | |
morganfainberg | bknudson, i think the more i look at it, the more i think the intention was the plugins option i wrote | 00:39 |
*** mrodden has quit IRC | 00:39 | |
morganfainberg | bknudson, but ... i can't be 100% sure, nor do i want to break people using the system we currently have | 00:40 |
bknudson | morganfainberg: was dstanek's suggestion that the methods= could be the list of plugins? | 00:40 |
dstanek | bknudson: yeah | 00:40 |
bknudson | and if it's a plugin rather than a name then don't lookup the other option? | 00:40 |
bknudson | I like that. | 00:41 |
morganfainberg | bknudson, yeah i could do that, but what if someone wants to make their method something... silly, e.g. keystone.auth.plugins.password | 00:41 |
morganfainberg | bknudson, i'm ok if we say that is dumb and don't support it | 00:41 |
bknudson | "that is dumb and don't support it" | 00:41 |
dstanek | morganfainberg: can you have options with . in it? | 00:41 |
morganfainberg | dstanek, pretty sure you can | 00:41 |
morganfainberg | dstanek, config parser is... silly flexible | 00:41 |
bknudson | you probably can't have an option with = in it. | 00:42 |
morganfainberg | bknudson, ++ | 00:42 |
bknudson | so start with = ? or end with =? | 00:42 |
bknudson | although that would be dumb too | 00:42 |
morganfainberg | bknudson, yeah | 00:42 |
morganfainberg | bknudson, but you can have values with = in it | 00:42 |
*** doug-fish2 has quit IRC | 00:42 | |
morganfainberg | just not keys. | 00:42 |
bknudson | right so you'd do method=keystone.auth.plugins.password= | 00:43 |
*** browne has joined #openstack-dev | 00:43 | |
bknudson | again, just a proposal, not suggesting we do that. | 00:43 |
morganfainberg | bknudson, i veto that support based on the fact that i'd need to take a shower after writing it | 00:43 |
morganfainberg | bknudson, i think if the method has a '.' in it, we treat it as importable | 00:43 |
morganfainberg | bknudson, otherwise we lookup the magic options | 00:44 |
morganfainberg | bknudson, and i'm going to enforce that if method attribute exists on a plugin it will need to always match (like what we have) and warn if it doesn't exist. | 00:45 |
*** colinmcnamara has quit IRC | 00:45 | |
morganfainberg | bknudson, rather than trying to address further configurability | 00:45 |
bknudson | morganfainberg: sounds good. | 00:45 |
morganfainberg | dstanek, ^ bknudson, sound good? | 00:45 |
*** markwash has quit IRC | 00:46 | |
morganfainberg | bknudson, and this still provides us with good cleanup direction. | 00:46 |
dstanek | morganfainberg: i think that works | 00:46 |
dstanek | CONF.register_opt(cfg.StrOpt('dumb.option'), group='auth') | 00:47 |
*** mikeoutland has quit IRC | 00:47 | |
dstanek | morganfainberg: that doesn't seem to work ^ | 00:47 |
morganfainberg | dstanek, ok. so we're good | 00:47 |
dstanek | morganfainberg: can't access CONF.auth.dumb.option | 00:47 |
morganfainberg | dstanek, i also think CONF.register_opt(cfg.StrOpt('dumb-option'), group='auth') wasn't working 100% of the time | 00:47 |
morganfainberg | since how would you reference it? | 00:48 |
morganfainberg | well getattr? | 00:48 |
dstanek | morganfainberg: the interpreter would get the value of dumb and subtract option from it | 00:49 |
morganfainberg | CONF.auth.dumb-option also doesn't really work. | 00:49 |
morganfainberg | yeah | 00:49 |
*** buzztroll has quit IRC | 00:49 | |
bknudson | like getattr(CONF.auth, 'dumb-option') ? | 00:50 |
morganfainberg | bknudson, this also should resolve the conflict in sample.conf since i don't need to change that. | 00:50 |
morganfainberg | bknudson, merge conflict | 00:50 |
*** mikeoutland has joined #openstack-dev | 00:50 | |
morganfainberg | bknudson, i think that is the only way... if it even works | 00:50 |
bknudson | morganfainberg: you want me to restore my other cleanup changes? | 00:50 |
dstanek | morganfainberg: yeah you'd have to probably CONF.auth.get() to get to them | 00:50 |
morganfainberg | bknudson, hm.. probably a good idea | 00:50 |
morganfainberg | bknudson, i'm still based on your don't conf on import stuff though, seems like the right place to put this. | 00:51 |
*** buzztroll has joined #openstack-dev | 00:51 | |
morganfainberg | bknudson, maybe that'll merge soon™ | 00:51 |
*** HT_Sergio has quit IRC | 00:51 | |
bknudson | morganfainberg: it's in the queue at least | 00:51 |
morganfainberg | bknudson, ++ | 00:52 |
bknudson | gets kicked out every time it gets near the top | 00:52 |
morganfainberg | bknudson, that makes me sad :( | 00:52 |
*** markwash has joined #openstack-dev | 00:54 | |
*** xmltok has quit IRC | 00:56 | |
*** henrynash has quit IRC | 00:57 | |
*** comay has quit IRC | 00:57 | |
bknudson | morganfainberg: when I run "tox -e py27 test_auth", it fails with a weird 401 Unauth error from keystone.tests.test_v3_auth.TestAuthJSON.test_auth_with_bind_token | 00:58 |
morganfainberg | bknudson, on the patchset i posted? or on master? | 00:58 |
bknudson | morganfainberg: this is on master | 00:58 |
morganfainberg | bknudson, huh, test isolation issue maybe? | 00:58 |
bknudson | morganfainberg: it looks like the problem is essentially what you're looking at fixing here. | 00:59 |
morganfainberg | bknudson, hehe fun. | 00:59 |
bknudson | morganfainberg: because it looks like the auth plugins are not correct. | 00:59 |
morganfainberg | bknudson, yeah, i'm unwinding a little mess here. | 00:59 |
bknudson | there's no external plugin when expected. | 00:59 |
morganfainberg | bknudson, *facepalm* doh! | 01:00 |
*** zaitcev has quit IRC | 01:01 | |
*** mikeoutland has quit IRC | 01:02 | |
*** erkrnt1 has joined #openstack-dev | 01:04 | |
*** erkrnt has quit IRC | 01:04 | |
*** devoid has quit IRC | 01:05 | |
*** markmcclain has joined #openstack-dev | 01:05 | |
*** erkrnt1 has quit IRC | 01:05 | |
*** doug_shelley66 has quit IRC | 01:07 | |
*** doug_shelley66 has joined #openstack-dev | 01:07 | |
*** morazi has quit IRC | 01:07 | |
*** TravT has quit IRC | 01:09 | |
*** nelsnelson has quit IRC | 01:09 | |
*** anniec has quit IRC | 01:11 | |
*** fpatwa has joined #openstack-dev | 01:15 | |
*** fpatwa has joined #openstack-dev | 01:16 | |
*** dstanek is now known as dstanekafk | 01:16 | |
*** anniec has joined #openstack-dev | 01:16 | |
*** krotscheck has quit IRC | 01:17 | |
*** mszilagyi has quit IRC | 01:17 | |
*** alex_xu has joined #openstack-dev | 01:17 | |
*** dstanekafk has quit IRC | 01:17 | |
*** tkay has quit IRC | 01:18 | |
*** fpatwa has quit IRC | 01:20 | |
*** xarses has quit IRC | 01:21 | |
*** anniec has quit IRC | 01:21 | |
*** radez_g0n3 has quit IRC | 01:22 | |
*** bhargav has quit IRC | 01:22 | |
*** sthaha has joined #openstack-dev | 01:25 | |
*** salv-orlando has quit IRC | 01:26 | |
*** tqtran has quit IRC | 01:26 | |
*** tkay has joined #openstack-dev | 01:26 | |
*** JordanRinke has quit IRC | 01:27 | |
*** xuhanp has joined #openstack-dev | 01:27 | |
*** salv-orlando has joined #openstack-dev | 01:27 | |
*** JordanRinke has joined #openstack-dev | 01:27 | |
*** ChanServ changes topic to "OpenStack development || Support is in #openstack" | 01:28 | |
*** mgagne has quit IRC | 01:29 | |
*** mgagne1 has joined #openstack-dev | 01:29 | |
*** mgagne1 has joined #openstack-dev | 01:29 | |
*** alop has quit IRC | 01:29 | |
*** giroro_ has joined #openstack-dev | 01:31 | |
*** blamar_ has joined #openstack-dev | 01:31 | |
*** mrodden has joined #openstack-dev | 01:32 | |
*** RajeshMohan has quit IRC | 01:32 | |
*** Ruetobas has quit IRC | 01:32 | |
*** RajeshMohan has joined #openstack-dev | 01:33 | |
*** novas0x2a|laptop has quit IRC | 01:33 | |
*** beagles has quit IRC | 01:33 | |
*** morganfainberg has quit IRC | 01:33 | |
*** morganfainberg has joined #openstack-dev | 01:33 | |
*** b3nt_pin has joined #openstack-dev | 01:33 | |
*** blamar has quit IRC | 01:34 | |
*** blamar_ is now known as blamar | 01:34 | |
*** networkstatic has joined #openstack-dev | 01:35 | |
*** tkay has quit IRC | 01:35 | |
*** nosnos has joined #openstack-dev | 01:35 | |
*** bdpayne has quit IRC | 01:36 | |
*** anniec has joined #openstack-dev | 01:36 | |
*** derekh has quit IRC | 01:38 | |
*** carlp has quit IRC | 01:40 | |
*** ArxCruz has quit IRC | 01:41 | |
*** kushal has quit IRC | 01:41 | |
*** jhesketh has quit IRC | 01:41 | |
*** jhesketh has joined #openstack-dev | 01:41 | |
*** morganfainberg is now known as morganfainberg|z | 01:43 | |
*** epim has quit IRC | 01:50 | |
*** sweston has joined #openstack-dev | 01:53 | |
*** xingchao has joined #openstack-dev | 01:53 | |
*** sweston has quit IRC | 01:53 | |
*** sweston has joined #openstack-dev | 01:55 | |
*** galstrom_zzz is now known as galstrom | 01:57 | |
*** jcooley_ has joined #openstack-dev | 01:57 | |
*** neelashah1 has joined #openstack-dev | 02:00 | |
*** jcooley_ has quit IRC | 02:00 | |
*** jcooley_ has joined #openstack-dev | 02:02 | |
*** asalkeld has quit IRC | 02:03 | |
*** xarses has joined #openstack-dev | 02:03 | |
*** ramishra has joined #openstack-dev | 02:04 | |
*** neelashah1 has quit IRC | 02:04 | |
*** neelashah has joined #openstack-dev | 02:05 | |
*** radez_g0n3 has joined #openstack-dev | 02:07 | |
*** obondarev has quit IRC | 02:09 | |
*** DynamiteXXL has quit IRC | 02:10 | |
*** obondarev has joined #openstack-dev | 02:10 | |
*** jasondotstar has quit IRC | 02:11 | |
*** radez_g0n3 has quit IRC | 02:11 | |
*** radez_g0n3 has joined #openstack-dev | 02:13 | |
*** erkrnt has joined #openstack-dev | 02:14 | |
*** jp_at_hp has quit IRC | 02:16 | |
*** jcooley_ has quit IRC | 02:17 | |
*** browne has quit IRC | 02:18 | |
*** jcooley_ has joined #openstack-dev | 02:18 | |
*** anniec has quit IRC | 02:18 | |
*** jcooley_ has quit IRC | 02:19 | |
*** theanalyst has quit IRC | 02:22 | |
*** ytwu has joined #openstack-dev | 02:22 | |
*** tdruiva has joined #openstack-dev | 02:22 | |
*** cnesa has quit IRC | 02:24 | |
*** spzala has joined #openstack-dev | 02:24 | |
*** ytwu1 has quit IRC | 02:25 | |
*** anniec has joined #openstack-dev | 02:26 | |
*** markwash has quit IRC | 02:26 | |
*** SumitNaiksatam has quit IRC | 02:27 | |
*** Mandell has quit IRC | 02:28 | |
*** eharney has quit IRC | 02:30 | |
*** _cjones_ has quit IRC | 02:30 | |
*** lbragstad has joined #openstack-dev | 02:30 | |
*** praneshp has quit IRC | 02:30 | |
*** asalkeld has joined #openstack-dev | 02:31 | |
*** xuhanp has quit IRC | 02:33 | |
*** glenng has quit IRC | 02:34 | |
stevemar | bknudson, ping | 02:35 |
bknudson | stevemar: what's up? | 02:35 |
*** jcooley_ has joined #openstack-dev | 02:35 | |
*** dstanek has joined #openstack-dev | 02:35 | |
stevemar | bknudson, just wanted to give you a heads up that i'm playing with devstack and osc now | 02:35 |
bknudson | stevemar: I was going to ask you about https://review.openstack.org/#/c/64955/ | 02:35 |
bknudson | stevemar: ok, I'll take it off my list. | 02:36 |
stevemar | bknudson, working on replacing all the calls to keystoneclient | 02:36 |
bknudson | stevemar: easy? | 02:36 |
dstanek | stevemar: just added another comment on that last review | 02:36 |
stevemar | bknudson, mehh... it's acting funny | 02:36 |
bknudson | stevemar: I haven't looked at it much... can you create a kind of translation function or something... | 02:37 |
bknudson | like create_user xxx xxx | 02:37 |
*** fpatwa has joined #openstack-dev | 02:37 | |
bknudson | calls either "keytone user-create" or "openstack create user" | 02:37 |
stevemar | bknudson, it's easy enough to just replace them out-right | 02:37 |
stevemar | bknudson, it's for the initial setup part of keystone, that makes calls with ADMIN token to create the endpoints and service that is causing some problems | 02:38 |
*** ramishra has quit IRC | 02:38 | |
bknudson | stevemar: because of OSC limitation or V3? | 02:39 |
*** angdraug has quit IRC | 02:39 | |
stevemar | bknudson, not sure yet, when i said 'playing' earlier, it's only been about 20 minutes :) | 02:39 |
lbragstad | ayoung: ping? | 02:40 |
bknudson | stevemar: https://review.openstack.org/#/c/64955/ -- was wondering if you could take a quick look at that. | 02:40 |
stevemar | bknudson, lookin | 02:41 |
*** ramishra has joined #openstack-dev | 02:42 | |
*** eharney has joined #openstack-dev | 02:43 | |
*** pablosan has quit IRC | 02:43 | |
*** browne has joined #openstack-dev | 02:43 | |
stevemar | bknudson, looks good, as you said, needs a test and a bug though | 02:44 |
*** markmcclain has quit IRC | 02:44 | |
*** ramishra has quit IRC | 02:44 | |
bknudson | stevemar: ok. I wasn't sure what the effect would be... might be obvious when I try to write or update a test. | 02:44 |
*** ramishra_ has joined #openstack-dev | 02:44 | |
stevemar | bknudson, but yeah, definitely correct to use the ref, like you said, normalize_dict isn't being used atm | 02:45 |
*** galstrom is now known as galstrom_zzz | 02:45 | |
*** epim has joined #openstack-dev | 02:46 | |
*** ramishra_ has quit IRC | 02:46 | |
*** ramishra has joined #openstack-dev | 02:46 | |
*** xuhanp has joined #openstack-dev | 02:47 | |
*** erkules_ has joined #openstack-dev | 02:49 | |
*** jcooley_ has quit IRC | 02:49 | |
*** emagana has quit IRC | 02:51 | |
*** erkules has quit IRC | 02:51 | |
*** ramishra has quit IRC | 02:52 | |
*** yamahata has quit IRC | 02:52 | |
*** sweston has quit IRC | 02:52 | |
*** ramishra has joined #openstack-dev | 02:53 | |
*** sweston has joined #openstack-dev | 02:55 | |
*** SumitNaiksatam has joined #openstack-dev | 02:56 | |
*** alop has joined #openstack-dev | 02:57 | |
*** sweston_ has joined #openstack-dev | 02:57 | |
*** dstufft has quit IRC | 02:58 | |
ayoung | lbragstad, I'm headed to get dinner and then home...something quick? | 02:58 |
lbragstad | ayoung: oh, np. just wanted to give you a heads up. The notifications stuff for trusts merged, | 02:59 |
*** ramishra has quit IRC | 02:59 | |
*** dstufft has joined #openstack-dev | 02:59 | |
*** epim has quit IRC | 02:59 | |
*** thomasem has joined #openstack-dev | 02:59 | |
ayoung | lbragstad, thanks. I'll rebase. Let me see if my other deps are in | 02:59 |
lbragstad | so, you should be able to pick up those changes and switch it to include the namespace for the trust extension | 02:59 |
*** sweston has quit IRC | 02:59 | |
*** praneshp has joined #openstack-dev | 02:59 | |
ayoung | Oh For f-!@#$%^&* sake | 03:00 |
ayoung | https://review.openstack.org/#/c/68233/ | 03:00 |
lbragstad | :) ? | 03:00 |
ayoung | nothing quite like waiting 2 days for a gate job that fails on a transient error | 03:00 |
lbragstad | ayoung: I've seen that one a lot | 03:00 |
ayoung | reverify... | 03:01 |
lbragstad | do you have the bug number? | 03:01 |
ayoung | looking | 03:01 |
* lbragstad is digging in the rechecks page | 03:02 | |
*** dstufft_ has joined #openstack-dev | 03:02 | |
*** markmcclain has joined #openstack-dev | 03:02 | |
ayoung | https://code.launchpad.net/bugs/1265989 | 03:02 |
ayoung | pretty sure | 03:02 |
ayoung | or Bug 1266094: check_grenade_dsvm failed - aggregates tests failed | 03:03 |
*** gokrokve has joined #openstack-dev | 03:03 | |
*** thomasem has quit IRC | 03:03 | |
lbragstad | ayoung: https://bugs.launchpad.net/grenade/+bug/1259003 | 03:03 |
lbragstad | ^ ? | 03:03 |
ayoung | maybe | 03:04 |
*** sweston_ has quit IRC | 03:04 | |
*** markmcclain has quit IRC | 03:04 | |
*** sweston has joined #openstack-dev | 03:04 | |
ayoung | [ERROR] /opt/stack/new/devstack/exercises/volumes.sh:162 Volume ex-vol-9180a712 not created | 03:04 |
ayoung | looks like it | 03:04 |
*** alop has quit IRC | 03:05 | |
*** dstufft has quit IRC | 03:05 | |
*** armax has quit IRC | 03:05 | |
lbragstad | /opt/stack/new/devstack/exercises/volumes.sh:162:die | 03:05 |
ayoung | die die die | 03:07 |
ayoung | OK...food. Tis late here. | 03:07 |
*** markmcclain has joined #openstack-dev | 03:07 | |
lbragstad | ayoung: sounds good | 03:07 |
*** ayoung is now known as ayoung-omnomnom | 03:07 | |
*** sweston has quit IRC | 03:08 | |
*** jasdeepH has joined #openstack-dev | 03:09 | |
*** dstufft_ is now known as dstufft | 03:10 | |
*** sweston has joined #openstack-dev | 03:10 | |
*** ramishra has joined #openstack-dev | 03:11 | |
*** praneshp has quit IRC | 03:11 | |
*** matsuhashi has quit IRC | 03:14 | |
*** melwitt has quit IRC | 03:15 | |
*** jasdeepH has quit IRC | 03:15 | |
*** ramishra has quit IRC | 03:16 | |
*** galstrom_zzz is now known as galstrom | 03:17 | |
*** ramishra has joined #openstack-dev | 03:18 | |
*** galstrom is now known as galstrom_zzz | 03:19 | |
*** galstrom_zzz is now known as galstrom | 03:19 | |
*** fpatwa has quit IRC | 03:21 | |
*** ramishra has quit IRC | 03:22 | |
*** ramishra_ has joined #openstack-dev | 03:22 | |
*** doug_shelley66 has quit IRC | 03:22 | |
*** xchu has joined #openstack-dev | 03:25 | |
lbragstad | bknudson: ping? | 03:25 |
*** sweston has quit IRC | 03:25 | |
lbragstad | bknudson: why wouldn't you want to raise an error if you're adding a user to a project and the user doesn't exist? https://review.openstack.org/#/c/54647/9/keystone/tests/test_backend.py | 03:25 |
*** sweston has joined #openstack-dev | 03:26 | |
*** mriedem has quit IRC | 03:27 | |
*** topshare has joined #openstack-dev | 03:27 | |
*** ramishra_ has quit IRC | 03:29 | |
*** carl_baldwin has joined #openstack-dev | 03:30 | |
*** jokke__ has joined #openstack-dev | 03:31 | |
*** paragan has joined #openstack-dev | 03:32 | |
*** sweston_ has joined #openstack-dev | 03:32 | |
*** erkules_ is now known as erkules | 03:32 | |
*** clayb has quit IRC | 03:33 | |
*** sballe has quit IRC | 03:33 | |
*** ramishra has joined #openstack-dev | 03:33 | |
*** sballe has joined #openstack-dev | 03:34 | |
*** jokke_ has quit IRC | 03:34 | |
*** sweston has quit IRC | 03:35 | |
*** xuhanp has quit IRC | 03:36 | |
*** oubiwann has quit IRC | 03:37 | |
*** praneshp has joined #openstack-dev | 03:38 | |
*** sweston has joined #openstack-dev | 03:38 | |
*** salv-orlando has quit IRC | 03:40 | |
*** ramishra_ has joined #openstack-dev | 03:40 | |
*** ramishra has quit IRC | 03:41 | |
*** sweston_ has quit IRC | 03:41 | |
*** comay has joined #openstack-dev | 03:42 | |
*** ramishra has joined #openstack-dev | 03:42 | |
*** ramishra_ has quit IRC | 03:42 | |
*** aditirav has joined #openstack-dev | 03:44 | |
*** yaguang has joined #openstack-dev | 03:45 | |
*** ramishra has quit IRC | 03:46 | |
*** ramishra_ has joined #openstack-dev | 03:46 | |
*** galstrom is now known as galstrom_zzz | 03:47 | |
*** thuc_ has joined #openstack-dev | 03:49 | |
*** praneshp has quit IRC | 03:49 | |
*** bfschott has quit IRC | 03:49 | |
*** ramishra_ has quit IRC | 03:51 | |
*** ramishra has joined #openstack-dev | 03:51 | |
*** buzztroll has quit IRC | 03:53 | |
*** xuhanp has joined #openstack-dev | 03:53 | |
*** ramishra has quit IRC | 03:54 | |
*** ramishra_ has joined #openstack-dev | 03:54 | |
*** sballe has quit IRC | 03:56 | |
bknudson | lbragstad: we do want to but we can't, because it's not guaranteed that there's a user in the identity backend. | 04:00 |
lbragstad | ahh | 04:01 |
*** ramishra_ has quit IRC | 04:01 | |
*** pmathews has joined #openstack-dev | 04:01 | |
*** alop has joined #openstack-dev | 04:02 | |
*** spzala has quit IRC | 04:03 | |
*** eharney has quit IRC | 04:03 | |
*** ramishra has joined #openstack-dev | 04:08 | |
*** carl_baldwin has quit IRC | 04:09 | |
*** gokrokve has quit IRC | 04:09 | |
*** gokrokve has joined #openstack-dev | 04:09 | |
*** carl_baldwin has joined #openstack-dev | 04:11 | |
*** carl_baldwin has quit IRC | 04:12 | |
*** jcooley_ has joined #openstack-dev | 04:13 | |
*** jcooley_ has quit IRC | 04:13 | |
*** asalkeld has quit IRC | 04:13 | |
*** carl_baldwin has joined #openstack-dev | 04:13 | |
*** alop has quit IRC | 04:13 | |
*** topshare has quit IRC | 04:13 | |
*** gokrokve has quit IRC | 04:13 | |
*** jcooley_ has joined #openstack-dev | 04:13 | |
*** Nikolay_St has joined #openstack-dev | 04:13 | |
*** rraja has joined #openstack-dev | 04:15 | |
*** gokrokve has joined #openstack-dev | 04:16 | |
*** anniec has quit IRC | 04:17 | |
*** taps has quit IRC | 04:17 | |
*** harlowja is now known as harlowja_away | 04:19 | |
*** pmathews has quit IRC | 04:20 | |
*** jasdeepH has joined #openstack-dev | 04:20 | |
*** jasdeepH has quit IRC | 04:20 | |
*** gyee has quit IRC | 04:20 | |
*** sweston has quit IRC | 04:20 | |
*** anniec has joined #openstack-dev | 04:22 | |
*** sweston has joined #openstack-dev | 04:22 | |
*** rcleere has joined #openstack-dev | 04:25 | |
*** asalkeld has joined #openstack-dev | 04:26 | |
*** aditirav has quit IRC | 04:28 | |
*** ramishra_ has joined #openstack-dev | 04:29 | |
*** ramishra has quit IRC | 04:29 | |
*** anniec has quit IRC | 04:29 | |
*** aditirav has joined #openstack-dev | 04:29 | |
*** sweston has quit IRC | 04:29 | |
*** sweston has joined #openstack-dev | 04:30 | |
*** ramishra_ has quit IRC | 04:34 | |
*** ramishra has joined #openstack-dev | 04:34 | |
*** pmyers has left #openstack-dev | 04:34 | |
*** pmyers has joined #openstack-dev | 04:35 | |
*** browne has quit IRC | 04:35 | |
*** changbl has joined #openstack-dev | 04:35 | |
*** sweston_ has joined #openstack-dev | 04:36 | |
*** pmathews has joined #openstack-dev | 04:36 | |
*** faramir has joined #openstack-dev | 04:38 | |
*** matsuhashi has joined #openstack-dev | 04:39 | |
*** alex_klimov has joined #openstack-dev | 04:39 | |
*** sweston has quit IRC | 04:40 | |
*** markmcclain has quit IRC | 04:40 | |
*** alex_klimov has quit IRC | 04:40 | |
*** bdpayne has joined #openstack-dev | 04:43 | |
*** sumanthns has joined #openstack-dev | 04:45 | |
*** ramishra has quit IRC | 04:45 | |
*** ramishra has joined #openstack-dev | 04:46 | |
*** fpatwa has joined #openstack-dev | 04:48 | |
*** arnaud__ has quit IRC | 04:48 | |
*** arnaud has quit IRC | 04:48 | |
*** rods has quit IRC | 04:51 | |
*** edmund1 has quit IRC | 04:51 | |
*** tkay has joined #openstack-dev | 04:52 | |
*** fpatwa has quit IRC | 04:52 | |
*** coolsvap has joined #openstack-dev | 04:59 | |
*** rods has joined #openstack-dev | 05:00 | |
*** neoXsys has quit IRC | 05:01 | |
*** Mandell has joined #openstack-dev | 05:01 | |
*** yamahata has joined #openstack-dev | 05:02 | |
*** ramishra has quit IRC | 05:02 | |
*** alop has joined #openstack-dev | 05:02 | |
*** mikeoutland has joined #openstack-dev | 05:05 | |
*** tkay has quit IRC | 05:07 | |
*** alop has quit IRC | 05:07 | |
*** ramishra has joined #openstack-dev | 05:08 | |
*** sweston_ has quit IRC | 05:08 | |
*** fpatwa has joined #openstack-dev | 05:08 | |
*** tkay has joined #openstack-dev | 05:09 | |
*** mrodden1 has joined #openstack-dev | 05:12 | |
*** mrodden has quit IRC | 05:12 | |
*** sweston has joined #openstack-dev | 05:14 | |
*** sweston_ has joined #openstack-dev | 05:17 | |
*** ramishra has quit IRC | 05:17 | |
*** ramishra has joined #openstack-dev | 05:17 | |
*** vkozhukalov has joined #openstack-dev | 05:18 | |
*** doug_shelley66 has joined #openstack-dev | 05:19 | |
*** sweston has quit IRC | 05:20 | |
*** jecarey has quit IRC | 05:22 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 05:22 | |
*** yamahata has quit IRC | 05:23 | |
*** yamahata has joined #openstack-dev | 05:23 | |
*** doug_shelley66 has quit IRC | 05:24 | |
*** tkay has quit IRC | 05:24 | |
*** mikeoutland has quit IRC | 05:26 | |
*** rdas has joined #openstack-dev | 05:27 | |
*** tkay has joined #openstack-dev | 05:34 | |
*** aeperezt has quit IRC | 05:35 | |
*** topshare has joined #openstack-dev | 05:36 | |
*** grapsus_1 has joined #openstack-dev | 05:36 | |
*** shadower_ has joined #openstack-dev | 05:36 | |
*** ala_ has quit IRC | 05:36 | |
*** grapsus__ has quit IRC | 05:36 | |
*** shadower has quit IRC | 05:36 | |
*** dosaboy has quit IRC | 05:36 | |
*** ala_ has joined #openstack-dev | 05:36 | |
*** ogelbukh has quit IRC | 05:36 | |
*** max_lobur_afk has quit IRC | 05:36 | |
*** lari_ has quit IRC | 05:36 | |
*** lari_ has joined #openstack-dev | 05:36 | |
*** dosaboy has joined #openstack-dev | 05:37 | |
*** sumansn_ has joined #openstack-dev | 05:37 | |
*** ogelbukh has joined #openstack-dev | 05:37 | |
*** max_lobur_afk has joined #openstack-dev | 05:37 | |
*** ramishra has quit IRC | 05:38 | |
*** ramishra_ has joined #openstack-dev | 05:38 | |
*** sumanthns has quit IRC | 05:39 | |
*** fpatwa has quit IRC | 05:39 | |
*** ramishra_ has quit IRC | 05:42 | |
*** ramishra has joined #openstack-dev | 05:42 | |
*** csd_ has joined #openstack-dev | 05:42 | |
*** ramishra has quit IRC | 05:46 | |
*** ramishra_ has joined #openstack-dev | 05:46 | |
*** gokrokve has quit IRC | 05:47 | |
*** rohitk has joined #openstack-dev | 05:47 | |
*** gokrokve has joined #openstack-dev | 05:48 | |
*** tkay has quit IRC | 05:48 | |
*** yamahata has quit IRC | 05:50 | |
*** yamahata has joined #openstack-dev | 05:50 | |
*** mikeoutland has joined #openstack-dev | 05:51 | |
*** amotoki_zzz is now known as amotoki | 05:51 | |
*** thuc_ has quit IRC | 05:51 | |
*** thuc has joined #openstack-dev | 05:52 | |
*** gokrokve has quit IRC | 05:53 | |
*** ramishra_ has quit IRC | 05:53 | |
*** ramishra has joined #openstack-dev | 05:55 | |
*** thuc has quit IRC | 05:56 | |
*** nshaikh has joined #openstack-dev | 05:57 | |
*** ig1 has joined #openstack-dev | 05:59 | |
*** ig has quit IRC | 05:59 | |
*** ramishra has quit IRC | 06:00 | |
*** Hritcu has joined #openstack-dev | 06:00 | |
*** ramishra has joined #openstack-dev | 06:00 | |
*** mikeoutland has quit IRC | 06:01 | |
*** sweston has joined #openstack-dev | 06:02 | |
*** alop has joined #openstack-dev | 06:03 | |
*** topshare has quit IRC | 06:03 | |
*** mrda is now known as mrda_away | 06:03 | |
*** praneshp has joined #openstack-dev | 06:04 | |
*** carl_baldwin has quit IRC | 06:04 | |
*** Hritcu has quit IRC | 06:04 | |
*** sweston_ has quit IRC | 06:06 | |
*** otherwiseguy has quit IRC | 06:06 | |
*** stevemar has quit IRC | 06:06 | |
*** sweston has quit IRC | 06:08 | |
*** yeylon_ has joined #openstack-dev | 06:08 | |
*** sweston has joined #openstack-dev | 06:08 | |
*** sweston has quit IRC | 06:08 | |
*** alop has quit IRC | 06:13 | |
*** jcooley_ has quit IRC | 06:13 | |
*** Sumeniac2 has joined #openstack-dev | 06:13 | |
*** Sumeniac has quit IRC | 06:14 | |
*** praneshp_ has joined #openstack-dev | 06:14 | |
*** gokrokve has joined #openstack-dev | 06:14 | |
*** csaba|afk is now known as csaba | 06:16 | |
*** praneshp has quit IRC | 06:17 | |
*** praneshp_ is now known as praneshp | 06:17 | |
*** Hritcu has joined #openstack-dev | 06:21 | |
*** anniec has joined #openstack-dev | 06:22 | |
*** mikeoutland has joined #openstack-dev | 06:25 | |
*** anniec_ has joined #openstack-dev | 06:25 | |
*** sthaha has quit IRC | 06:26 | |
*** anniec has quit IRC | 06:27 | |
*** anniec_ is now known as anniec | 06:27 | |
*** SergeyLukjanov is now known as SergeyLukjanov_ | 06:29 | |
*** buzztroll has joined #openstack-dev | 06:32 | |
*** ramishra_ has joined #openstack-dev | 06:33 | |
*** amcrn has quit IRC | 06:34 | |
*** otherwiseguy has joined #openstack-dev | 06:34 | |
*** fpatwa has joined #openstack-dev | 06:34 | |
*** rraja has quit IRC | 06:34 | |
*** ramishra has quit IRC | 06:36 | |
*** neeti has joined #openstack-dev | 06:38 | |
*** fpatwa has quit IRC | 06:38 | |
*** alex_klimov has joined #openstack-dev | 06:39 | |
*** yamahata has quit IRC | 06:40 | |
*** ctracey has quit IRC | 06:40 | |
*** mikeoutland has quit IRC | 06:41 | |
*** otherwiseguy has quit IRC | 06:43 | |
*** rraja has joined #openstack-dev | 06:46 | |
*** bdpayne has quit IRC | 06:49 | |
*** tkay has joined #openstack-dev | 06:50 | |
*** csd_ has quit IRC | 06:52 | |
*** ramishra_ has quit IRC | 06:52 | |
*** ramishra has joined #openstack-dev | 06:52 | |
*** vkozhukalov has quit IRC | 06:55 | |
*** yamahata has joined #openstack-dev | 06:56 | |
*** buzztroll has quit IRC | 06:58 | |
*** rods has quit IRC | 07:01 | |
*** odyssey4me has joined #openstack-dev | 07:01 | |
*** erkrnt has quit IRC | 07:02 | |
*** jprovazn_ has joined #openstack-dev | 07:04 | |
*** ramishra_ has joined #openstack-dev | 07:07 | |
*** ramishra_ has quit IRC | 07:07 | |
*** jcooley_ has joined #openstack-dev | 07:07 | |
*** yolanda_ has joined #openstack-dev | 07:08 | |
*** YorikSar has quit IRC | 07:08 | |
*** ramishra has quit IRC | 07:08 | |
*** sumansn__ has joined #openstack-dev | 07:08 | |
*** pschaef has joined #openstack-dev | 07:09 | |
*** sumansn_ has quit IRC | 07:10 | |
*** alop has joined #openstack-dev | 07:10 | |
*** garyk has quit IRC | 07:11 | |
*** jcooley_ has quit IRC | 07:12 | |
*** jcooley_ has joined #openstack-dev | 07:14 | |
*** marios|gone is now known as marios | 07:14 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 07:16 | |
*** alop has quit IRC | 07:16 | |
*** DinaBelova_ is now known as DinaBelova | 07:18 | |
*** ctracey has joined #openstack-dev | 07:18 | |
*** jcooley_ has quit IRC | 07:18 | |
*** Drankis has joined #openstack-dev | 07:19 | |
*** ramishra has joined #openstack-dev | 07:20 | |
*** pmathews has quit IRC | 07:21 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 07:22 | |
*** ramishra has quit IRC | 07:26 | |
*** ramishra has joined #openstack-dev | 07:26 | |
*** fpatwa has joined #openstack-dev | 07:27 | |
*** eharney has joined #openstack-dev | 07:27 | |
*** mrunge has joined #openstack-dev | 07:28 | |
*** ramishra has quit IRC | 07:28 | |
*** ramishra_ has joined #openstack-dev | 07:28 | |
*** ramishra_ has quit IRC | 07:31 | |
*** ramishra has joined #openstack-dev | 07:31 | |
*** fpatwa has quit IRC | 07:32 | |
*** ramishra has quit IRC | 07:32 | |
*** ramishra has joined #openstack-dev | 07:32 | |
*** afazekas has joined #openstack-dev | 07:32 | |
*** tkay has quit IRC | 07:33 | |
*** csaba is now known as csaba|afk | 07:33 | |
*** rraja has quit IRC | 07:34 | |
*** lsmola_ has joined #openstack-dev | 07:35 | |
*** Nikolay_St has quit IRC | 07:38 | |
*** ramishra_ has joined #openstack-dev | 07:38 | |
*** SergeyLukjanov is now known as SergeyLukjanov_a | 07:39 | |
*** ramishra has quit IRC | 07:39 | |
*** SergeyLukjanov_a is now known as SergeyLukjanov_ | 07:40 | |
*** matsuhashi has quit IRC | 07:42 | |
*** nosnos has quit IRC | 07:43 | |
*** dstanek has quit IRC | 07:44 | |
*** YorikSar has joined #openstack-dev | 07:46 | |
*** ramishra has joined #openstack-dev | 07:48 | |
*** anniec has quit IRC | 07:48 | |
*** ramishra_ has quit IRC | 07:49 | |
*** s2r2_ has joined #openstack-dev | 07:49 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 07:49 | |
*** tkay has joined #openstack-dev | 07:51 | |
*** vartom1111111115 has joined #openstack-dev | 07:55 | |
*** ramishra_ has joined #openstack-dev | 07:56 | |
*** ramishra has quit IRC | 07:57 | |
*** tkay has quit IRC | 07:57 | |
*** ramishra has joined #openstack-dev | 08:00 | |
*** sergmelikyan has quit IRC | 08:00 | |
*** ramishra_ has quit IRC | 08:00 | |
*** bauzas has joined #openstack-dev | 08:01 | |
*** jcooley_ has joined #openstack-dev | 08:02 | |
*** mancdaz_away is now known as mancdaz | 08:02 | |
*** topshare has joined #openstack-dev | 08:02 | |
*** dkuffner has joined #openstack-dev | 08:02 | |
*** topshare has quit IRC | 08:02 | |
*** topshare has joined #openstack-dev | 08:03 | |
*** buzztroll has joined #openstack-dev | 08:04 | |
*** romcheg has joined #openstack-dev | 08:04 | |
*** florentflament has joined #openstack-dev | 08:05 | |
*** jcoufal has joined #openstack-dev | 08:05 | |
*** MaxV has joined #openstack-dev | 08:05 | |
*** gokrokve has quit IRC | 08:08 | |
*** buzztroll has quit IRC | 08:08 | |
*** gokrokve has joined #openstack-dev | 08:08 | |
*** buzztroll has joined #openstack-dev | 08:09 | |
*** ramishra has quit IRC | 08:10 | |
*** ramishra_ has joined #openstack-dev | 08:10 | |
*** e0ne has joined #openstack-dev | 08:11 | |
*** gokrokve has quit IRC | 08:12 | |
*** xgsa has joined #openstack-dev | 08:13 | |
*** alop has joined #openstack-dev | 08:13 | |
*** buzztroll has quit IRC | 08:13 | |
*** topshare has quit IRC | 08:15 | |
*** ramishra_ has quit IRC | 08:15 | |
*** ramishra has joined #openstack-dev | 08:15 | |
*** flaper87|afk is now known as flaper87 | 08:15 | |
*** fbo is now known as fbo_away | 08:18 | |
*** ramishra has quit IRC | 08:18 | |
*** ramishra_ has joined #openstack-dev | 08:18 | |
*** jtomasek has joined #openstack-dev | 08:18 | |
*** alop has quit IRC | 08:18 | |
*** topshare has joined #openstack-dev | 08:20 | |
*** fpatwa has joined #openstack-dev | 08:21 | |
*** ramishra_ has quit IRC | 08:22 | |
*** ramishra has joined #openstack-dev | 08:22 | |
*** mancdaz is now known as mancdaz_away | 08:22 | |
*** rushiagr has quit IRC | 08:23 | |
*** fpatwa has quit IRC | 08:26 | |
*** giulivo has joined #openstack-dev | 08:26 | |
*** vkozhukalov has joined #openstack-dev | 08:27 | |
*** xqueralt has joined #openstack-dev | 08:27 | |
*** MaxV has quit IRC | 08:28 | |
*** rushiagr has joined #openstack-dev | 08:32 | |
*** ig1 has quit IRC | 08:32 | |
*** Nikolay_St has joined #openstack-dev | 08:32 | |
*** ramishra has quit IRC | 08:33 | |
*** ramishra has joined #openstack-dev | 08:35 | |
*** jcooley_ has quit IRC | 08:36 | |
*** nacim has joined #openstack-dev | 08:38 | |
*** Apsu has quit IRC | 08:39 | |
*** ifarkas has joined #openstack-dev | 08:40 | |
*** jistr has joined #openstack-dev | 08:40 | |
*** cyeoh has quit IRC | 08:41 | |
*** ramishra_ has joined #openstack-dev | 08:42 | |
*** ramishra has quit IRC | 08:42 | |
*** Apsu has joined #openstack-dev | 08:42 | |
*** cyeoh has joined #openstack-dev | 08:42 | |
*** ramishra has joined #openstack-dev | 08:44 | |
*** djoreilly has joined #openstack-dev | 08:47 | |
*** ramishra_ has quit IRC | 08:48 | |
*** ramishr__ has joined #openstack-dev | 08:48 | |
*** ygbo has joined #openstack-dev | 08:48 | |
*** claxton has joined #openstack-dev | 08:50 | |
*** teran has joined #openstack-dev | 08:50 | |
*** ramishra has quit IRC | 08:51 | |
*** teran_ has quit IRC | 08:52 | |
praneshp | anyone ol? | 08:53 |
praneshp | I have a question about havana | 08:53 |
*** corXi has joined #openstack-dev | 08:53 | |
praneshp | they seem to do network and disk alloc in parallel, is there a way to set it back to the legacy method? | 08:53 |
*** JordanP has joined #openstack-dev | 08:54 | |
*** yassine has joined #openstack-dev | 08:54 | |
*** henrynash has joined #openstack-dev | 08:55 | |
*** fbo_away is now known as fbo | 08:59 | |
*** xga has joined #openstack-dev | 08:59 | |
*** mancdaz_away is now known as mancdaz | 08:59 | |
*** ramishr__ has quit IRC | 09:00 | |
*** teran_ has joined #openstack-dev | 09:00 | |
*** ramishra has joined #openstack-dev | 09:01 | |
*** jpich has joined #openstack-dev | 09:02 | |
*** yassine has quit IRC | 09:03 | |
*** yassine has joined #openstack-dev | 09:03 | |
*** yassine has quit IRC | 09:04 | |
*** teran has quit IRC | 09:04 | |
*** yassine has joined #openstack-dev | 09:04 | |
*** MaxV has joined #openstack-dev | 09:05 | |
*** yassine has quit IRC | 09:05 | |
*** yassine has joined #openstack-dev | 09:06 | |
*** ndipanov_gone is now known as ndipanov | 09:06 | |
*** yassine has quit IRC | 09:06 | |
*** ramishra_ has joined #openstack-dev | 09:06 | |
*** eharney has quit IRC | 09:07 | |
*** yassine has joined #openstack-dev | 09:07 | |
*** ramishra has quit IRC | 09:07 | |
*** yassine has quit IRC | 09:07 | |
*** eharney has joined #openstack-dev | 09:08 | |
*** yassine has joined #openstack-dev | 09:08 | |
*** yassine has quit IRC | 09:09 | |
*** yassine has joined #openstack-dev | 09:10 | |
*** yassine has quit IRC | 09:12 | |
*** Nikolay_St has quit IRC | 09:12 | |
*** yassine has joined #openstack-dev | 09:12 | |
*** ramishra_ has quit IRC | 09:12 | |
*** I159 has joined #openstack-dev | 09:13 | |
*** eharney has quit IRC | 09:14 | |
*** Nikolay_St has joined #openstack-dev | 09:14 | |
*** MaxV has quit IRC | 09:14 | |
*** alop has joined #openstack-dev | 09:14 | |
*** fpatwa has joined #openstack-dev | 09:15 | |
*** safchain has joined #openstack-dev | 09:16 | |
*** MaxV has joined #openstack-dev | 09:17 | |
*** yassine has quit IRC | 09:17 | |
*** yassine has joined #openstack-dev | 09:17 | |
*** teran_ has quit IRC | 09:20 | |
*** alop has quit IRC | 09:20 | |
*** teran has joined #openstack-dev | 09:20 | |
*** fpatwa has quit IRC | 09:20 | |
*** eglynn has joined #openstack-dev | 09:21 | |
*** neoXsys has joined #openstack-dev | 09:21 | |
*** JordanP has quit IRC | 09:22 | |
*** jcooley_ has joined #openstack-dev | 09:26 | |
*** derekh has joined #openstack-dev | 09:27 | |
*** sahid has joined #openstack-dev | 09:28 | |
*** jcooley_ has quit IRC | 09:28 | |
*** jcooley_ has joined #openstack-dev | 09:29 | |
*** julienvey has joined #openstack-dev | 09:29 | |
*** shardy_afk is now known as shardy | 09:31 | |
*** SergeyLukjanov is now known as SergeyLukjanov_a | 09:31 | |
*** athomas has quit IRC | 09:32 | |
*** SergeyLukjanov_a is now known as SergeyLukjanov_ | 09:32 | |
*** yassine has quit IRC | 09:33 | |
*** yassine has joined #openstack-dev | 09:33 | |
*** jcooley_ has quit IRC | 09:35 | |
*** danpb has joined #openstack-dev | 09:35 | |
*** JordanP has joined #openstack-dev | 09:37 | |
*** yassine has quit IRC | 09:37 | |
*** yassine has joined #openstack-dev | 09:38 | |
*** paragan has quit IRC | 09:39 | |
*** yassine has quit IRC | 09:39 | |
*** yassine has joined #openstack-dev | 09:40 | |
*** neoXsys has quit IRC | 09:41 | |
*** tdruiva has quit IRC | 09:42 | |
*** rraja has joined #openstack-dev | 09:42 | |
*** yassine has quit IRC | 09:42 | |
*** DinaBelova is now known as DinaBelova_ | 09:42 | |
*** yassine has joined #openstack-dev | 09:42 | |
*** mmagr has joined #openstack-dev | 09:43 | |
*** sushils has quit IRC | 09:47 | |
*** salv-orlando has joined #openstack-dev | 09:49 | |
*** neoXsys has joined #openstack-dev | 09:53 | |
*** johnthetubaguy has joined #openstack-dev | 09:55 | |
*** mkerrin has joined #openstack-dev | 09:55 | |
*** krast has quit IRC | 09:55 | |
*** chandankumar_ has quit IRC | 09:56 | |
*** aditirav_ has joined #openstack-dev | 09:58 | |
*** athomas has joined #openstack-dev | 09:58 | |
*** aditirav__ has joined #openstack-dev | 09:58 | |
*** BobBallAway is now known as BobBall | 09:59 | |
*** jasondotstar has joined #openstack-dev | 10:01 | |
*** aditirav has quit IRC | 10:01 | |
*** aditirav__ is now known as aditirav | 10:01 | |
*** belmoreira has joined #openstack-dev | 10:01 | |
*** aditirav_ has quit IRC | 10:02 | |
*** xchu has quit IRC | 10:03 | |
*** redhat has quit IRC | 10:05 | |
*** redhat has joined #openstack-dev | 10:06 | |
*** martyntaylor has joined #openstack-dev | 10:06 | |
*** marekd|away is now known as marekd | 10:08 | |
*** DinaBelova_ is now known as DinaBelova | 10:10 | |
*** fpatwa has joined #openstack-dev | 10:10 | |
*** ramishra has joined #openstack-dev | 10:10 | |
*** max_lobur_afk is now known as max_lobur | 10:11 | |
*** AMike has quit IRC | 10:11 | |
*** bvandenh has joined #openstack-dev | 10:12 | |
*** kolesovdv has joined #openstack-dev | 10:13 | |
*** aditirav has quit IRC | 10:13 | |
*** fpatwa has quit IRC | 10:14 | |
*** aditirav has joined #openstack-dev | 10:15 | |
*** alop has joined #openstack-dev | 10:16 | |
*** akrivoka has joined #openstack-dev | 10:18 | |
*** jcooley_ has joined #openstack-dev | 10:20 | |
*** ijw has quit IRC | 10:22 | |
*** iartarisi has joined #openstack-dev | 10:24 | |
*** jcooley_ has quit IRC | 10:25 | |
*** alop has quit IRC | 10:25 | |
*** EmilienM has quit IRC | 10:32 | |
*** EmilienM has joined #openstack-dev | 10:32 | |
*** claxton has quit IRC | 10:32 | |
*** sushils has joined #openstack-dev | 10:35 | |
*** asalkeld has quit IRC | 10:38 | |
*** praneshp has quit IRC | 10:41 | |
*** feleouet has joined #openstack-dev | 10:50 | |
*** xuhanp has quit IRC | 10:50 | |
*** DinaBelova is now known as DinaBelova_ | 10:54 | |
*** s2r2_ has quit IRC | 10:55 | |
*** s2r2_ has joined #openstack-dev | 10:55 | |
*** fbo has quit IRC | 10:55 | |
*** dachary has quit IRC | 10:55 | |
*** fbo has joined #openstack-dev | 10:55 | |
*** teran has quit IRC | 10:56 | |
*** dachary has joined #openstack-dev | 10:57 | |
*** neoXsys has quit IRC | 10:59 | |
*** mindpixel has joined #openstack-dev | 11:02 | |
*** claxton has joined #openstack-dev | 11:02 | |
*** jokke__ has quit IRC | 11:04 | |
*** neoXsys has joined #openstack-dev | 11:04 | |
*** fpatwa has joined #openstack-dev | 11:04 | |
*** jokke_ has joined #openstack-dev | 11:05 | |
*** fpatwa has quit IRC | 11:08 | |
*** yaguang has quit IRC | 11:13 | |
*** jcooley_ has joined #openstack-dev | 11:15 | |
*** neoXsys has quit IRC | 11:15 | |
*** pcm_ has joined #openstack-dev | 11:18 | |
*** jcooley_ has quit IRC | 11:19 | |
*** pcm_ has quit IRC | 11:19 | |
*** ramishra has quit IRC | 11:20 | |
*** ramishra_ has joined #openstack-dev | 11:20 | |
*** pcm_ has joined #openstack-dev | 11:20 | |
*** alop has joined #openstack-dev | 11:23 | |
*** ramishra has joined #openstack-dev | 11:23 | |
*** ramishra_ has quit IRC | 11:25 | |
*** ArxCruz has joined #openstack-dev | 11:26 | |
*** ita_ has joined #openstack-dev | 11:26 | |
*** jp_at_hp has joined #openstack-dev | 11:27 | |
*** lucasagomes has joined #openstack-dev | 11:27 | |
*** alop has quit IRC | 11:28 | |
*** lucasagomes has quit IRC | 11:28 | |
*** lucasagomes has joined #openstack-dev | 11:28 | |
*** teran has joined #openstack-dev | 11:33 | |
*** teran has quit IRC | 11:33 | |
*** teran has joined #openstack-dev | 11:33 | |
*** yamahata has quit IRC | 11:33 | |
*** doug_shelley66 has joined #openstack-dev | 11:38 | |
*** uaberme has joined #openstack-dev | 11:40 | |
*** jasondotstar has quit IRC | 11:40 | |
*** akrivoka has quit IRC | 11:41 | |
*** rfolco has joined #openstack-dev | 11:41 | |
*** Nikolay_St has quit IRC | 11:42 | |
*** sirushti has quit IRC | 11:43 | |
*** Nikolay_St has joined #openstack-dev | 11:43 | |
*** ramishra has quit IRC | 11:44 | |
*** ramishra has joined #openstack-dev | 11:45 | |
*** sirushti has joined #openstack-dev | 11:45 | |
*** pavol has joined #openstack-dev | 11:47 | |
*** ramishra has quit IRC | 11:47 | |
*** ramishra has joined #openstack-dev | 11:48 | |
*** Nikolay_St has quit IRC | 11:48 | |
*** _ruhe is now known as ruhe | 11:49 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 11:49 | |
*** tdruiva has joined #openstack-dev | 11:51 | |
tellesnobrega | henrynash: hi, in this new policy.json can i get the project_id from the user object? | 11:53 |
*** coolsvap_away has joined #openstack-dev | 11:54 | |
*** pschaef has quit IRC | 11:55 | |
*** coolsvap has quit IRC | 11:55 | |
*** Nikolay_St has joined #openstack-dev | 11:55 | |
*** dkuffner has quit IRC | 11:58 | |
*** coolsvap_away has quit IRC | 11:58 | |
*** MaxV has quit IRC | 12:01 | |
*** dave_tucker_zzz is now known as dave_tucker | 12:01 | |
*** Erethon has joined #openstack-dev | 12:01 | |
*** uaberme has quit IRC | 12:04 | |
*** fpatwa has joined #openstack-dev | 12:05 | |
*** claxton has quit IRC | 12:05 | |
henrynash | tellesnobrega: well, that depends…which project_id do you mean? do you mean the default project id? | 12:05 |
henrynash | tellesnobrega: remember, nowadays there isn't really a relationship between a user and a project other than the fact that they might have some number of roles (or group roles) on it | 12:06 |
*** pixelb has joined #openstack-dev | 12:06 | |
tellesnobrega | henrynash: i'm trying to create a project_admin rule, and i would like to have it deleting a user (from the project that it is admin), this is just for testing, but when i create a rule "identity:delete_user": "rule:admin_required and project_id:%(target.user.project_id)s", i always get a forbidden output | 12:08 |
*** e0ne has quit IRC | 12:08 | |
*** jcooley_ has joined #openstack-dev | 12:09 | |
*** e0ne has joined #openstack-dev | 12:09 | |
*** dave_tucker is now known as dave_tucker_zzz | 12:10 | |
*** ramishra_ has joined #openstack-dev | 12:10 | |
*** tdruiva has quit IRC | 12:11 | |
henrynash | tellesnobrega: so I think you misunderstanding the relationship between a user and project. Once upon a time there was a concept of adding/removing users from a project. That's really gone now (although the old api is still supported). What you have now is assigning a role for a user on a project (and being able to remove that role) | 12:11 |
*** tdruiva has joined #openstack-dev | 12:11 | |
*** fpatwa has quit IRC | 12:12 | |
henrynash | tellesnobrega: so there is no one-to-one relationship you can check when removing a user….they mat have many roles on many different projects | 12:12 |
*** tdruiva has quit IRC | 12:12 | |
*** tdruiva_ has joined #openstack-dev | 12:12 | |
*** jruzicka has joined #openstack-dev | 12:12 | |
tellesnobrega | henrynash: i see, so the operations that a project_admin should have are only around assigning and removing roles to a user on its project | 12:13 |
tellesnobrega | ?? | 12:13 |
henrynash | tellesnobrega: yes | 12:13 |
*** dkuffner has joined #openstack-dev | 12:13 | |
*** ramishra has quit IRC | 12:13 | |
henrynash | tellesnobrega: the only thing there is for a user is an optional "default_project_id" - which does actually give them any role - just is a shortcut for authentication that if you don't give a project id as a scoping, then it will auto scope to the default project id | 12:14 |
henrynash | tellesnobrega: i.e. the token you get will be auto scoped to the default project id | 12:14 |
*** akrivoka has joined #openstack-dev | 12:15 | |
henrynash | tellesnobrega: default_project_id is available to check on the user object, but I don't think it's what you want | 12:15 |
*** claxton has joined #openstack-dev | 12:18 | |
*** jcooley_ has quit IRC | 12:18 | |
*** FunnyLookinHat has joined #openstack-dev | 12:21 | |
*** cnesa has joined #openstack-dev | 12:22 | |
*** claxton has quit IRC | 12:22 | |
*** rods has joined #openstack-dev | 12:23 | |
*** Nikolay_St has quit IRC | 12:24 | |
*** alop has joined #openstack-dev | 12:24 | |
tellesnobrega | henrynash: thanks. This rule service_role: "role:service" what is the point of this, just to separate the services from "normal" users? | 12:28 |
*** alop has quit IRC | 12:28 | |
*** ramishra_ has quit IRC | 12:29 | |
henrynash | tellesnobrega: yes, I think so | 12:29 |
*** feleouet has quit IRC | 12:30 | |
*** matrohon has quit IRC | 12:30 | |
*** chandankumar_ has joined #openstack-dev | 12:31 | |
*** MaxV has joined #openstack-dev | 12:31 | |
*** theanalyst has joined #openstack-dev | 12:34 | |
*** chandankumar_ has quit IRC | 12:34 | |
*** demontiesantos has joined #openstack-dev | 12:35 | |
*** dave_tucker_zzz is now known as dave_tucker | 12:35 | |
*** markmc has joined #openstack-dev | 12:36 | |
*** colinmcnamara has joined #openstack-dev | 12:36 | |
*** MaxV has quit IRC | 12:36 | |
*** fpatwa has joined #openstack-dev | 12:40 | |
*** fpatwa has joined #openstack-dev | 12:40 | |
*** dave_tucker is now known as dave_tucker_zzz | 12:41 | |
*** gmurphy has left #openstack-dev | 12:44 | |
flaper87 | sdague: around ? | 12:45 |
*** fpatwa has quit IRC | 12:45 | |
*** rohitk has quit IRC | 12:46 | |
sdague | flaper87: yep | 12:46 |
flaper87 | sdague: https://review.openstack.org/#/c/68629/ I found a bug in the last change I submitted re glance stores. Also, I think there's something wrong with iniset_multiline. I'll dig more into that and fix in a follow-up patch | 12:46 |
*** I159 has quit IRC | 12:46 | |
*** diakunchikov has quit IRC | 12:46 | |
*** diakunchikov has joined #openstack-dev | 12:46 | |
sdague | flaper87: ok, cool | 12:47 |
flaper87 | sdague: I was wondering if you could take a look there today. that patch is blocking the work on the "remove the default stores" glance | 12:47 |
flaper87 | sdague: sorry for pinging for reviews | 12:47 |
flaper87 | :( | 12:47 |
*** I159 has joined #openstack-dev | 12:47 | |
flaper87 | sdague: thanks :) | 12:47 |
sdague | flaper87: yeh, no prob, fixes like that I'm happy to have | 12:48 |
*** Drankis has quit IRC | 12:49 | |
flaper87 | sdague: cool | 12:49 |
flaper87 | sdague: Also, I wanted to know if you had any suggestion as to how dig more into this issue http://logs.openstack.org/99/65499/4/check/gate-glance-python26/f18865b/console.html | 12:49 |
flaper87 | I set up a local ubuntu precise hoping to replicate the same environment | 12:50 |
flaper87 | but I can't replicate the issue | 12:50 |
*** artom has joined #openstack-dev | 12:50 | |
flaper87 | and the issue is kinda weird because it complains about trying to create a table with TINYINT whatsoever but the step failing shouldn't be creating any table. Furthermore, the migration is to add a BigInt field | 12:51 |
flaper87 | anyway, if you've any suggestion it would be nice, otherwise I'll figure that out myself | 12:51 |
flaper87 | it would be really cool if I could get access to the vm running the job | 12:52 |
*** xga_ has joined #openstack-dev | 12:54 | |
*** mrunge has quit IRC | 12:54 | |
*** grapsus_1 has quit IRC | 12:55 | |
*** networkstatic has quit IRC | 12:55 | |
*** networkstatic has joined #openstack-dev | 12:55 | |
sdague | flaper87: you have boolean columns? | 12:55 |
*** achampion has quit IRC | 12:55 | |
*** networkstatic has quit IRC | 12:56 | |
sdague | TINYINT is typically what gets used for booleans | 12:56 |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 12:56 | |
flaper87 | sdague: yup, that I know, however, it should fail at the very biginning of the test :/ | 12:56 |
*** sgordon has joined #openstack-dev | 12:58 | |
sdague | flaper87: yeh, I don't know. I don't know that much about the glance internals. And because it's still nose you can't do the run until fail thing | 12:59 |
flaper87 | sdague: kk, np! I'll figure it out | 12:59 |
*** DinaBelova_ is now known as DinaBelova | 13:00 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 13:01 | |
*** matrohon has joined #openstack-dev | 13:01 | |
*** feleouet has joined #openstack-dev | 13:01 | |
*** SergeyLukjanov is now known as SergeyLukjanov_ | 13:02 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 13:03 | |
*** jcooley_ has joined #openstack-dev | 13:04 | |
*** aspiers has quit IRC | 13:05 | |
*** MaxV has joined #openstack-dev | 13:05 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 13:06 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 13:06 | |
*** eglynn is now known as eglynn-lunch | 13:07 | |
*** ruhe is now known as _ruhe | 13:07 | |
*** jcooley_ has quit IRC | 13:08 | |
*** sumansn__ has quit IRC | 13:09 | |
*** dave_tucker_zzz is now known as dave_tucker | 13:09 | |
*** vartom1111111116 has joined #openstack-dev | 13:09 | |
*** prad has joined #openstack-dev | 13:10 | |
*** xga_ has quit IRC | 13:11 | |
*** SergeyLukjanov is now known as SergeyLukjanov_ | 13:11 | |
*** utlemming has quit IRC | 13:11 | |
*** vartom1111111115 has quit IRC | 13:13 | |
*** vartom1111111116 has quit IRC | 13:16 | |
*** mugsie has quit IRC | 13:17 | |
*** _ruhe is now known as ruhe | 13:18 | |
*** mugsie has joined #openstack-dev | 13:19 | |
*** johnthetubaguy1 has joined #openstack-dev | 13:21 | |
*** johnthetubaguy has quit IRC | 13:21 | |
*** utlemming has joined #openstack-dev | 13:23 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 13:23 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 13:24 | |
*** vladikr has joined #openstack-dev | 13:25 | |
*** alop has joined #openstack-dev | 13:25 | |
*** sweston has joined #openstack-dev | 13:26 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 13:26 | |
*** sweston has quit IRC | 13:26 | |
*** jdob has joined #openstack-dev | 13:27 | |
*** ayoung has joined #openstack-dev | 13:28 | |
*** kbrierly has quit IRC | 13:30 | |
*** alop has quit IRC | 13:30 | |
*** ijw has joined #openstack-dev | 13:32 | |
*** jasondotstar has joined #openstack-dev | 13:32 | |
*** thomasem has joined #openstack-dev | 13:33 | |
*** theanalyst has quit IRC | 13:34 | |
*** mindpixel has quit IRC | 13:34 | |
*** mfink has quit IRC | 13:39 | |
*** thomasem_ has joined #openstack-dev | 13:41 | |
*** aditirav has quit IRC | 13:42 | |
*** ArxCruz has quit IRC | 13:42 | |
*** ArxCruz has joined #openstack-dev | 13:42 | |
*** dhellmann has quit IRC | 13:42 | |
*** alaski has quit IRC | 13:43 | |
*** westmaas has quit IRC | 13:43 | |
*** medberry has quit IRC | 13:43 | |
*** _0x44 has quit IRC | 13:43 | |
*** tdruiva_ has quit IRC | 13:43 | |
*** nrs_ has quit IRC | 13:43 | |
*** jeremyb has quit IRC | 13:43 | |
*** iamben_tw has quit IRC | 13:43 | |
*** davidlenwell has quit IRC | 13:43 | |
*** _cerberus_ has quit IRC | 13:43 | |
*** dolphm has quit IRC | 13:43 | |
*** davidlenwell has joined #openstack-dev | 13:43 | |
*** haneef_ has quit IRC | 13:43 | |
*** faulteh has quit IRC | 13:43 | |
*** belliott has quit IRC | 13:43 | |
*** hdd has quit IRC | 13:43 | |
*** blamar has quit IRC | 13:43 | |
*** shane-wang_away has quit IRC | 13:43 | |
*** soren has quit IRC | 13:43 | |
*** thomasem has quit IRC | 13:44 | |
*** BillStokes has quit IRC | 13:44 | |
*** lexano has quit IRC | 13:44 | |
*** Samos123 has quit IRC | 13:44 | |
*** MarkAtwood_ has joined #openstack-dev | 13:44 | |
*** mkollaro has joined #openstack-dev | 13:44 | |
*** hughsaunders has quit IRC | 13:44 | |
*** comstud has quit IRC | 13:44 | |
*** andreaf has joined #openstack-dev | 13:44 | |
*** MarkAtwood has quit IRC | 13:44 | |
*** rfolco has quit IRC | 13:44 | |
*** yamahata_ has quit IRC | 13:44 | |
*** haneef_ has joined #openstack-dev | 13:44 | |
*** alaski has joined #openstack-dev | 13:44 | |
*** doug_shelley66 has quit IRC | 13:44 | |
*** westmaas has joined #openstack-dev | 13:45 | |
*** _0x44 has joined #openstack-dev | 13:45 | |
*** BStokes has quit IRC | 13:45 | |
*** abramley has quit IRC | 13:45 | |
*** jeremyb has joined #openstack-dev | 13:45 | |
*** rushiagr has quit IRC | 13:45 | |
*** rektide has quit IRC | 13:45 | |
*** soren has joined #openstack-dev | 13:45 | |
*** iamben_tw has joined #openstack-dev | 13:45 | |
*** soren has quit IRC | 13:45 | |
*** soren has joined #openstack-dev | 13:45 | |
*** anderstj has quit IRC | 13:45 | |
*** asselin has quit IRC | 13:45 | |
*** rektide has joined #openstack-dev | 13:45 | |
*** harlowja_away has quit IRC | 13:45 | |
*** muehsi has quit IRC | 13:46 | |
*** doug-fish has joined #openstack-dev | 13:46 | |
*** asadoughi has quit IRC | 13:46 | |
*** swaT30 has quit IRC | 13:46 | |
*** tdruiva has joined #openstack-dev | 13:46 | |
*** anderstj has joined #openstack-dev | 13:46 | |
*** Lumiere has quit IRC | 13:46 | |
*** doug_shelley66 has joined #openstack-dev | 13:46 | |
*** AnilV4 has quit IRC | 13:47 | |
*** RajeshMohan has quit IRC | 13:47 | |
*** Tross1 has joined #openstack-dev | 13:47 | |
*** Tross has quit IRC | 13:47 | |
*** blamar has joined #openstack-dev | 13:47 | |
*** _cerberus_ has joined #openstack-dev | 13:47 | |
*** jtomasek has quit IRC | 13:47 | |
*** RajeshMohan has joined #openstack-dev | 13:48 | |
*** utlemming has quit IRC | 13:48 | |
*** aspiers has joined #openstack-dev | 13:48 | |
*** hughsaunders has joined #openstack-dev | 13:48 | |
*** thouveng has quit IRC | 13:49 | |
*** swaT30 has joined #openstack-dev | 13:49 | |
*** belliott has joined #openstack-dev | 13:49 | |
*** BillStokes has joined #openstack-dev | 13:49 | |
*** achampion has joined #openstack-dev | 13:49 | |
*** dhellmann has joined #openstack-dev | 13:49 | |
*** dolphm has joined #openstack-dev | 13:49 | |
*** utlemming has joined #openstack-dev | 13:50 | |
*** yamahata_ has joined #openstack-dev | 13:50 | |
*** asselin has joined #openstack-dev | 13:50 | |
*** faulteh has joined #openstack-dev | 13:50 | |
*** Lumiere has joined #openstack-dev | 13:50 | |
*** gilliard has quit IRC | 13:50 | |
*** rushiagr has joined #openstack-dev | 13:50 | |
*** abramley has joined #openstack-dev | 13:50 | |
*** gilliard has joined #openstack-dev | 13:50 | |
*** BStokes has joined #openstack-dev | 13:50 | |
*** DinaBelova is now known as DinaBelova_ | 13:50 | |
*** mmagr has quit IRC | 13:51 | |
*** comstud has joined #openstack-dev | 13:51 | |
*** redhat has quit IRC | 13:51 | |
*** mmagr has joined #openstack-dev | 13:51 | |
*** nrs_ has joined #openstack-dev | 13:52 | |
*** yeylon_ has quit IRC | 13:52 | |
*** DinaBelova_ is now known as DinaBelova | 13:52 | |
*** bswartz has quit IRC | 13:52 | |
*** haomaiwang has quit IRC | 13:53 | |
*** haomaiwang has joined #openstack-dev | 13:53 | |
*** thuc has joined #openstack-dev | 13:54 | |
*** eglynn-lunch is now known as eglynn-really-lu | 13:55 | |
*** gongysh has joined #openstack-dev | 13:55 | |
*** mfink has joined #openstack-dev | 13:55 | |
*** rfolco has joined #openstack-dev | 13:56 | |
*** gsamfira has joined #openstack-dev | 13:56 | |
*** hdd has joined #openstack-dev | 13:56 | |
*** haomaiwa_ has joined #openstack-dev | 13:57 | |
*** eglynn-really-lu is now known as eglynn | 13:57 | |
*** lexano has joined #openstack-dev | 13:57 | |
*** xchu has joined #openstack-dev | 13:57 | |
*** rkukura has left #openstack-dev | 13:57 | |
*** jcooley_ has joined #openstack-dev | 13:58 | |
*** morazi has joined #openstack-dev | 13:58 | |
*** haomaiwang has quit IRC | 13:59 | |
*** AnilV4 has joined #openstack-dev | 13:59 | |
*** mfer has joined #openstack-dev | 14:00 | |
*** jtomasek has joined #openstack-dev | 14:00 | |
*** utlemming has quit IRC | 14:00 | |
*** lbragstad has quit IRC | 14:01 | |
*** jcooley_ has quit IRC | 14:02 | |
*** dims has quit IRC | 14:02 | |
zigo | ttx: I got problems running the olso.rootwrap unit tests. | 14:03 |
zigo | I get: from oslo.rootwrap import cmd | 14:03 |
zigo | ImportError: No module named rootwrap | 14:03 |
zigo | Full dump here: | 14:04 |
*** utlemming has joined #openstack-dev | 14:04 | |
*** rkukura has joined #openstack-dev | 14:04 | |
zigo | http://paste.debian.net/78141/ | 14:04 |
zigo | ttx: Could you help? | 14:04 |
*** xga has quit IRC | 14:05 | |
*** benrodrigue has joined #openstack-dev | 14:05 | |
*** dims has joined #openstack-dev | 14:05 | |
*** changbl has quit IRC | 14:06 | |
*** kevinconway has joined #openstack-dev | 14:06 | |
*** SergeyLukjanov is now known as SergeyLukjanov_ | 14:07 | |
*** morazi has quit IRC | 14:07 | |
*** eharney has joined #openstack-dev | 14:07 | |
*** morazi has joined #openstack-dev | 14:08 | |
*** jayg|g0n3 is now known as jayg | 14:08 | |
*** galstrom_zzz is now known as galstrom | 14:08 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 14:09 | |
*** galstrom is now known as galstrom_zzz | 14:10 | |
*** rdas has quit IRC | 14:11 | |
*** theanalyst has joined #openstack-dev | 14:11 | |
*** nmagnezi has joined #openstack-dev | 14:12 | |
*** muehsi has joined #openstack-dev | 14:13 | |
*** glenng has joined #openstack-dev | 14:14 | |
*** akrivoka has quit IRC | 14:14 | |
*** akrivoka has joined #openstack-dev | 14:15 | |
*** kbrierly has joined #openstack-dev | 14:16 | |
*** johnthetubaguy1 is now known as johnthetubaguy | 14:17 | |
*** JuanMO_ has joined #openstack-dev | 14:18 | |
*** JordanP has quit IRC | 14:18 | |
*** b3nt_pin is now known as beagles | 14:18 | |
ttx | zigo: o/ | 14:18 |
zigo | Hi! :) | 14:18 |
zigo | ttx: Any idea why I can't make the unit test to work? :) | 14:19 |
*** jdurgin has quit IRC | 14:19 | |
ttx | zigo: yes, that would be that missing __init__.py file | 14:19 |
ttx | The fix is in the git repo already | 14:19 |
ttx | just haven't cut a new release yet | 14:19 |
zigo | ttx: Oh ok, which tag? | 14:19 |
ttx | I need to clean up the doc first | 14:19 |
*** mriedem has joined #openstack-dev | 14:19 | |
*** haralambiev has joined #openstack-dev | 14:20 | |
ttx | because doc says you should not use the lib and go through the binary... while in the end we just had the binaries (entrey points) shipped in cinder/nova and those using the lib | 14:20 |
zigo | ttx: I can cherry-pick the fix, and upload that first ... | 14:20 |
*** ita_ is now known as silent-night | 14:20 | |
*** milki has quit IRC | 14:20 | |
*** haralambiev has left #openstack-dev | 14:21 | |
*** sballe has joined #openstack-dev | 14:21 | |
*** xqueralt has quit IRC | 14:21 | |
ttx | zigo: with http://git.openstack.org/cgit/openstack/oslo.rootwrap/commit/?id=4c499d366429f68ff29c7a2f93553b06f3697405 that should just work | 14:21 |
zigo | Thanks a lot! :) | 14:21 |
zigo | oh, indeed, easy inough! :) | 14:22 |
zigo | enough | 14:22 |
*** xqueralt has joined #openstack-dev | 14:22 | |
ttx | zigo: also don't feel like you need to install oslo-rootwrap binary or the etc/ stuff. Those should disappear in 1.1 | 14:22 |
zigo | Well, I just do what setup.py does. | 14:22 |
zigo | If later it removes it, fine for me! :) | 14:23 |
ttx | zigo: short story: I thought we would migrate all *-rootwrap to use oslo-rootwrap, but that crates an upgrade nightmare downstream | 14:23 |
*** krish has joined #openstack-dev | 14:23 | |
ttx | it's way more simpler to keep the *-rootwrap and have them use the lib | 14:23 |
ttx | that way the upgrade is seamless | 14:24 |
*** JordanP has joined #openstack-dev | 14:24 | |
zigo | Oh ok. | 14:24 |
ttx | so that's what we recently did for nova and cinder | 14:24 |
*** READ10 has joined #openstack-dev | 14:24 | |
ttx | they keep the entrey point, config file, filter definition... we just have the common code reused in oslo.rootwrap | 14:24 |
ttx | Now I just need to align the doc to that way of using it :) | 14:25 |
zigo | Ok. | 14:25 |
*** mjfork has quit IRC | 14:25 | |
*** nmagnezi has quit IRC | 14:25 | |
*** mjfork has joined #openstack-dev | 14:26 | |
*** browne has joined #openstack-dev | 14:27 | |
*** faramir has quit IRC | 14:27 | |
*** dprince has joined #openstack-dev | 14:28 | |
*** radez_g0n3 is now known as radez | 14:28 | |
*** Erethon has left #openstack-dev | 14:29 | |
*** rods1 has joined #openstack-dev | 14:29 | |
*** demontiesantos has quit IRC | 14:29 | |
*** jecarey has joined #openstack-dev | 14:29 | |
*** rods has quit IRC | 14:30 | |
*** krish has quit IRC | 14:31 | |
*** thuc has quit IRC | 14:31 | |
*** kris_h has joined #openstack-dev | 14:31 | |
*** thuc has joined #openstack-dev | 14:32 | |
*** jdurgin has joined #openstack-dev | 14:33 | |
*** gongysh has quit IRC | 14:34 | |
*** vrovachev has quit IRC | 14:34 | |
*** lbragstad has joined #openstack-dev | 14:34 | |
*** vrovachev has joined #openstack-dev | 14:35 | |
*** dvarga has joined #openstack-dev | 14:36 | |
*** thuc has quit IRC | 14:36 | |
*** I159 has quit IRC | 14:37 | |
*** kris_h is now known as krish | 14:37 | |
*** krish is now known as kris | 14:38 | |
*** I159 has joined #openstack-dev | 14:38 | |
*** kris is now known as kkh | 14:38 | |
*** kkh has left #openstack-dev | 14:38 | |
*** milki has joined #openstack-dev | 14:39 | |
*** demontiesantos has joined #openstack-dev | 14:40 | |
*** dbalog has joined #openstack-dev | 14:40 | |
*** SergeyLukjanov is now known as SergeyLukjanov_ | 14:41 | |
ayoung | MismatchError: 'OS-TRUST:trust' is not 'OS-TRUST:trust' What? | 14:41 |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 14:41 | |
henrynash | dolphm: thanks for fixing up the filtering patch…did some sneak in ahead due to the re-verify maybe? | 14:41 |
ayoung | henrynash, doesn't matter. Never gone merge | 14:42 |
dolphm | ayoung: unicode / string? | 14:42 |
ayoung | Nothing is ever going to merge ever again | 14:42 |
dolphm | henrynash: of course - i left a comment pointing to a minor conflict with one of brant's patches | 14:43 |
ayoung | dolphm, no clue... | 14:43 |
dolphm | ayoung: idps and mapping merged over night | 14:43 |
*** nkinder has quit IRC | 14:43 | |
ayoung | dolphm, mirage | 14:43 |
henrynash | dolphm: thx | 14:43 |
*** burt1 has joined #openstack-dev | 14:43 | |
*** peristeri has joined #openstack-dev | 14:43 | |
*** armax has joined #openstack-dev | 14:44 | |
*** FunnyLookinHat has quit IRC | 14:47 | |
*** galstrom_zzz is now known as galstrom | 14:50 | |
*** SergeyLukjanov is now known as SergeyLukjanov_ | 14:51 | |
*** jcooley_ has joined #openstack-dev | 14:52 | |
*** sahid has quit IRC | 14:53 | |
*** bswartz has joined #openstack-dev | 14:53 | |
*** jpomero has joined #openstack-dev | 14:54 | |
*** ppetit has joined #openstack-dev | 14:55 | |
*** sahid has joined #openstack-dev | 14:56 | |
*** redhat has joined #openstack-dev | 14:56 | |
*** jcooley_ has quit IRC | 14:57 | |
*** odyssey4me has quit IRC | 14:59 | |
*** Gordonz has joined #openstack-dev | 14:59 | |
*** Gordonz has quit IRC | 15:01 | |
*** Gordonz has joined #openstack-dev | 15:01 | |
*** dstanek has joined #openstack-dev | 15:01 | |
*** Gordonz has quit IRC | 15:01 | |
*** artom has quit IRC | 15:01 | |
*** toabctl has quit IRC | 15:02 | |
*** xga has joined #openstack-dev | 15:03 | |
*** alexpilotti has joined #openstack-dev | 15:03 | |
*** artom has joined #openstack-dev | 15:03 | |
*** vijendar has joined #openstack-dev | 15:04 | |
*** toabctl has joined #openstack-dev | 15:04 | |
*** xchu has quit IRC | 15:04 | |
*** toabctl has quit IRC | 15:05 | |
*** toabctl has joined #openstack-dev | 15:05 | |
*** alex_klimov has quit IRC | 15:05 | |
*** aeperezt has joined #openstack-dev | 15:05 | |
*** neeti has quit IRC | 15:05 | |
*** neeti has joined #openstack-dev | 15:06 | |
*** Nikolay_St has joined #openstack-dev | 15:07 | |
*** neeti has quit IRC | 15:07 | |
*** jgrimm has joined #openstack-dev | 15:08 | |
*** tdruiva has quit IRC | 15:08 | |
*** mgagne1 has quit IRC | 15:09 | |
*** otherwiseguy has joined #openstack-dev | 15:09 | |
*** fpatwa has joined #openstack-dev | 15:10 | |
*** mgagne has joined #openstack-dev | 15:10 | |
*** CaptTofu has joined #openstack-dev | 15:11 | |
*** fpatwa has quit IRC | 15:11 | |
*** fpatwa has joined #openstack-dev | 15:11 | |
*** vijendar has quit IRC | 15:11 | |
*** vartom1111111116 has joined #openstack-dev | 15:12 | |
*** terrylhowe has joined #openstack-dev | 15:12 | |
*** akrivoka has quit IRC | 15:12 | |
*** akrivoka has joined #openstack-dev | 15:13 | |
*** dvarga_ has joined #openstack-dev | 15:15 | |
*** carlp has joined #openstack-dev | 15:15 | |
*** ron-slc_ has quit IRC | 15:15 | |
*** dvarga has quit IRC | 15:16 | |
*** fpatwa has quit IRC | 15:16 | |
*** stevemar has joined #openstack-dev | 15:18 | |
*** tongli has joined #openstack-dev | 15:18 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 15:19 | |
*** cmyster has joined #openstack-dev | 15:20 | |
*** jgrimm has quit IRC | 15:22 | |
*** clayb has joined #openstack-dev | 15:23 | |
*** tmclaugh[work] has joined #openstack-dev | 15:25 | |
*** alop has joined #openstack-dev | 15:27 | |
bknudson | dolphm: I'm going to rebase 56333 "build auth context from middleware" ... failing to merge. | 15:31 |
dolphm | bknudson: thanks -- ping me when there's a new patchset? | 15:31 |
*** xingchao has quit IRC | 15:31 | |
*** nkinder has joined #openstack-dev | 15:31 | |
*** FunnyLookinHat has joined #openstack-dev | 15:31 | |
dolphm | ayoung: i love your keystone-core shortcut ... i'm going to abuse that a lot and i'm sorry | 15:33 |
ayoung | That is why we cleared out the list | 15:33 |
*** jgrimm has joined #openstack-dev | 15:34 | |
bknudson | dolphm: https://review.openstack.org/#/c/56333/ is up | 15:35 |
bknudson | gyee: ^ | 15:35 |
*** alop has quit IRC | 15:35 | |
dstanek | dolphm: ayoung: what's the keystone-core shortcut? | 15:36 |
ayoung | dstanek, when doing a review, add review keystone-core | 15:36 |
ayoung | reviewer | 15:36 |
dolphm | dstanek: in gerrit, instead of adding individual reviewers to a review, you can add entire groups | 15:36 |
*** jlabocki has quit IRC | 15:36 | |
dstanek | ah, that's nifty | 15:36 |
dolphm | dstanek: thankfully the openstack-cla group is somehow excluded ;) | 15:36 |
ayoung | there is also a keystone-ptl group, which is just dolphm | 15:36 |
*** lucasagomes is now known as lucas-hungry | 15:37 | |
*** vartom1111111116 has quit IRC | 15:37 | |
stevemar | that is very handy.. | 15:37 |
*** tdruiva has joined #openstack-dev | 15:38 | |
*** dvarga_ has quit IRC | 15:40 | |
*** dvarga has joined #openstack-dev | 15:40 | |
*** rossella_s has quit IRC | 15:40 | |
bknudson | dstanek: we need to wait for jenkins to pass before approving. | 15:41 |
dstanek | bknudson: did i just go that again? | 15:41 |
bknudson | https://review.openstack.org/#/c/43257/ | 15:41 |
bknudson | dstanek: oh, it did pass. | 15:41 |
bknudson | I saw dolphm's comment on path set 55. | 15:41 |
dstanek | bknudson: :-) i wrote a greasemonkey script to warn me of such offenses... i'm still debugging it, but i thought maybe it wasn't working | 15:42 |
dolphm | bknudson: jenkins +1'd | 15:42 |
*** vkozhukalov has quit IRC | 15:43 | |
*** ihrachys has quit IRC | 15:44 | |
*** dhouck_ has joined #openstack-dev | 15:44 | |
*** jeremyb has quit IRC | 15:44 | |
*** jeremyb has joined #openstack-dev | 15:44 | |
*** AlexF_ has joined #openstack-dev | 15:44 | |
*** afazekas has quit IRC | 15:45 | |
dstanek | is port 35357 meant to be SSL protected? | 15:46 |
*** asadoughi has joined #openstack-dev | 15:46 | |
*** jcooley_ has joined #openstack-dev | 15:46 | |
stevemar | dstanek, you will forever question all approvals now | 15:46 |
*** galstrom is now known as galstrom_zzz | 15:47 | |
*** tdruiva has quit IRC | 15:47 | |
dstanek | stevemar: after the hackathon i already do :-) that's why i wrote the plugin | 15:47 |
*** alop has joined #openstack-dev | 15:49 | |
*** redhat has quit IRC | 15:50 | |
*** jcooley_ has quit IRC | 15:51 | |
*** galstrom_zzz is now known as galstrom | 15:51 | |
*** matrohon has quit IRC | 15:53 | |
ayoung | dolphm, something is wrong with the matcher code from assertIs. OSTRUSTtrust works fine, but MismatchError: 'OS-TRUST-trust' is not 'OS-TRUST-trust' MismatchError: 'OSTRUST:trust' is not 'OSTRUST:trust' | 15:54 |
*** jergerber has joined #openstack-dev | 15:54 | |
*** jergerber has quit IRC | 15:55 | |
dstanek | ayoung: do you want assertIs or assertEqual? | 15:55 |
*** jergerber has joined #openstack-dev | 15:55 | |
ayoung | dstanek, I didn't write the test | 15:55 |
ayoung | should be assertEqual though | 15:55 |
*** colinmcnamara has quit IRC | 15:55 | |
*** grapsus_ has joined #openstack-dev | 15:55 | |
lbragstad | dstanek: assertIs is for object comparison right? | 15:56 |
dolphm | both should be "OS-TRUST:trust" anyway | 15:56 |
*** alop has quit IRC | 15:56 | |
dolphm | ayoung: i'm guessing they're it's unicode vs string though | 15:56 |
ayoung | nope | 15:56 |
ayoung | both string | 15:56 |
dolphm | s/they're// | 15:56 |
ayoung | looked in the debugger | 15:57 |
*** henrynash has quit IRC | 15:57 | |
ayoung | the two string are identical, I think it is doing an object identity comparison that is failing | 15:57 |
dstanek | lbragstad: i would assume it's identity like 'is'; rather than equality | 15:57 |
dolphm | ayoung: of what object? how do i reproduce? | 15:57 |
*** kolesovdv has quit IRC | 15:57 | |
*** oubiwann has joined #openstack-dev | 15:57 | |
ayoung | dolphm, I'll post the patch to github. 1 sec | 15:57 |
dolphm | lbragstad: object *identity* comparison | 15:58 |
*** martyntaylor has left #openstack-dev | 15:58 | |
*** ramishra has joined #openstack-dev | 15:58 | |
dolphm | ayoung: i don't want the whole patch, i want a snippet to demonstrate the bug | 15:58 |
*** dshulyak has quit IRC | 15:58 | |
dolphm | ayoung: boil it down :) | 15:58 |
therve | ayoung, Python caches small strings, so sometimes "is" works | 15:59 |
therve | But you shouldn't rely on it of course | 15:59 |
dstanek | dolphm: did you see my port ? above? | 15:59 |
bknudson | dstanek: everything should be ssl protected | 15:59 |
bknudson | how do you trust your data wasn't tampered with? | 15:59 |
ayoung | https://github.com/admiyo/keystone/commit/c579c3b84c96a20ebd9606de4e76bb1b000b31fe | 15:59 |
dstanek | someone made an interesting http/https workaround for client discovery https://review.openstack.org/#/c/67474/1/keystoneclient/generic/client.py | 15:59 |
*** henrynash has joined #openstack-dev | 15:59 | |
ayoung | dolphm, ^^ see the changes in | 16:00 |
*** colinmcnamara has joined #openstack-dev | 16:00 | |
*** beagles is now known as beagles_brb | 16:00 | |
ayoung | keystone.trust.core.py | 16:00 |
ayoung | and | 16:00 |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 16:00 | |
ayoung | keystonet.test/test_notifications | 16:00 |
*** giroro_ has quit IRC | 16:01 | |
*** gokrokve has joined #openstack-dev | 16:01 | |
ayoung | therve, that sounds like what I am seeing. Is it a length thing? I thought it might have to do with the embedded chararcters | 16:01 |
therve | ayoung, Both, maybe? | 16:01 |
*** changbl has joined #openstack-dev | 16:02 | |
dolphm | dstanek: why insecure=True? | 16:02 |
*** emagana has joined #openstack-dev | 16:02 | |
ayoung | dolphm, changing to assertEqual fixes the test. I think assertIs is the wrong semantics for _assertLastNotify | 16:02 |
dolphm | dstanek: your port? | 16:03 |
*** Ruetobas has joined #openstack-dev | 16:03 | |
*** jcooley_ has joined #openstack-dev | 16:03 | |
ayoung | stevemar, any reason to use assertIs vs assertEqual in test_notifications.py _assertLastNotify? Looks like it succeeds due to luck, not design | 16:04 |
dstanek | dolphm: insecure=True i think will not verify the cert... and i'm pretty sure that's one of the deperecated args | 16:04 |
*** jcooley_ has quit IRC | 16:05 | |
*** alop has joined #openstack-dev | 16:05 | |
lbragstad | stevemar: https://github.com/openstack/keystone/blob/master/keystone/tests/test_notifications.py#L181-L185 | 16:05 |
*** redhat has joined #openstack-dev | 16:05 | |
*** emagana has quit IRC | 16:05 | |
dolphm | ayoung: https://review.openstack.org/#/c/68947/ | 16:05 |
*** jcooley_ has joined #openstack-dev | 16:05 | |
*** jmontemayor has joined #openstack-dev | 16:05 | |
ayoung | dolphm, that is fine..I'm already in an unrebaseable scenario, what is one more patch. | 16:06 |
dolphm | dstanek: yeah, i don't see why it's jumping to True without the user explicitly specifying --insecure | 16:06 |
*** coolsvap has joined #openstack-dev | 16:06 | |
*** ramishra has quit IRC | 16:06 | |
*** gordc has joined #openstack-dev | 16:07 | |
*** pablosan has joined #openstack-dev | 16:07 | |
dolphm | ayoung: you can make the same change in your own patch, and by the time your patch lands, it won't be a change anymore | 16:07 |
*** ramishra has joined #openstack-dev | 16:07 | |
*** benrodrigue has quit IRC | 16:07 | |
ayoung | ++ | 16:07 |
dolphm | #ultralazy | 16:07 |
*** tdruiva has joined #openstack-dev | 16:07 | |
*** dolphm is now known as dolphm_food | 16:07 | |
*** Ruetobas has quit IRC | 16:08 | |
*** yamahata has joined #openstack-dev | 16:08 | |
*** AlexF_ has quit IRC | 16:09 | |
*** artom has quit IRC | 16:10 | |
*** jcooley_ has quit IRC | 16:10 | |
*** benrodrigue has joined #openstack-dev | 16:11 | |
*** xgsa has quit IRC | 16:11 | |
*** Nikolay_St has quit IRC | 16:11 | |
*** jcooley_ has joined #openstack-dev | 16:12 | |
*** ifarkas has quit IRC | 16:13 | |
*** Ruetobas has joined #openstack-dev | 16:13 | |
ayoung | git for-each-ref --sort=-committerdate refs/heads/ | 16:14 |
ayoung | sort git branches by date | 16:14 |
*** kushal has joined #openstack-dev | 16:14 | |
*** alexpilotti_ has joined #openstack-dev | 16:14 | |
*** willingc has joined #openstack-dev | 16:14 | |
*** alexpilotti has quit IRC | 16:16 | |
*** alexpilotti_ is now known as alexpilotti | 16:16 | |
therve | ayoung, It needs to be valid python identifiers. I'm not sure about the length actually | 16:16 |
therve | (thus why adding a "-" makes a difference) | 16:16 |
ayoung | therve, and the : too | 16:17 |
ayoung | thanks, that makes sense | 16:17 |
*** markmcclain has joined #openstack-dev | 16:17 | |
*** pmathews has joined #openstack-dev | 16:18 | |
*** vrovachev has left #openstack-dev | 16:18 | |
*** AbyssOne__ has joined #openstack-dev | 16:18 | |
*** markmcclain1 has joined #openstack-dev | 16:19 | |
*** markmcclain1 has quit IRC | 16:19 | |
*** markmcclain has quit IRC | 16:19 | |
*** markmcclain has joined #openstack-dev | 16:20 | |
*** Mandell has quit IRC | 16:20 | |
*** nshaikh has left #openstack-dev | 16:21 | |
*** pmathews has quit IRC | 16:21 | |
*** pmathews has joined #openstack-dev | 16:21 | |
*** ramishra_ has joined #openstack-dev | 16:22 | |
*** jog0 is now known as flashgordon | 16:22 | |
*** jcoufal has quit IRC | 16:23 | |
*** buzztroll has joined #openstack-dev | 16:24 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 16:25 | |
*** ramishra has quit IRC | 16:25 | |
*** gokrokve has quit IRC | 16:26 | |
*** willingc has quit IRC | 16:28 | |
*** michchap has quit IRC | 16:28 | |
*** kenperkins has joined #openstack-dev | 16:29 | |
*** ctracey is now known as ctracey|away | 16:29 | |
*** michchap has joined #openstack-dev | 16:29 | |
*** dkuffner has quit IRC | 16:29 | |
*** tanisdl has joined #openstack-dev | 16:29 | |
bknudson | do you think keystone should allow adding endpoints that are not URLs? | 16:30 |
bknudson | this is what the tests are creating: 'url': '2e9c05d3c66c4ea3b1fe7b086824fa56' | 16:30 |
*** vartom1111111116 has joined #openstack-dev | 16:30 | |
bknudson | which is a "relative" url, I guess. | 16:30 |
tellesnobrega | hi, im trying to make a call to check_grants (as described in policy), i think that the url is HEAD host:port/v3/projects/{project_id}/users/{user_id}/roles/{role_id} is this right? | 16:30 |
*** ramishra has joined #openstack-dev | 16:30 | |
*** oubiwann has left #openstack-dev | 16:30 | |
*** ramishra_ has quit IRC | 16:31 | |
*** taps has joined #openstack-dev | 16:31 | |
*** mmagr has quit IRC | 16:31 | |
bknudson | tellesnobrega: there is no check_grants | 16:32 |
bknudson | tellesnobrega: there's a check_grant | 16:32 |
tellesnobrega | bknudson: sorry, i put an extra s there | 16:32 |
bknudson | tellesnobrega: http://git.openstack.org/cgit/openstack/keystone/tree/keystone/assignment/controllers.py#n528 | 16:32 |
*** thuc has joined #openstack-dev | 16:33 | |
*** corXi has quit IRC | 16:33 | |
*** riskable has quit IRC | 16:33 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 16:33 | |
bknudson | tellesnobrega: http://git.openstack.org/cgit/openstack/keystone/tree/keystone/assignment/routers.py#n84 | 16:33 |
*** l_a_m has quit IRC | 16:33 | |
bknudson | tellesnobrega: policy.json could use better documentation | 16:33 |
*** michchap has quit IRC | 16:33 | |
bknudson | it's on my list. | 16:34 |
tellesnobrega | bknudson: thanks | 16:34 |
*** vartom1111111116 has quit IRC | 16:34 | |
*** lucas-hungry is now known as lucasagomes | 16:35 | |
*** edmund has joined #openstack-dev | 16:35 | |
*** pschaef has joined #openstack-dev | 16:36 | |
*** Gordonz has joined #openstack-dev | 16:36 | |
tellesnobrega | bknudson: im trying to run this command, but when i put the role_id it outputs resource not found | 16:36 |
bknudson | tellesnobrega: not sure what the problem might be ... check the logs | 16:36 |
tellesnobrega | bknudson: ok. thanks | 16:37 |
*** SergeyLukjanov is now known as SergeyLukjanov_ | 16:37 | |
*** belmoreira has quit IRC | 16:37 | |
*** AlexF_ has joined #openstack-dev | 16:38 | |
*** ramishra has quit IRC | 16:39 | |
*** ala_ has quit IRC | 16:39 | |
*** xga_ has joined #openstack-dev | 16:40 | |
*** neelashah has quit IRC | 16:41 | |
*** xga has quit IRC | 16:41 | |
*** DinaBelova is now known as DinaBelova_ | 16:41 | |
*** Artpicre has quit IRC | 16:41 | |
*** YorikSar has quit IRC | 16:42 | |
*** ramishra has joined #openstack-dev | 16:42 | |
*** AnilV4 has quit IRC | 16:42 | |
*** gokrokve has joined #openstack-dev | 16:43 | |
*** beagles_brb is now known as beagles | 16:44 | |
*** bauzas has quit IRC | 16:44 | |
*** Artpicre has joined #openstack-dev | 16:44 | |
*** SumitNaiksatam has quit IRC | 16:45 | |
*** mikeoutland has joined #openstack-dev | 16:45 | |
dstanek | bknudson: you're really rocking out the patches | 16:46 |
*** ramishra has quit IRC | 16:46 | |
*** russellb is now known as rustlebee | 16:46 | |
*** ramishra has joined #openstack-dev | 16:46 | |
*** tdruiva has quit IRC | 16:46 | |
*** benrodrigue has quit IRC | 16:46 | |
bknudson | dstanek: see a problem fix a problem | 16:46 |
bknudson | dstanek: I'm waiting on your patches to fix all testing issues. | 16:47 |
*** tdruiva has joined #openstack-dev | 16:47 | |
dstanek | bknudson: i don't know about all of the issues, but i've started working on a bunch of cleanup things | 16:48 |
*** gokrokve has quit IRC | 16:49 | |
*** tdruiva has quit IRC | 16:49 | |
bknudson | dstanek: could you check https://review.openstack.org/#/c/56333/ quick and get it back in the queue? | 16:49 |
*** colinmcnamara has quit IRC | 16:50 | |
bknudson | dstanek: I had to rebase due to a merge conflict | 16:50 |
*** dprince has quit IRC | 16:50 | |
*** mikeoutland has quit IRC | 16:51 | |
*** benrodrigue has joined #openstack-dev | 16:51 | |
*** ramishra has quit IRC | 16:51 | |
*** ramishra has joined #openstack-dev | 16:51 | |
*** ramishra_ has joined #openstack-dev | 16:52 | |
*** ramishra has quit IRC | 16:52 | |
dstanek | bknudson: sure, looking now | 16:52 |
*** cmyster has quit IRC | 16:53 | |
*** xga_ has quit IRC | 16:53 | |
*** yamahata has quit IRC | 16:53 | |
*** devoid has joined #openstack-dev | 16:54 | |
*** pschaef has quit IRC | 16:56 | |
*** neelashah has joined #openstack-dev | 16:57 | |
dstanek | ayoung: i don't think jenkins checked dolphm'm assertEqual patch | 16:57 |
*** jcooley_ has quit IRC | 16:57 | |
ayoung | ahhhh! | 16:57 |
*** ramishra_ has quit IRC | 16:57 | |
ayoung | Our tooling is getting in the way of progress dstanek | 16:57 |
dstanek | ayoung: i don't understand why it doesn't wait for approval and jenkins before proceeding | 16:58 |
ayoung | in this case the risk is that check fails (due to a temporal) and dumps the approval queue> | 16:58 |
*** ron-slc has joined #openstack-dev | 16:58 | |
ayoung | ? | 16:58 |
*** ramishra has joined #openstack-dev | 16:59 | |
*** e0ne has quit IRC | 17:00 | |
*** david-lyle is now known as david-lyle_ | 17:00 | |
dstanek | ayoung: i think so | 17:00 |
*** e0ne has joined #openstack-dev | 17:00 | |
*** ppetit has quit IRC | 17:00 | |
*** antigluk has quit IRC | 17:01 | |
*** neelashah has quit IRC | 17:01 | |
ayoung | dstanek, I'm feeling bitter enough right now that I'm finding it hard to get worked up about it. I can't post my patches for review due to unmerged dependencies. There are patches I need that would get rebased | 17:02 |
*** SumitNaiksatam has joined #openstack-dev | 17:02 | |
ayoung | if I were to post them | 17:02 |
*** marun has joined #openstack-dev | 17:03 | |
*** I159 has quit IRC | 17:04 | |
*** ruhe is now known as _ruhe | 17:04 | |
*** xmltok has joined #openstack-dev | 17:04 | |
*** d0ugal has quit IRC | 17:04 | |
*** e0ne has quit IRC | 17:04 | |
*** david-lyle has joined #openstack-dev | 17:05 | |
*** hartsocks has joined #openstack-dev | 17:05 | |
*** artom has joined #openstack-dev | 17:05 | |
*** fpatwa has joined #openstack-dev | 17:05 | |
*** bnemec is now known as beekneemech | 17:06 | |
*** d0ugal has joined #openstack-dev | 17:06 | |
*** d0ugal has quit IRC | 17:06 | |
*** d0ugal has joined #openstack-dev | 17:06 | |
*** ramishra_ has joined #openstack-dev | 17:06 | |
*** ramishra has quit IRC | 17:06 | |
*** pschaef has joined #openstack-dev | 17:07 | |
*** dvarga is now known as dvarga|away | 17:08 | |
*** dvarga|away is now known as dvarga | 17:08 | |
*** ctracey|away is now known as ctracey | 17:09 | |
*** godara has joined #openstack-dev | 17:09 | |
*** AlexF_ has quit IRC | 17:11 | |
*** xga has joined #openstack-dev | 17:11 | |
*** ramishra_ has quit IRC | 17:13 | |
*** florentflament has quit IRC | 17:13 | |
*** dolphm_food is now known as dolphm | 17:13 | |
ayoung | dstanek, dolphm I'm switching to github for code reviews until the dependencies I need merge | 17:13 |
ayoung | https://github.com/admiyo/keystone/commits/revocation | 17:14 |
*** johnthetubaguy has quit IRC | 17:14 | |
dolphm | ayoung: i think you need to take the day off lol | 17:15 |
*** thomasem_ has left #openstack-dev | 17:15 | |
ayoung | dolphm, I would if I thought it would be enough time for the gate to progress | 17:15 |
dolphm | ayoung: it's cold here, you should take a cold day too | 17:15 |
ayoung | its pretty cold here today too., | 17:15 |
ayoung | I'm guessing colder than it is in SA | 17:15 |
*** sweston has joined #openstack-dev | 17:16 | |
dolphm | ayoung: it's supposedly 28 F right now but i'm too scared to go outside and verify | 17:16 |
*** angdraug has joined #openstack-dev | 17:16 | |
*** DinaBelova_ is now known as DinaBelova | 17:16 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 17:17 | |
*** krotscheck has joined #openstack-dev | 17:17 | |
*** s2r2_ has quit IRC | 17:18 | |
*** d0ugal has quit IRC | 17:19 | |
*** sweston has quit IRC | 17:21 | |
mhu | notmyname, do you have a minute to talk about swift erasure code ? | 17:21 |
*** jmontemayor has quit IRC | 17:21 | |
*** jmontemayor has joined #openstack-dev | 17:22 | |
ayoung | dolphm, twas 17 here last I checked, and my wife just gave me the Doe eyes along with a request that I run out and pick us up lunch | 17:22 |
*** MaxV has quit IRC | 17:24 | |
*** csd_ has joined #openstack-dev | 17:24 | |
*** bdpayne has joined #openstack-dev | 17:24 | |
*** rnirmal has joined #openstack-dev | 17:26 | |
*** sweston has joined #openstack-dev | 17:26 | |
notmyname | mhu: what's up? | 17:26 |
*** networkstatic has joined #openstack-dev | 17:27 | |
*** colinmcnamara has joined #openstack-dev | 17:27 | |
*** JordanP has quit IRC | 17:27 | |
mhu | notmyname, that would be my question actually :) I wanted to know what's going on with ec | 17:27 |
mhu | I am about to play with the branch on a devstack, so I was wondering how advanced the branch was | 17:27 |
notmyname | mhu: heh. great question. I'm actually in the process of writing up a full blog post on that very topic | 17:27 |
notmyname | mhu: the high-level picture is first to get multi-ring storage policies working, then get EC working | 17:28 |
*** xga has quit IRC | 17:28 | |
*** sjmc7 has joined #openstack-dev | 17:29 | |
notmyname | mhu: the current feature/ec branch is pretty good. it's lacking one feature (to resolve a migration edge case) before it can be merged into master. you can run it today (not in prod) to have multiple replication storage policies | 17:29 |
mhu | notmyname, glad to hear about the blog post, all the info in could find online was pretty dated | 17:29 |
*** ygbo has quit IRC | 17:29 | |
*** safchain has quit IRC | 17:30 | |
*** fpatwa has quit IRC | 17:30 | |
mhu | notmyname, I haven't checked the branch thoroughly yet, is there any doc in there I can refer to for configuration and the likes ? | 17:30 |
*** markmcclain has quit IRC | 17:31 | |
*** browne has quit IRC | 17:31 | |
jaypipes | marun: simple reminder... restore https://review.openstack.org/#/c/66969/ :) | 17:31 |
*** sweston has quit IRC | 17:31 | |
jaypipes | ayoung: yeah... it's 8 degrees here. went out for breakfast. hit a pothole and flattened both front tires. fun. | 17:31 |
*** mikemar10 has joined #openstack-dev | 17:32 | |
*** jistr has quit IRC | 17:32 | |
notmyname | mhu: ya, the config files are well documented, and I think the source docs have been updated too | 17:32 |
*** xqueralt has quit IRC | 17:33 | |
mhu | notmyname, thanks a lot, I am looking forward to the blog post ! Got an ETA for it ? | 17:33 |
notmyname | mhu: early next week, I hope (I've already written 2 others this week, so I've been told it should wait ;-) | 17:34 |
*** gokrokve has joined #openstack-dev | 17:34 | |
ayoung | jaypipes, "I think that's about the worst thing I've ever heard. [pause].How marvelous. " | 17:34 |
*** jp_at_hp has quit IRC | 17:34 | |
*** yamahata has joined #openstack-dev | 17:35 | |
mhu | notmyname :) | 17:37 |
*** jmontemayor has quit IRC | 17:37 | |
jaypipes | ayoung: :) | 17:37 |
marun | jaypipes: ack | 17:37 |
*** mikeoutland has joined #openstack-dev | 17:37 | |
*** martyntaylor has joined #openstack-dev | 17:37 | |
*** doug-fish has quit IRC | 17:37 | |
*** jmontemayor has joined #openstack-dev | 17:37 | |
jaypipes | ayoung: BTW, I totally hear you about the "Doe eyes" comment. | 17:37 |
ayoung | http://picayune.uclick.com/comics/ch/1987/ch870629.gif | 17:38 |
*** fbo is now known as fbo_away | 17:38 | |
*** emagana has joined #openstack-dev | 17:38 | |
*** doug-fish has joined #openstack-dev | 17:38 | |
jaypipes | lol | 17:38 |
*** galstrom is now known as galstrom_zzz | 17:39 | |
*** _cjones_ has joined #openstack-dev | 17:39 | |
*** tkay has joined #openstack-dev | 17:40 | |
*** DinaBelova is now known as DinaBelova_ | 17:41 | |
*** SergeyLukjanov is now known as SergeyLukjanov_a | 17:42 | |
*** DinaBelova_ is now known as DinaBelova | 17:42 | |
*** SergeyLukjanov_a is now known as SergeyLukjanov_ | 17:43 | |
*** galstrom_zzz is now known as galstrom | 17:43 | |
devoid | keystone, ayoung, is there someplace where v2.0 vs v3 and policy.json caveats are documented? | 17:43 |
*** jpich has quit IRC | 17:44 | |
*** jmontemayor has quit IRC | 17:45 | |
*** yassine has quit IRC | 17:46 | |
*** topol has joined #openstack-dev | 17:46 | |
marun | jaypipes: on the topic of that patch, the goals is to separate out tests that would require a devstack-configured system to run. Not really strictly functional in that regard. Do you have any suggestion as to how to better structure things? Is there any advantage to separating functional tests out of the unit test tree if they don't have system dependencies? | 17:48 |
*** ndipanov has quit IRC | 17:49 | |
*** jmontemayor has joined #openstack-dev | 17:49 | |
dolphm | lbragstad: your -1/comments were replied to in https://review.openstack.org/#/c/68116/ | 17:49 |
*** tdruiva has joined #openstack-dev | 17:49 | |
lbragstad | dolphm: thanks, | 17:50 |
*** jhesketh has quit IRC | 17:50 | |
*** harlowja has joined #openstack-dev | 17:51 | |
*** marun has quit IRC | 17:52 | |
*** jnoller has joined #openstack-dev | 17:52 | |
*** derekh has quit IRC | 17:52 | |
*** browne has joined #openstack-dev | 17:53 | |
lbragstad | dolphm: https://review.openstack.org/#/c/68116/ LGTM, my comments were pretty minor :) | 17:53 |
dolphm | dstanek: ^ there's a bunch of py33 fixes on that bp ^ if you have time :) | 17:53 |
jnoller | he;;p | 17:54 |
jnoller | hello, even | 17:54 |
*** jhesketh_ has quit IRC | 17:55 | |
dstanek | dolphm: shore | 17:57 |
*** DinaBelova is now known as DinaBelova_ | 17:57 | |
dolphm | lbragstad: similar, https://review.openstack.org/#/c/67469/ | 17:58 |
*** vkozhukalov has joined #openstack-dev | 17:58 | |
dolphm | lbragstad: although we can definitely do the one import thing -- i'll work on that right now | 17:58 |
*** xarses has quit IRC | 17:59 | |
lbragstad | dolphm: https://review.openstack.org/#/c/67469/3/keystone/common/base64utils.py you mean that comment? | 18:00 |
lbragstad | I think the rest of my comments relate to import placement, which I think he addressed. | 18:00 |
*** michchap has joined #openstack-dev | 18:01 | |
dstanek | dolphm: six.iteritems looks ugly | 18:01 |
*** yolanda_ has quit IRC | 18:02 | |
*** emagana has quit IRC | 18:02 | |
dolphm | dstanek: lol six is ugly | 18:03 |
dolphm | useful but ugly | 18:03 |
*** yamahata has quit IRC | 18:03 | |
*** yamahata has joined #openstack-dev | 18:03 | |
dolphm | lbragstad: yes, i addressed that in the latest patchset | 18:04 |
*** AlexF_ has joined #openstack-dev | 18:04 | |
dolphm | lbragstad: the second import (from six import moves) was literally only used on one line in each file | 18:04 |
*** mikeoutland has quit IRC | 18:04 | |
*** dprince has joined #openstack-dev | 18:04 | |
*** michchap has quit IRC | 18:04 | |
lbragstad | dolphm: gotcha, reviewing. | 18:05 |
*** amerine_ has joined #openstack-dev | 18:05 | |
*** brownelj has joined #openstack-dev | 18:05 | |
*** amerine has quit IRC | 18:06 | |
*** lbragstad is now known as lbragstad-lunch | 18:06 | |
bknudson | Now we're getting Hyper-V CI on our patches. | 18:07 |
lbragstad-lunch | ^ I just saw that too | 18:07 |
jaypipes | dolphm: have a moment to help with the PUT /regions/{region_id} fix? | 18:07 |
dolphm | jaypipes: sure | 18:07 |
jaypipes | dolphm: so I've been following the exampe of the identity providers patch. Let me push some code for you to see... | 18:08 |
dolphm | dstanek: i don't know six well enough to know if there's a simpler way to do this ... but this patch is super awkward https://review.openstack.org/#/c/68568/ | 18:09 |
dolphm | jaypipes: k | 18:09 |
*** markmc has quit IRC | 18:09 | |
*** mfink has quit IRC | 18:10 | |
jaypipes | dolphm: https://review.openstack.org/#/c/68981/ | 18:10 |
jaypipes | dolphm: link to the error that is coming up is in the comment... | 18:10 |
jaypipes | http://paste.openstack.org/show/61840/ | 18:10 |
*** MaxV has joined #openstack-dev | 18:10 | |
*** mfink has joined #openstack-dev | 18:11 | |
jaypipes | dolphm: been trying to figure it out by placing log messages in the create_region_with_id message, but I never see any of the log messages anywhere, so I'm not sure that the method is even being execute. | 18:11 |
jaypipes | executed.. | 18:11 |
*** mkollaro has quit IRC | 18:11 | |
dstanek | dolphm: commented on that one | 18:11 |
stevemar | dolphm, doesnt six have some urllib support? | 18:12 |
dolphm | jaypipes: give me a minute to play with it | 18:12 |
*** BullSherd has joined #openstack-dev | 18:12 | |
jaypipes | dolphm: no prob. | 18:12 |
*** BullSherd has left #openstack-dev | 18:12 | |
dolphm | stevemar: the commit message suggests it's not sufficient, somehow? | 18:12 |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 18:12 | |
*** YorikSar has joined #openstack-dev | 18:12 | |
*** mikeoutland has joined #openstack-dev | 18:12 | |
*** markmcclain has joined #openstack-dev | 18:12 | |
dstanek | stevemar: yes, 'from six.moves import urllib' | 18:13 |
*** sweston has joined #openstack-dev | 18:14 | |
stevemar | dstanek ++ thats what i was thinking, i'm using it in keystoneclient for oauth stuff | 18:14 |
*** harlowja has quit IRC | 18:14 | |
dolphm | jaypipes: POST /regions wasn't in the spec, right? | 18:15 |
*** sushils has quit IRC | 18:15 | |
jaypipes | dolphm: I believe it was, yes... lemme double-check. | 18:15 |
jaypipes | dolphm: yes it was: https://github.com/openstack/identity-api/blob/master/openstack-identity-api/v3/src/markdown/identity-api-v3.md#create-region-post-regions | 18:16 |
dstanek | dolphm: i don't see what they can't properly stub it - i'll probably give it a try after the reivew that i am on | 18:16 |
*** sushils has joined #openstack-dev | 18:16 | |
*** emagana has joined #openstack-dev | 18:16 | |
*** harlowja has joined #openstack-dev | 18:16 | |
jaypipes | from night.moves import seger. | 18:16 |
*** AlexF_ has quit IRC | 18:17 | |
*** morganfainberg|z is now known as morganfainberg | 18:17 | |
morganfainberg | ooh did brant's fixes merge? | 18:18 |
morganfainberg | some of* | 18:18 |
dolphm | morganfainberg: a plethora of | 18:18 |
*** utlemming has quit IRC | 18:18 | |
morganfainberg | dolphm, yay! | 18:18 |
jaypipes | heh. plethora. | 18:18 |
*** sweston has quit IRC | 18:18 | |
* jaypipes remembers Three Amigos. | 18:19 | |
morganfainberg | dolphm, now i can get back to massaging the config opt stuff. | 18:19 |
*** mkerrin has quit IRC | 18:19 | |
morganfainberg | dolphm, and get some code in that would otherwise be unhappy. | 18:19 |
*** dvarga is now known as dvarga|away | 18:19 | |
*** dvarga|away is now known as dvarga | 18:19 | |
*** zaitcev has joined #openstack-dev | 18:19 | |
*** Mandell has joined #openstack-dev | 18:20 | |
*** sushils has quit IRC | 18:20 | |
*** galstrom is now known as galstrom_zzz | 18:20 | |
*** gimps_ has joined #openstack-dev | 18:20 | |
*** eglynn is now known as eglynn-afk | 18:20 | |
*** gimps_ has quit IRC | 18:21 | |
dolphm | jaypipes: looks like a problem with the test? i can hit the controller using curl | 18:22 |
jaypipes | dolphm: hmm... k. let me unwind all the helpers in the test case. | 18:23 |
*** dhellmann is now known as dhellmann_ | 18:23 | |
*** tdruiva_ has joined #openstack-dev | 18:25 | |
*** tdruiva has quit IRC | 18:25 | |
*** mdomsch has joined #openstack-dev | 18:25 | |
*** spzala has joined #openstack-dev | 18:26 | |
*** galstrom_zzz is now known as galstrom | 18:26 | |
*** DinaBelova_ is now known as DinaBelova | 18:26 | |
dolphm | jaypipes: region description should also be optional (sql backend is defaulting it to non-nullable) | 18:26 |
*** arnaud has joined #openstack-dev | 18:27 | |
*** arnaud__ has joined #openstack-dev | 18:27 | |
*** sweston has joined #openstack-dev | 18:27 | |
*** utlemming has joined #openstack-dev | 18:28 | |
dolphm | jaypipes: is there a key on description? | 18:30 |
*** amcrn has joined #openstack-dev | 18:30 | |
jaypipes | dolphm: test_v3.RestfulTestCase.new_ref() method sets description to not-null. | 18:31 |
jaypipes | dolphm: but, that is a separate issue from the test failure here, I think? | 18:31 |
jaypipes | dolphm: BTW, description is optional -- the driver sets description == id if not supplied, IIRC | 18:32 |
*** tdruiva_ has quit IRC | 18:33 | |
jaypipes | dolphm: no, that's not true... description is not set to ID on null attr. | 18:33 |
jaypipes | dolphm: I will file a separate bug about that. | 18:33 |
jaypipes | dolphm: but I'm a bit stumped why this test infrastructure is returning a 404 for the PUT /regions/{region_id} call :( | 18:34 |
*** networkstatic has quit IRC | 18:34 | |
*** networkstatic has joined #openstack-dev | 18:35 | |
*** crank has quit IRC | 18:36 | |
*** ijw has quit IRC | 18:37 | |
jaypipes | dolphm: https://bugs.launchpad.net/keystone/+bug/1272459 -- feel free to prioritize and triage it. | 18:37 |
*** iartarisi has quit IRC | 18:37 | |
jaypipes | dolphm: think I found the problem... | 18:39 |
*** max_lobur is now known as max_lobur_afk | 18:39 | |
*** marekd is now known as marekd|away | 18:41 | |
dolphm | jaypipes: what is it? | 18:42 |
*** pschaef has quit IRC | 18:42 | |
*** lbragstad-lunch has quit IRC | 18:43 | |
jaypipes | dolphm: meh, didn't work... I had noticed that the create_region driver call accepted a region_id and a region_ref, but never used the region_id parameter at all.. | 18:45 |
jaypipes | dolphm: but after fixing that, still getting the same error. | 18:46 |
jaypipes | fixing == removing the unused parameter and ensuring that region_ref contained an id key. | 18:46 |
*** alex_xu has quit IRC | 18:46 | |
*** xarses has joined #openstack-dev | 18:47 | |
*** msmedved has quit IRC | 18:47 | |
*** alex_xu has joined #openstack-dev | 18:47 | |
*** markwash has joined #openstack-dev | 18:48 | |
*** nati_ueno has joined #openstack-dev | 18:50 | |
jaypipes | dolphm: so if I change the implementation of the controller's create_region_with_id() method to this: | 18:51 |
jaypipes | @controller.protected() | 18:51 |
jaypipes | def create_region_with_id(self, context, region_id, region): | 18:51 |
jaypipes | """Specialized route target for PUT /regions/{region_id}.""" | 18:51 |
jaypipes | raise ValueError("screw this") | 18:51 |
*** tdruiva has joined #openstack-dev | 18:51 | |
jaypipes | dolphm: I still get a NotFound exception raised, not a ValueError... | 18:51 |
jaypipes | dolphm: I can't seem to understand how to debug this stuff... | 18:52 |
jaypipes | it's like the controller isn't even called. | 18:52 |
dolphm | jaypipes: that's basically what i did as well | 18:52 |
jaypipes | dolphm: :( | 18:52 |
dolphm | jaypipes: but with curl i can hit it just fine | 18:52 |
jaypipes | dolphm: so it's the testing "framework"? | 18:52 |
dolphm | jaypipes: seems to be | 18:52 |
jaypipes | guh. | 18:52 |
dstanek | dhellmann_: ping me when you are around | 18:55 |
*** mgagne1 has joined #openstack-dev | 18:56 | |
ctracey | ayoung, dolphm - is it intentional that ec2-creds cannot be created with SERVICE_TOKEN auth? | 18:56 |
*** mgagne has quit IRC | 18:56 | |
*** e0ne has joined #openstack-dev | 18:56 | |
ctracey | ohai jaypipes ! :) | 18:56 |
dolphm | ctracey: i believe so -- doesn't it use the token for context? | 18:56 |
morganfainberg | ctracey, see lots more people here that can answer ;) | 18:56 |
*** Artpicre has quit IRC | 18:56 | |
morganfainberg | dolphm, ctracey, I believe dolph is correct | 18:57 |
*** msmedved has joined #openstack-dev | 18:57 | |
ctracey | dolphm, not sure....I can grok the code | 18:57 |
*** godara has quit IRC | 18:57 | |
morganfainberg | SERVICE_TOKEN is a special case magic token, ec2 creds iirc need to be attached to a user | 18:57 |
*** Artpicre has joined #openstack-dev | 18:57 | |
dolphm | jaypipes: i'm getting a different error now | 18:58 |
ctracey | morganfainberg, yes...i am trying to create ec2-creds in a bootstrap scenario | 18:58 |
ctracey | specifically from the Chef cookbooks | 18:58 |
*** jasondotstar has quit IRC | 18:59 | |
ctracey | so i thought it a bit odd that I can create users, roles, whatnot, but not create creds for the user. | 18:59 |
*** akrivoka has quit IRC | 18:59 | |
*** mgagne1 is now known as mgagne | 18:59 | |
dolphm | jaypipes: bad refactor on my side :P | 18:59 |
morganfainberg | ctracey, are you getting a specific error? | 19:01 |
morganfainberg | ctracey, i am looking at the code but without knowing more about the response you're getting... | 19:02 |
ayoung | ctracey, almost certainly | 19:02 |
*** gokrokve_ has joined #openstack-dev | 19:02 | |
*** comstud is now known as bearhands | 19:02 | |
*** jprovazn_ has quit IRC | 19:02 | |
morganfainberg | oh, i think i found a bug in hacking. | 19:02 |
morganfainberg | isn't that cool. | 19:03 |
*** dave_tucker is now known as dave_tucker_zzz | 19:03 | |
*** msmedved has quit IRC | 19:03 | |
ayoung | what is a SERVICE_TOKEN? | 19:03 |
dolphm | ayoung: OS_TOKEN | 19:03 |
morganfainberg | ayoung, special magic admin token? | 19:03 |
morganfainberg | bootstrap | 19:03 |
ayoung | I thought that was an admin_token | 19:04 |
*** julienvey_ has joined #openstack-dev | 19:04 | |
*** godara has joined #openstack-dev | 19:04 | |
morganfainberg | oh, am i wrong? | 19:04 |
* morganfainberg might be wrong. | 19:04 | |
ayoung | Oh..isthat the envvar name for it? | 19:04 |
dolphm | morganfainberg: you're just making an assumption which is probably accurate | 19:04 |
ayoung | nah, you are probably rightand Iam just lost | 19:04 |
* morganfainberg is often wrong. | 19:04 | |
morganfainberg | dolphm, well you know what happens with assumptions. | 19:04 |
jaypipes | hi ctracey! | 19:04 |
*** beagles is now known as seagulls | 19:04 | |
dolphm | SERVICE_TOKEN is the deprecated name for OS_TOKEN, which is typically used with keystone.conf [DEFAULT] admin_token for bootstrapping | 19:04 |
*** morganfainberg is now known as needscoffee | 19:04 | |
jaypipes | dolphm: so you found something? or red herring? | 19:05 |
dolphm | jaypipes: red herring at the moment | 19:05 |
ayoung | yeah, can't use the for an ec2, wouldn't have a user to pull the data out of | 19:05 |
*** gokrokve has quit IRC | 19:05 | |
ayoung | ctracey, OS_TOKEN and its ilk are not associated with a user object out of the identity back end | 19:05 |
*** amerine_ is now known as amerine | 19:06 | |
ayoung | It doesn't really have ilk, I just like the word | 19:06 |
*** emagana has quit IRC | 19:06 | |
*** praneshp has joined #openstack-dev | 19:06 | |
*** athomas has quit IRC | 19:07 | |
*** dstanek has quit IRC | 19:07 | |
*** dstanek has joined #openstack-dev | 19:07 | |
*** tdruiva has quit IRC | 19:08 | |
*** gokrokve has joined #openstack-dev | 19:08 | |
ctracey | ayoung, im confused tho...user-id is a parameter | 19:09 |
ayoung | ignored | 19:09 |
ayoung | ctracey, user-id is not coming from the token | 19:09 |
ayoung | which api are you calling> | 19:09 |
ayoung | ? | 19:09 |
ctracey | 2.0 | 19:09 |
ctracey | i guess what im getting at... | 19:10 |
ctracey | is that as admin with SERVICE_TOKEN auth, i cannot create ec2-creds for a "monitoring" user | 19:10 |
ctracey | but... | 19:10 |
ctracey | with standard admin auth, I can | 19:10 |
*** lbragstad has joined #openstack-dev | 19:10 | |
ctracey | the error being Invalid creds | 19:11 |
*** praneshp has quit IRC | 19:11 | |
ctracey | that seems off, no? | 19:11 |
*** jcooley_ has joined #openstack-dev | 19:11 | |
branen | just did a stack and got "Table 'keystone.endpoint' doesn't exist" any ideas? thanks | 19:11 |
ctracey | ayoung, happy to dig on it and fix if necessary...just wondering if this doesnt make sense | 19:11 |
*** gokrokve_ has quit IRC | 19:12 | |
ayoung | what is the API you are calling ctracey (I'll walk you through what is happening) | 19:12 |
ctracey | ayoung, 2.0 | 19:12 |
ayoung | not version, the call. | 19:12 |
ayoung | http://host:35357/v2.0 .... | 19:12 |
ctracey | i will need to drop into debug mode | 19:13 |
ctracey | this is all client driven | 19:13 |
ayoung | how CLI? | 19:13 |
dolphm | jaypipes: given that the error message is very specific (Region not found...) ... something has to be raising a RegionNotFound somewhere | 19:13 |
ctracey | keystone ec2-credentials-create --user-id <user-id> --tenant-id <tenant-id> | 19:13 |
ayoung | OK, lets start there | 19:13 |
ayoung | run it with the debug flag and you can see the API in the output | 19:13 |
ctracey | ayoung, yeah....happy to dig on it | 19:14 |
*** romcheg has quit IRC | 19:14 | |
ctracey | just asking about the expected behavior | 19:14 |
*** tdruiva has joined #openstack-dev | 19:15 | |
dolphm | jaypipes: which appears to be the _get_region() in the sql driver | 19:15 |
*** vijendar has joined #openstack-dev | 19:15 | |
*** david-lyle has quit IRC | 19:15 | |
*** tdruiva has quit IRC | 19:16 | |
ayoung | ctracey, I have no idea. The whole EC2 thing is a mystery to me. Since you woke me up, I'm going to make you suffer through my learning curve. Cue the diabolical laughter | 19:16 |
*** markmcclain1 has joined #openstack-dev | 19:16 | |
*** markmcclain1 has quit IRC | 19:16 | |
*** danpb has quit IRC | 19:16 | |
*** marun has joined #openstack-dev | 19:16 | |
*** markmcclain1 has joined #openstack-dev | 19:16 | |
ctracey | ayoung, I can take a look at it...id be happy to grok through this code | 19:16 |
ctracey | fwiw: http://paste.openstack.org/show/61848/ | 19:16 |
ayoung | ctracey, I know where it is going to end up...I can get you there faster | 19:16 |
*** nkinder has quit IRC | 19:17 | |
ayoung | http://127.0.0.1:35357/v2.0/users/d14631241ec04744b0592e840d2ab783/credentials/OS-EC2 | 19:17 |
ctracey | WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored). | 19:17 |
*** xmltok has quit IRC | 19:17 | |
ctracey | so seems to be by design | 19:17 |
*** hemnafk is now known as hemna_ | 19:17 | |
*** msmedved has joined #openstack-dev | 19:17 | |
ayoung | OK so you would need to find a router that matches that. Ordinarily, something that starts with /users would be in identity, but you can see it is not there.... | 19:17 |
ayoung | https://github.com/openstack/keystone/blob/master/keystone/identity/routers.py | 19:18 |
jaypipes | dolphm: right... but it never even gets to the driver... | 19:18 |
jaypipes | dolphm: it doesn't seem to be even executing the controller's create_region_by_id() method. | 19:18 |
ayoung | ctracey, the OS-EC2 is a hint, though, that it is an extension, and those live in contrib | 19:18 |
ctracey | ayoung, no rush....ill take a look and let you know where I end up | 19:18 |
ayoung | ctracey, nope, you must now suffer | 19:18 |
*** yolanda_ has joined #openstack-dev | 19:18 | |
ctracey | nope...suffering is not an option | 19:18 |
ayoung | https://github.com/openstack/keystone/blob/master/keystone/contrib/ec2/routers.py | 19:18 |
*** markmcclain has quit IRC | 19:18 | |
ayoung | line 432 | 19:19 |
ayoung | 43 | 19:19 |
ayoung | POST so | 19:19 |
*** emagana has joined #openstack-dev | 19:19 | |
ctracey | yeah, this i know | 19:19 |
ayoung | https://github.com/openstack/keystone/blob/master/keystone/contrib/ec2/routers.py#L33 | 19:19 |
ayoung | kewl, not everyone does...take it from there to controller | 19:19 |
ctracey | i shall | 19:19 |
ctracey | but it looks like that warning is the reason | 19:20 |
ctracey | so, I will dig up the history on that | 19:20 |
ayoung | hmmmm | 19:20 |
ayoung | https://github.com/openstack/keystone/blob/master/keystone/contrib/ec2/controllers.py#L151 | 19:21 |
*** dims has quit IRC | 19:21 | |
ayoung | if you set OS_TOKEN isAdmin would be true | 19:21 |
ayoung | and it would skip the user_id check | 19:21 |
ayoung | self._assert_identity(context, user_id) | 19:21 |
ayoung | Do you get any logging? | 19:21 |
ayoung | isAdmin comes from keystone/common/controller.py but I think it is origianlly set by wsgi.py | 19:22 |
ctracey | ayoung, yes I do...this is a vagrant instance | 19:23 |
jaypipes | dolphm: the problem is the @controller.protected() decorator. | 19:23 |
ctracey | can do whatever i like :) | 19:23 |
*** dhellmann_ is now known as dhellmann | 19:24 | |
*** msmedved has quit IRC | 19:24 | |
ayoung | hmmm...seems this controller has defnied is_admin itself | 19:24 |
*** MaxV has quit IRC | 19:25 | |
dkranz | ayoung: I am trying to replay variants of stuff with curl using the output of nova --debug but the huge certs screw up shell navigation | 19:25 |
*** xga has joined #openstack-dev | 19:25 | |
*** martyntaylor has left #openstack-dev | 19:25 | |
dkranz | ayoung: Is there a known way to deal with this? | 19:25 |
ayoung | dkranz, is that curl the web tool or curl the programming langugage | 19:25 |
dolphm | jaypipes: how so? | 19:25 |
dkranz | ayoung: the web tool :) | 19:25 |
stevemar | dtroyer, ping | 19:25 |
*** praneshp has joined #openstack-dev | 19:26 | |
ayoung | dkranz, usually I do TOKEN=$(keystone token-get | awk '/ id / {print $4} and then $TOKEN in the script | 19:26 |
dkranz | ayoung: ok, thanks. That is just what I'm looking for. | 19:26 |
*** sahid has quit IRC | 19:27 | |
stevemar | bknudson, did you take a look at devstack work, to migrate to openstackclient last night by any chance? | 19:27 |
*** mfink has quit IRC | 19:27 | |
ayoung | https://github.com/openstack/keystone/blob/master/keystone/contrib/ec2/controllers.py#L271 ctracey | 19:27 |
bknudson | stevemar: I didn't look at it at all. | 19:27 |
jaypipes | dolphm: remove the controller.protected() decorator and re-run test. | 19:27 |
*** mfink has joined #openstack-dev | 19:27 | |
jaypipes | dolphm: gets past the put() call. (and then dies because apparently the return from a PUT call is not the same as a POST call. | 19:28 |
stevemar | bknudson, hmm okay, know much about devstack/lib/keystone? | 19:28 |
jaypipes | at least according to webtest... | 19:28 |
dolphm | jaypipes: oooh it's trying to do it's terrible introspection thing with get_member_from_driver i bet | 19:28 |
ayoung | keystone/common/wsgi.py:259: | 19:28 |
bknudson | stevemar: I've looked at it a couple of times. | 19:28 |
*** marun has quit IRC | 19:29 | |
bknudson | stevemar: https://review.openstack.org/#/c/68530/ | 19:29 |
dolphm | jaypipes: rather than unprotecting the controller, comment out get_member_from_driver in __init__ | 19:29 |
*** xga has quit IRC | 19:29 | |
stevemar | bknudson, i've been migrating a few of the other files under lib, to openstackclient commands, but the ones in lib/keystone are proving to be stubborn | 19:29 |
*** FunnyLookinHat has quit IRC | 19:29 | |
*** nkinder has joined #openstack-dev | 19:29 | |
*** jcooley_ has quit IRC | 19:30 | |
*** marun has joined #openstack-dev | 19:30 | |
jaypipes | dolphm: gotcha. then you get this? | 19:30 |
jaypipes | self.assertEqual(region_id, r['id']) | 19:30 |
jaypipes | TypeError: 'TestResponse' object has no attribute '__getitem__' | 19:30 |
bknudson | stevemar: any particular commands? | 19:30 |
stevemar | bknudson, any of the commands under create_keystone_accounts | 19:30 |
bknudson | stevemar: seems like you know more about the unified CLI than I do... | 19:30 |
jaypipes | dolphm: not that for some reason the TestResponse returned by a PATCH call returns a dict-like thing... but strangely, not when PUT is used :( | 19:31 |
jaypipes | s/not that/note that | 19:31 |
ayoung | https://github.com/openstack/keystone/blob/master/keystone/middleware/core.py#L69 ctracey that is where it all stems from | 19:31 |
stevemar | bknudson, i know the syntax for them, but whenever i run the command, it always fails :\ | 19:31 |
*** kushal has quit IRC | 19:31 | |
bknudson | stevemar: does unified CLI not support "keystone tenant-create" ? | 19:31 |
ayoung | that middleware would be triggered by your paste-api pipeline | 19:31 |
stevemar | bknudson, no, it would be "openstack project create" | 19:32 |
bknudson | stevemar: ok, use that instead of tenant-create. | 19:32 |
*** nati_ueno has quit IRC | 19:32 | |
ayoung | https://github.com/openstack/keystone/blob/master/etc/keystone-paste.ini#L6 in the pipe line at https://github.com/openstack/keystone/blob/master/etc/keystone-paste.ini#L66 | 19:32 |
stevemar | bknudson, i do that in the other files, like cinder and nova, and they work | 19:32 |
stevemar | but the keystone ones aren't | 19:32 |
ayoung | so...yeah, you should be able to use an admin token to create an ec2 credential. Is the user a valid user ctracey ? | 19:33 |
stevemar | bknudson, i think it's cause I don't have a keystone service set up yet? it should be using the ADMIN_TOKEN right? | 19:33 |
dhellmann | dstanek: pong | 19:33 |
dstanek | dhellmann: hi | 19:34 |
*** sushils has joined #openstack-dev | 19:34 | |
bknudson | stevemar: do you get an error? anything in the keystone log? | 19:34 |
dstanek | dhellmann: i was just wondering about py3kcompat.urlutils vs. six.move.urllib - any reason we rolled our own? | 19:35 |
dhellmann | dstanek: how can I help? | 19:35 |
bknudson | stevemar: the only way you can create the admin user before the admin user exists is to use the admin token. | 19:35 |
*** nati_ueno has joined #openstack-dev | 19:35 | |
*** galstrom is now known as galstrom_zzz | 19:35 | |
dhellmann | dstanek: the six thing didn't exist when we made our own, and we were in a rush (guessing about the last part) | 19:35 |
dolphm | jaypipes: test is passing with this diff http://pasteraw.com/oycoqmjgpe2jumx39pgr9lowfqle1la | 19:35 |
stevemar | bknudson, let me get you a fresh error, 1 sec | 19:35 |
dhellmann | dstanek: I would love to eliminate it | 19:35 |
dstanek | dhellmann: do you have a patch to change policy.py would be accepted? | 19:36 |
*** ociuhandu_ has joined #openstack-dev | 19:36 | |
dstanek | dhellmann: that's good to hear | 19:36 |
ctracey | ayoung, yeah...the user is being used elsewhere | 19:36 |
dhellmann | dstanek: you'd have to make sure we require a version of six that includes the needed piece first, but yeah, I don't see any issue with it | 19:36 |
ctracey | ayoung, gonna report and fix this over the weekend | 19:36 |
*** ociuhandu_ has left #openstack-dev | 19:36 | |
*** kushal has joined #openstack-dev | 19:36 | |
*** msmedved has joined #openstack-dev | 19:36 | |
*** jasondotstar has joined #openstack-dev | 19:36 | |
ayoung | ctracey, I'll probably -2 it. You shouldn't be using an OS_TOKEN to do anything more than set up Keystone | 19:37 |
jaypipes | dolphm: yeah, I got it now... | 19:37 |
dolphm | jaypipes: i'd rather only have one policy entry for create_region though -- i don't see any use case for distinguishing between PUT and POST there | 19:37 |
ctracey | ayoung, that is what i am doing | 19:37 |
ayoung | ctracey, and why are you trying to create an ec2 with an admin token instead of a user token? | 19:38 |
ctracey | in the Chef cookbooks we have a registration recipe | 19:38 |
ctracey | that registration recipe allows one to create ec2 creds | 19:38 |
dstanek | dhellmann: i could easily change the oslo requirements.txt, but how would the other projects know they needed to upgrade? | 19:38 |
*** crank has joined #openstack-dev | 19:38 | |
bknudson | maybe we could get rid of admin token entirely -- use keystone-manage to create a user directly | 19:39 |
*** gokrokve has quit IRC | 19:39 | |
bknudson | an admin user | 19:39 |
jaypipes | dolphm: how do I do that? | 19:39 |
dolphm | jaypipes: i'm working on it | 19:39 |
dolphm | jaypipes: (not sure yet) | 19:39 |
ctracey | i dont really care what the mechanism is...long as it is consistent. this used to work. | 19:39 |
*** markmcclain1 has quit IRC | 19:39 | |
jaypipes | dolphm: well, https://review.openstack.org/#/c/68981/ should now pass everything. | 19:39 |
dhellmann | dstanek: you need to change the requirements in the openstack/requirements repository | 19:40 |
stevemar | bknudson, just "Could not find user, admin" | 19:40 |
dolphm | jaypipes: might have to cheat and support POST /regions {"region": {"id": "can-specify-it-here-too"}} | 19:40 |
stevemar | let me try and stop it after the initial call | 19:40 |
dhellmann | dstanek: and then sync those changes to oslo-incubator | 19:40 |
ayoung | ctracey, set up keystone, create an admin user, disable ec2 token, and do everything as that admin user | 19:40 |
bknudson | stevemar: then it's probably not using the admin token | 19:40 |
bknudson | stevemar: is OSC trying to get a token? | 19:40 |
ayoung | ec2 creds are a blight, but that is a different rant | 19:40 |
ctracey | ayoung, yes... this is possible. but what im getting at is that it should be consistent. | 19:41 |
ctracey | it's currently not | 19:41 |
ayoung | ctracey, I'm going to fire up keystone here in a second and see what I see | 19:41 |
stevemar | bknudson, likely yes, but i'm wondering how does keystoneclient do it? | 19:41 |
ayoung | I use the admin token for debugging a lot, so I know it works in general, but this might be a bit off | 19:41 |
dtroyer | stevemar: yo…catching up... | 19:42 |
bknudson | stevemar: if you provide a token then it shouldn't try to get a new token. | 19:42 |
*** enqae has joined #openstack-dev | 19:42 | |
dtroyer | stevemar: it's possible OSC doesn't handle token flow auth correctly | 19:42 |
*** ociuhandu_ has joined #openstack-dev | 19:42 | |
*** enqae has quit IRC | 19:42 | |
dstanek | dhellmann: thanks for the info - i'll start looking into it | 19:42 |
dhellmann | dstanek: ping me if you run into trouble | 19:43 |
stevemar | hmm | 19:43 |
stevemar | dtroyer, bknudson i could specifically call out to use the token in create_keystone_accounts and see if that works | 19:44 |
dstanek | dhellmann: it looks like the version in the requirements.txt does have urllib support - no need to update to the latest for it | 19:45 |
bknudson | stevemar: does --os-token <token> work? | 19:45 |
bknudson | stevemar: set <token> to the admin token | 19:46 |
dhellmann | dstanek: cool | 19:46 |
stevemar | bknudson, sec | 19:47 |
*** ociuhandu_ has quit IRC | 19:47 | |
*** ociuhandu_ has joined #openstack-dev | 19:47 | |
ayoung | Invalid OpenStack Identity credentials. | 19:48 |
ayoung | OK...why.... | 19:48 |
stevemar | bknudson, i messed something up, gonna be more than a sec | 19:48 |
ayoung | ctracey trust_id = self._get_trust_id_for_request(context) | 19:49 |
ayoung | that checks the token passed in and looks for a trust in it. | 19:49 |
*** cmyster has joined #openstack-dev | 19:49 | |
*** nacim has quit IRC | 19:49 | |
ayoung | you could throw that check into the is_not_admin case | 19:50 |
*** ociuhandu_ has quit IRC | 19:50 | |
bknudson | ayoung: that line was added 4 days ago. | 19:50 |
dolphm | jaypipes: i'll probably propose a subsequent patch or two, but this uses one policy entry for both create operations, tests for 201 Created, and a few other little things http://pasteraw.com/hmh2nnwy157fvy5dfv7xjys6a6i2287 | 19:50 |
bknudson | https://github.com/openstack/keystone/blame/master/keystone/contrib/ec2/controllers.py#L156 | 19:51 |
ayoung | bknudson, did it take that long to merge? | 19:51 |
ayoung | that was reviewed a while back | 19:51 |
*** willingc has joined #openstack-dev | 19:51 | |
ayoung | 2013-12-20 sounds about right | 19:51 |
bknudson | ayoung: https://review.openstack.org/#/c/66445/ | 19:52 |
bknudson | ayoung: well, it changed in that... not sure if that changed the behavior wrt admin token. | 19:53 |
*** harlowja is now known as harlowja_away | 19:53 | |
ayoung | bknudson, fairly certain it was the linked change that prevents admin token. Question is whether we want to start allowing it or not. It used to be allowed, and it looks like Chef was (ab)using it | 19:54 |
*** denis_makogon_ has joined #openstack-dev | 19:54 | |
*** ociuhandu_ has joined #openstack-dev | 19:54 | |
bknudson | ayoung: it's probably the follow-on that did it -- https://review.openstack.org/#/c/66446/2/keystone/credential/controllers.py | 19:55 |
bknudson | changed create_credential | 19:55 |
bknudson | looks like create_credential didn't care about trust. | 19:56 |
ayoung | bknudson, there was a security hole that this plugged | 19:56 |
ayoung | if you used a trust, you could end up with a token as the trustor via an ec2 | 19:56 |
*** marun has quit IRC | 19:57 | |
*** godara has quit IRC | 19:57 | |
*** ociuhandu_ has quit IRC | 19:57 | |
bknudson | ayoung: so trust_id can be none... seems pretty easy to continue to support admin token. | 19:57 |
*** godara has joined #openstack-dev | 19:58 | |
ayoung | Yep | 19:59 |
ayoung | Just tested | 19:59 |
*** jcooley_ has joined #openstack-dev | 19:59 | |
*** pixelb has quit IRC | 19:59 | |
ctracey | ayoung, it wasnt abusing it...we are in a bootstrap context that is all | 20:00 |
*** ociuhandu_ has joined #openstack-dev | 20:00 | |
ctracey | i am happy to change the Chef code to address it | 20:00 |
*** mmoya has quit IRC | 20:00 | |
ayoung | ctracey, ec2 cred creation is not something that should be done in bootstrap | 20:00 |
ayoung | if it does not Have to be done with an admin token, it shouldn't be done with an admin token. Its like running a program as root | 20:01 |
ctracey | is that objective or subjective? | 20:01 |
*** djoreilly has quit IRC | 20:01 | |
ayoung | ctracey, you aren't running Windows 95 are you? | 20:01 |
*** needscoffee is now known as needscoffee|z | 20:01 | |
*** otherwiseguy has quit IRC | 20:01 | |
ayoung | ctracey, I reject that as a false dichotomy. It is a statement valid for the valuesystem of most systemadministrators. Quality judgements are where subject meets object | 20:02 |
*** mmoya has joined #openstack-dev | 20:02 | |
jaypipes | dolphm: that patch above adds a controller.protected() on list_regions... that should not be there (anyone should be able to list regions) | 20:02 |
*** michchap has joined #openstack-dev | 20:02 | |
*** romcheg has joined #openstack-dev | 20:03 | |
dolphm | jaypipes: agree, but that should still be enforced by policy.json | 20:03 |
*** jmontemayor has quit IRC | 20:03 | |
jaypipes | dolphm: oh I see, you manually added rule entries in policy.json for list and get as callable without admin rights. | 20:03 |
*** athomas has joined #openstack-dev | 20:04 | |
jaypipes | dolphm: k, gimme a few and I'll push a patch change. | 20:04 |
ctracey | as I have said a number of times, I will either push a fix to keystone (if appropriate) or adjust the Chef recipes. | 20:04 |
ctracey | thanks | 20:04 |
*** xmltok has joined #openstack-dev | 20:04 | |
*** jecarey has quit IRC | 20:04 | |
ayoung | ctracey, there more I think about that code, the less I like letting and admin token bypass it.... | 20:05 |
*** mmoya has quit IRC | 20:05 | |
*** jmontemayor has joined #openstack-dev | 20:05 | |
*** novas0x2a|laptop has joined #openstack-dev | 20:05 | |
*** pixelb has joined #openstack-dev | 20:05 | |
bknudson | ayoung: are there a lot of functions where we should explicitly deny admin token? -- we could have a decorator or add to protected(no_admin_token=True) | 20:05 |
dolphm | jaypipes: i was about to push this up seperately | 20:06 |
dolphm | jaypipes: opened https://bugs.launchpad.net/keystone/+bug/1272496 and https://bugs.launchpad.net/keystone/+bug/1272501 | 20:06 |
bknudson | ayoung: at least we could have a more obvious error if they use the admin token. | 20:06 |
*** michchap has quit IRC | 20:07 | |
ayoung | bknudson policy.json should handle it in the future | 20:07 |
ayoung | but ec2 v2 is not using that | 20:07 |
*** rfolco has quit IRC | 20:07 | |
*** zzelle has joined #openstack-dev | 20:07 | |
dolphm | jaypipes: https://review.openstack.org/#/c/69002/ | 20:07 |
*** emagana has quit IRC | 20:08 | |
*** vkozhukalov has quit IRC | 20:08 | |
*** ociuhandu_ has quit IRC | 20:08 | |
*** godara has quit IRC | 20:09 | |
dolphm | jaypipes: patchset 2 reverses this change ... https://review.openstack.org/#/c/69002/1/keystone/catalog/backends/sql.py | 20:10 |
stevemar | bknudson, the token flow, is not as much fun as the uname/pass flow .. on either client :( | 20:10 |
dolphm | jaypipes: i meant to ask you what was intended there ^ ? most (all?) driver return NotFound and let the managers re-cast exceptions appropriately, and the docs in the sql driver seem to expect NotFound (which RegionNotFound is an instance of, obviously) | 20:11 |
bknudson | stevemar: I wouldn't expect much "flow" for token... you just store what they give you and use that on the request. | 20:11 |
*** emagana has joined #openstack-dev | 20:12 | |
*** prad has quit IRC | 20:12 | |
dolphm | topol: i assigned the CADF bp to you the other day -- i figured you knew better than I who was actually going to work on it? | 20:13 |
*** mlavalle has joined #openstack-dev | 20:13 | |
stevemar | dolphm not me, not me, not me | 20:13 |
* stevemar fingers crossed | 20:13 | |
topol | dolphm, yes I saw that. That's fine. I figured I could work out splitting the work | 20:13 |
*** pavol has quit IRC | 20:14 | |
topol | stevemar, its not you. Will be Tom from my China team helping to get that done | 20:14 |
*** rwsu has quit IRC | 20:14 | |
stevemar | bknudson, theres some funny business with urls too | 20:14 |
stevemar | topol, cool! | 20:14 |
*** dstanek has quit IRC | 20:14 | |
*** dstanek has joined #openstack-dev | 20:15 | |
bknudson | stevemar: if you pass a token in then you also have to pass the endpoint... otherwise it doesn't know where the endpoint is. | 20:15 |
topol | dolphm, its lots to do so we just keep doing it in chunks? I want to first add in the CADF notification on top of Lance's existing Keystone notification work. I will start looking at this this weekend | 20:16 |
stevemar | bknudson, auth_url stays too though? | 20:16 |
bknudson | stevemar: you don't really need an auth_url if you're not going to auth. | 20:16 |
jaypipes | dolphm: nothing more than a mistake/oversight on my end. | 20:17 |
dolphm | topol: feel free to re-assign the bp as appropriate... i just wanted to make sure there was a name on it for now | 20:17 |
jaypipes | dolphm: thx much for your follow up patch. | 20:17 |
dolphm | jaypipes: of course | 20:18 |
topol | dolphm, will do. thanks stevemar Im looking in your direction..... JUST KIDDING | 20:18 |
stevemar | topol: what's a keystone, what's a cadf? bad choice in looking here | 20:19 |
topol | dolphm, stevemar just fyi, henrynash took an awful picture of me on the Rackspace slide. My wife and daughter laughed their heads off. Next hackathon I want a new hackathon appointed photographer | 20:19 |
*** dstufft has quit IRC | 20:19 | |
topol | no way I can look that bad. no way | 20:19 |
dolphm | henrynash: let me know when the poster prints are ready, i'd like to have them in the keystone room in atlanta | 20:20 |
*** dstufft has joined #openstack-dev | 20:20 | |
*** rwsu has joined #openstack-dev | 20:20 | |
dolphm | community spirit and all | 20:20 |
*** yolanda_ has quit IRC | 20:20 | |
*** teran_ has joined #openstack-dev | 20:20 | |
topol | dolphm, how I managed to do two thumbs up at the end of the ride I don't know. It was brutal | 20:21 |
dolphm | jaypipes: mind if i push a patchset on your review? you forgot to update catalog.core.Driver interface for create_region | 20:22 |
*** melwitt has joined #openstack-dev | 20:22 | |
*** teran has quit IRC | 20:23 | |
*** yeylon_ has joined #openstack-dev | 20:23 | |
dolphm | jaypipes: e.g. http://pasteraw.com/gi6wo7d0k97fbep1mnyrth9spvtcd0x | 20:24 |
*** praneshp has quit IRC | 20:24 | |
jaypipes | dolphm: not at all, go for it. | 20:24 |
dolphm | jaypipes: done | 20:24 |
*** dstufft_ has joined #openstack-dev | 20:25 | |
lbragstad | dolphm: jaypipes I'm getting this on a fresh devstack and wondering if it might have something to do with the regions patch that went up a few days ago? http://paste.openstack.org/show/61850/ | 20:25 |
*** terrylhowe has quit IRC | 20:25 | |
lbragstad | db-version is 37 | 20:26 |
dolphm | lbragstad: is it really a fresh devstack? that table is created in migration 37 | 20:26 |
topol | dolphm, stevemar, henrynash photo tweeted for your amusement. you need a good laugh | 20:26 |
lbragstad | /opt/stack/keystone$ ./bin/keystone-manage db_version | 20:26 |
lbragstad | 37 | 20:26 |
lbragstad | dolphm: ^ | 20:26 |
stevemar | lbragstad, i think you are hitting the same thing i did | 20:26 |
lbragstad | I just pulled devstack | 20:26 |
dolphm | lbragstad: maybe db_sync 36 and then db_sync again? (cc- stevemar... is that the bug we ran into as well?) | 20:27 |
dolphm | stevemar: what was the fix we had to use | 20:27 |
stevemar | dolphm, git clean -... crazy options | 20:27 |
dolphm | -xdfi | 20:27 |
stevemar | or just rm -rf everything except .gitkeep under tests/tmp | 20:27 |
stevemar | lbragstad, ^ | 20:27 |
dolphm | -i is interactive, which you may not need... but i leave untracked changes in my repo on purpose | 20:27 |
*** nati_ueno has quit IRC | 20:28 | |
*** dstufft has quit IRC | 20:28 | |
*** jamespage_ has joined #openstack-dev | 20:29 | |
*** dstufft_ is now known as dstufft | 20:30 | |
lbragstad | dolphm: stevemar thanks! that did it (rm /tmp/test.db tmp/test.db.pristine) | 20:31 |
*** krotscheck has quit IRC | 20:32 | |
devoid | so what's the correct way to run with multiple keystone endpoints for both v3 and v2.0? | 20:34 |
*** epim has joined #openstack-dev | 20:34 | |
*** jruzicka has quit IRC | 20:34 | |
*** hartsocks has quit IRC | 20:35 | |
*** sweston has quit IRC | 20:36 | |
*** bswartz has quit IRC | 20:37 | |
*** jasondotstar has quit IRC | 20:37 | |
*** ijw has joined #openstack-dev | 20:38 | |
ayoung | ctracey https://review.openstack.org/#/c/69007/ please add yourself as a reviewer, as I can't deduce your reviewer id | 20:38 |
*** jmontemayor has quit IRC | 20:38 | |
*** lucasagomes has quit IRC | 20:40 | |
*** pcm__ has joined #openstack-dev | 20:40 | |
*** jmontemayor has joined #openstack-dev | 20:40 | |
*** krotscheck has joined #openstack-dev | 20:40 | |
*** jasondotstar has joined #openstack-dev | 20:40 | |
*** godara has joined #openstack-dev | 20:41 | |
*** praneshp has joined #openstack-dev | 20:41 | |
*** ijw has quit IRC | 20:42 | |
*** DinaBelova is now known as DinaBelova_ | 20:42 | |
*** CaptTofu has quit IRC | 20:43 | |
*** teran_ has quit IRC | 20:43 | |
*** mgagne has quit IRC | 20:43 | |
*** pcm_ has quit IRC | 20:44 | |
*** tellesnobrega has left #openstack-dev | 20:44 | |
*** tellesnobrega has joined #openstack-dev | 20:44 | |
*** radez is now known as radez_g0n3 | 20:44 | |
*** galstrom_zzz is now known as galstrom | 20:44 | |
*** needscoffee|z is now known as morganfainberg | 20:45 | |
devoid | also what sets is_admin context? | 20:45 |
*** dbalog has quit IRC | 20:45 | |
*** jcooley_ has quit IRC | 20:46 | |
devoid | is it set to true on the 5000 interface always, or only when a user connects with admin_required policy enforced? | 20:46 |
*** dvarga has quit IRC | 20:46 | |
*** terrylhowe has joined #openstack-dev | 20:46 | |
ayoung | devoid, AdminToken middleware in keystone/middleware/core.py | 20:47 |
ayoung | devoid, it should not be in the public pipeline | 20:48 |
*** JuanMO_ has quit IRC | 20:48 | |
*** jcooley_ has joined #openstack-dev | 20:48 | |
devoid | ayoung, thanks. so it's safe to expose the 5000 interface if I remove that middleware? | 20:49 |
ayoung | it is never safe | 20:49 |
*** sahid has joined #openstack-dev | 20:49 | |
ayoung | just thinking about attracts zombies | 20:49 |
ayoung | ahhh! | 20:49 |
devoid | really? | 20:49 |
*** otherwiseguy has joined #openstack-dev | 20:49 | |
*** csd_ has quit IRC | 20:50 | |
*** SumitNaiksatam has quit IRC | 20:50 | |
*** yolanda_ has joined #openstack-dev | 20:50 | |
ayoung | devoid, test it. Don't take my word for anything. I lie. I forget. I make things up. If you do it and it is insecure and your response is ayoung said it was ok I will find you and laugh at you. Very loudly. | 20:50 |
dolphm | morganfainberg: one of your last comments on this review was that jenkins would -1 until some other stuff has landed. jenkins +1'd a couple hours ago https://review.openstack.org/#/c/68551/ | 20:51 |
*** SumitNaiksatam has joined #openstack-dev | 20:51 | |
devoid | ayoung, I will say that there isn't much documentation about keystone | 20:52 |
devoid | and aside from reading all of the code and perfectly understanding it, there's no way to "test it" completely | 20:53 |
*** mikeoutland has quit IRC | 20:53 | |
*** _ruhe is now known as ruhe | 20:53 | |
*** jcooley_ has quit IRC | 20:54 | |
*** CaptTofu has joined #openstack-dev | 20:54 | |
*** nacim has joined #openstack-dev | 20:54 | |
ayoung | devoid, devoid I am now assigning Keystone documentation bugs to you and notifying annegentle | 20:56 |
*** nacim has quit IRC | 20:56 | |
*** nacim has joined #openstack-dev | 20:57 | |
*** emagana_ has joined #openstack-dev | 20:57 | |
devoid | ayoung, I'm happy to help with documentation. It just means I'll be back here asking dumb questions more. ;) | 20:57 |
annegentle | ayoung: devoid do you know of good starter doc on domains and groups? Want to add to the ops guide | 20:57 |
*** jcooley_ has joined #openstack-dev | 20:57 | |
*** emagana has quit IRC | 20:57 | |
ayoung | annegentle, the api-doc | 20:58 |
*** fpatwa has joined #openstack-dev | 20:58 | |
ayoung | https://github.com/openstack/identity-api/blob/master/openstack-identity-api/v3/src/markdown/identity-api-v3.md#groups-v3groups | 20:58 |
ayoung | and https://github.com/openstack/identity-api/blob/master/openstack-identity-api/v3/src/markdown/identity-api-v3.md#domains-v3domains | 20:58 |
annegentle | ayoung: thanks. I'll add to http://docs.openstack.org/trunk/openstack-ops/content/projects_users.html | 20:59 |
*** safchain has joined #openstack-dev | 20:59 | |
*** safchain has quit IRC | 20:59 | |
*** mmoya has joined #openstack-dev | 21:00 | |
*** yolanda_ has quit IRC | 21:00 | |
*** jcooley_ has quit IRC | 21:00 | |
*** SumitNaiksatam_ has joined #openstack-dev | 21:00 | |
*** mfink has quit IRC | 21:00 | |
devoid | annegentle, is openstack-ops guide superceeding admin-guide-cloud ? | 21:00 |
*** SumitNaiksatam has quit IRC | 21:00 | |
*** SumitNaiksatam_ is now known as SumitNaiksatam | 21:00 | |
ayoung | dolphm, we should schedule an IRC chat "meet the Keystone developers" where we answer questions about Keystone. annegentle could lurk and cull the answers into a new dev guide | 21:01 |
*** colinmcnamara has quit IRC | 21:01 | |
topol | bknudson did your pin arrive in the mail yet? | 21:02 |
bknudson | topol: I'll check | 21:02 |
*** michchap has joined #openstack-dev | 21:03 | |
dolphm | ayoung: is that not the keystone meeting? | 21:03 |
*** michchap has quit IRC | 21:03 | |
ayoung | dolphm, heh | 21:03 |
*** seagulls has quit IRC | 21:03 | |
ayoung | dolphm, maybe do it a community panel at the Summit? | 21:04 |
*** michchap has joined #openstack-dev | 21:04 | |
*** bvandenh has quit IRC | 21:04 | |
bknudson | topol: I had a letter postmarked from TX but it was a wedding invitation | 21:05 |
*** marun has joined #openstack-dev | 21:05 | |
topol | bknudson, my guess is it will arive tomorrow or mon. I sent it Tuesday. Will come from NC | 21:05 |
*** yamahata has quit IRC | 21:06 | |
*** dvarga has joined #openstack-dev | 21:07 | |
*** harlowja_away is now known as harlowja | 21:07 | |
*** vartom1111111116 has joined #openstack-dev | 21:07 | |
*** michchap has quit IRC | 21:08 | |
*** noslzzp has quit IRC | 21:08 | |
*** krotscheck has quit IRC | 21:10 | |
*** demontiesantos has quit IRC | 21:11 | |
*** praneshp has quit IRC | 21:11 | |
*** jcooley_ has joined #openstack-dev | 21:12 | |
*** yeylon_ has quit IRC | 21:12 | |
*** jcooley_ has quit IRC | 21:12 | |
*** noslzzp has joined #openstack-dev | 21:12 | |
*** bdpayne has quit IRC | 21:13 | |
morganfainberg | ayoung, community panel @ the summit sounds like a good idea | 21:13 |
*** topol has quit IRC | 21:14 | |
ayoung | "Meet the Key Stoners." | 21:14 |
lbragstad | bknudson: taking another look at this, the config generator is going to group opts for kds in here as well. thoughts? https://review.openstack.org/#/c/67595/1/etc/keystone.conf.sample | 21:15 |
*** praneshp has joined #openstack-dev | 21:15 | |
*** praneshp has quit IRC | 21:16 | |
bknudson | lbragstad: do we need separate config files for keystone and kds? | 21:16 |
lbragstad | right now they are separate | 21:16 |
ayoung | bknudson, yes | 21:16 |
lbragstad | https://github.com/openstack/keystone/blob/master/etc/kds.conf.sample#L11 | 21:16 |
ayoung | kds is going to split off from Keystone | 21:16 |
bknudson | lbragstad: let's keep them separate then... so having kds config options in keystone.conf is not correct. | 21:16 |
ayoung | very not correct | 21:16 |
lbragstad | ok, I can go through and mark those. | 21:17 |
bknudson | lbragstad: fix the config generator | 21:17 |
*** praneshp has joined #openstack-dev | 21:17 | |
bknudson | lbragstad: should be able to use the config generator to make the kds file too. | 21:17 |
*** bdpayne has joined #openstack-dev | 21:18 | |
bknudson | template-based catalogs seem to be broken now. | 21:21 |
dolphm | lbragstad: bknudson: ayoung: morganfainberg: i'm probably going to look into splitting kds into it's own repo next week, so we can ship icehouse without releasing them as a single thing, and have to support that for a year | 21:21 |
bknudson | dolphm: I think that's the way to go. | 21:22 |
ayoung | dolphm, ++++++ | 21:22 |
ayoung | plus | 21:22 |
*** dave_tucker_zzz is now known as dave_tucker | 21:22 | |
*** dprince has quit IRC | 21:22 | |
ayoung | dolphm, while you are at it, can you create its own api repo? | 21:22 |
*** ociuhandu_ has joined #openstack-dev | 21:22 | |
bknudson | I thought openstack was moving to a single api repo? | 21:23 |
ayoung | God I hope not | 21:23 |
*** jecarey has joined #openstack-dev | 21:23 | |
ayoung | bknudson, that would be a de zas ter | 21:23 |
dolphm | ayoung: sure | 21:23 |
ayoung | dolphm, ++ | 21:24 |
dolphm | bknudson: yeah, i wasn't a fan of that idea | 21:24 |
bknudson | dolphm: ayoung: reason you don't like single API repo? | 21:24 |
bknudson | not just because we've got middleware in there. | 21:24 |
*** djoreilly has joined #openstack-dev | 21:24 | |
ayoung | if you do a commit, and then you want to split it up into smaller pieces, how do you hold on to the commit message? Is there somewhere that it goes if you do git reset --soft HEAD~2 | 21:25 |
dolphm | bknudson: because we use ours differently than other projects, who couldn't care less about theirs | 21:25 |
ayoung | bknudson, I don't want non-core approving Keystone APIs | 21:25 |
*** ociuhandu_ has quit IRC | 21:26 | |
ayoung | http://koji.fedoraproject.org/koji/buildinfo?buildID=493718 Fedora is now packaging KDS | 21:26 |
dolphm | bknudson: there was another suggestion to move it into the project implementation repo, which i don't personally have an issue with... but it also eliminates the separation between api and implementation that the separate repos were originally intended to create, and it's a separation that we have fully utilized | 21:26 |
bknudson | dolphm: ayoung: would it be ok if there was a single API repo for the "boring" stuff (just wrappers around REST) and a separate one for "interesting" stuff? | 21:26 |
dolphm | i.e. swapping the implementation out for keystonelite during essex | 21:26 |
dolphm | bknudson: i'd like an openstack-api-conventions repo to dictate high level api design and consistency | 21:27 |
ayoung | bknudson, I could see a refactoring to a central set of coding standards for Writing APIs, but...it would be a bloodfest getting agreement | 21:27 |
*** mrodden1 is now known as mrodden | 21:27 | |
dolphm | ayoung: that's what gerrit is for | 21:28 |
ayoung | dolphm, Bloodfests in general? | 21:28 |
bknudson | LOL | 21:28 |
dolphm | ayoung: ... next on ESPN2 ... | 21:29 |
*** thuc has quit IRC | 21:29 | |
bknudson | you might get agreement that they're written in python. | 21:29 |
ayoung | bknudson, APIs no way | 21:29 |
ayoung | APIs are REST apis | 21:29 |
*** thuc has joined #openstack-dev | 21:30 | |
*** galstrom is now known as galstrom_zzz | 21:30 | |
*** colinmcnamara has joined #openstack-dev | 21:31 | |
bknudson | It would be nice if we could have a defined format for the error document | 21:31 |
*** amcrn_ has joined #openstack-dev | 21:31 | |
*** amcrn has quit IRC | 21:32 | |
*** amcrn_ is now known as amcrn | 21:32 | |
*** djoreilly has quit IRC | 21:32 | |
ayoung | I lied, Fedora not doing KDS yet. | 21:32 |
*** achampion has quit IRC | 21:32 | |
*** changbl has quit IRC | 21:33 | |
*** sgordon has quit IRC | 21:33 | |
*** ruhe is now known as _ruhe | 21:33 | |
*** mfink has joined #openstack-dev | 21:34 | |
lbragstad | dolphm: so, when you split KDS out into its own repo, we will be taking it all out of contrib right? | 21:34 |
*** thuc has quit IRC | 21:34 | |
ayoung | lbragstad, yep | 21:34 |
*** yeylon_ has joined #openstack-dev | 21:36 | |
*** thuc has joined #openstack-dev | 21:37 | |
*** csd_ has joined #openstack-dev | 21:37 | |
*** mikeoutland has joined #openstack-dev | 21:37 | |
openstackstatus | NOTICE: Zuul is ignoring some enqueue events; fix in progress | 21:39 |
*** ChanServ changes topic to "Zuul is ignoring some enqueue events; fix in progress" | 21:39 | |
*** ociuhandu_ has joined #openstack-dev | 21:39 | |
*** SergeyLukjanov is now known as SergeyLukjanov_ | 21:39 | |
dtroyer | stevemar: still having problems with OSC in DevStack? I just did this quickly and it seems happy: https://github.com/dtroyer/devstack/commit/7bf5f12d987d04c9d5b60fda2f2619757f940185 | 21:40 |
*** jasondotstar has quit IRC | 21:41 | |
*** tmclaugh[work] has quit IRC | 21:41 | |
*** romcheg has left #openstack-dev | 21:42 | |
*** mfink has quit IRC | 21:43 | |
*** teran has joined #openstack-dev | 21:43 | |
*** fpatwa has quit IRC | 21:43 | |
*** jdob has quit IRC | 21:43 | |
*** erkrnt has joined #openstack-dev | 21:46 | |
*** ociuhandu_ has quit IRC | 21:47 | |
*** sahid has quit IRC | 21:49 | |
*** sahid has joined #openstack-dev | 21:49 | |
*** silent-night has quit IRC | 21:51 | |
*** stevemar has quit IRC | 21:52 | |
openstackstatus | NOTICE: Zuul is restarting to pick up a bug fix | 21:55 |
*** ChanServ changes topic to "Zuul is restarting to pick up a bug fix" | 21:55 | |
*** gordc has quit IRC | 21:56 | |
*** epim has quit IRC | 21:59 | |
*** changbl has joined #openstack-dev | 21:59 | |
*** dave_tucker is now known as dave_tucker_zzz | 22:00 | |
*** praneshp has quit IRC | 22:00 | |
*** rods1 has quit IRC | 22:01 | |
*** julienvey_ has quit IRC | 22:01 | |
*** dave_tucker_zzz is now known as dave_tucker | 22:01 | |
*** sweston has joined #openstack-dev | 22:02 | |
*** sahid has quit IRC | 22:02 | |
*** sweston has quit IRC | 22:03 | |
*** jamespage_ has quit IRC | 22:03 | |
*** vartom1111111116 has quit IRC | 22:04 | |
*** michchap has joined #openstack-dev | 22:04 | |
*** pcm__ has quit IRC | 22:04 | |
*** michchap has quit IRC | 22:04 | |
*** julienvey_ has joined #openstack-dev | 22:04 | |
*** pcm_ has joined #openstack-dev | 22:04 | |
*** michchap has joined #openstack-dev | 22:04 | |
*** glenng has quit IRC | 22:06 | |
*** ArxCruz has quit IRC | 22:06 | |
*** benrodrigue has quit IRC | 22:06 | |
*** artom has quit IRC | 22:07 | |
*** praneshp has joined #openstack-dev | 22:08 | |
*** shardy is now known as shardy_afk | 22:08 | |
*** peristeri has quit IRC | 22:08 | |
*** benrodrigue has joined #openstack-dev | 22:09 | |
*** michchap has quit IRC | 22:09 | |
*** ArxCruz has joined #openstack-dev | 22:09 | |
*** xmltok has quit IRC | 22:10 | |
*** xmltok has joined #openstack-dev | 22:10 | |
*** dbalog has joined #openstack-dev | 22:10 | |
*** vladikr has quit IRC | 22:12 | |
*** rollerj has joined #openstack-dev | 22:12 | |
*** mfer has quit IRC | 22:13 | |
*** athomas has quit IRC | 22:14 | |
*** denis_makogon_ has quit IRC | 22:16 | |
*** changbl has quit IRC | 22:16 | |
*** yeylon_ has quit IRC | 22:17 | |
*** branen has quit IRC | 22:17 | |
*** willingc has quit IRC | 22:17 | |
*** hartsocks has joined #openstack-dev | 22:17 | |
*** jcooley_ has joined #openstack-dev | 22:19 | |
*** marun has quit IRC | 22:24 | |
*** fpatwa has joined #openstack-dev | 22:24 | |
*** armax has quit IRC | 22:24 | |
*** tongli has quit IRC | 22:26 | |
*** redhat has quit IRC | 22:26 | |
*** kevinconway has quit IRC | 22:26 | |
*** Makdaam_ has quit IRC | 22:27 | |
*** eglynn-afk has quit IRC | 22:28 | |
*** fpatwa has quit IRC | 22:28 | |
*** jcooley_ has quit IRC | 22:29 | |
*** doug-fish has quit IRC | 22:29 | |
*** Makdaam has joined #openstack-dev | 22:30 | |
*** changbl has joined #openstack-dev | 22:31 | |
*** willingc has joined #openstack-dev | 22:31 | |
*** willingc has quit IRC | 22:31 | |
*** gyee has joined #openstack-dev | 22:31 | |
*** willingc has joined #openstack-dev | 22:33 | |
*** bswartz has joined #openstack-dev | 22:34 | |
bknudson | morganfainberg: here's how messed up the tests are ... tox -e py27 keystone.tests.test_backend_kvs.KvsIdentity.test_user_crud | 22:35 |
bknudson | OperationalError: (OperationalError) no such table: credential u'DELETE FROM credential WHERE credential.user_id = ?' ('7e9a4df2bb7d482086022f46984f1c6b',) | 22:35 |
_cjones_ | Any Ceilometer people here today for a general question? I'm curious as to the status of Alarm/Alerting functionality in Ceilometer. | 22:35 |
*** ociuhandu_ has joined #openstack-dev | 22:36 | |
bknudson | The kvs identity tests need the database for credential stuff that happens. | 22:36 |
*** hartsocks has left #openstack-dev | 22:36 | |
*** ociuhandu_ has left #openstack-dev | 22:36 | |
*** kfox1111 has joined #openstack-dev | 22:36 | |
kfox1111 | What is the status of keystone groups in havana? | 22:37 |
kfox1111 | The keystone client doesn't seem to have commands to work with them. | 22:37 |
*** ijw has joined #openstack-dev | 22:37 | |
*** mrodden1 has joined #openstack-dev | 22:38 | |
*** READ10 has quit IRC | 22:38 | |
*** mrodden has quit IRC | 22:38 | |
*** tanisdl has quit IRC | 22:38 | |
*** cmyster has quit IRC | 22:39 | |
browne | kfox1111: the openstackclient has support for keystone groups | 22:39 |
*** jasdeepH has joined #openstack-dev | 22:39 | |
browne | openstackclient is to replace the nova, cinder, keystone, etc clients | 22:39 |
*** jasdeepH has quit IRC | 22:39 | |
*** nkinder has quit IRC | 22:39 | |
bknudson | NoReferencedTableError: Foreign key associated with column 'group.domain_id' could not find table 'domain' with which to generate a foreign key to target column 'id' | 22:41 |
*** praneshp has quit IRC | 22:41 | |
bknudson | tables in the identity backend are referencing tables in the assignment backend??? | 22:41 |
*** nkinder has joined #openstack-dev | 22:41 | |
*** giulivo has quit IRC | 22:41 | |
*** ijw has quit IRC | 22:42 | |
lbragstad | bknudson: about the config generator stuff, I still have to do some investigating, but it doesn't pick up any of the config opts for keystone/common/config.py, which is pretty much everything for keystone | 22:42 |
lbragstad | since that is where the majority of the keystone config opts are.. | 22:43 |
bknudson | lbragstad: why not? | 22:43 |
lbragstad | bknudson: not sure, I have to dig into the tool a little more. Seems to pick up everything for keystone/openstack/common/* just fine, so everything we have in keystone from Oslo gets config opts generated. | 22:44 |
notmyname | ayoung: I just got a test-requirements update patch from jenkins (https://review.openstack.org/#/c/63714/). Why is the keystoneclient version bumped? | 22:44 |
*** mriedem has quit IRC | 22:46 | |
kfox1111 | browne: Cool. I'll give it a try. One other question. If you add roles to groups to users, does getting a role list for a user work properly in the v2 api too? | 22:46 |
browne | kfox1111: no, v2 api knows nothing about group role grants | 22:47 |
kfox1111 | bummer. ok, thanks. | 22:48 |
bknudson | notmyname: the tests for some projects were failing because of the change to the config options in the auth_token middleware. | 22:48 |
kfox1111 | hmm... If I get a token with the v2 api and pass it to a service configured to a v3 api, does the group role stuff work, or do I need to use the v3 api everywhere? | 22:49 |
bknudson | notmyname: https://bugs.launchpad.net/nova/+bug/1268614 | 22:49 |
*** praneshp has joined #openstack-dev | 22:50 | |
*** gsamfira has quit IRC | 22:50 | |
*** fpatwa has joined #openstack-dev | 22:50 | |
*** lbragstad has quit IRC | 22:51 | |
kfox1111 | just trying to figure out if I need to wait for icehouse before I can use it. | 22:52 |
*** epim has joined #openstack-dev | 22:52 | |
ayoung | notmyname, I no not. Git blame, and read the commit message | 22:53 |
notmyname | ayoung: thanks. looks like bknudson has the answer :-) | 22:54 |
kfox1111 | hmm... I'm not even sure what version cinder is using... | 22:54 |
*** crank has quit IRC | 22:56 | |
*** bdpayne_ has joined #openstack-dev | 22:56 | |
*** crank has joined #openstack-dev | 22:57 | |
*** bdpayne has quit IRC | 22:58 | |
*** CaptTofu has quit IRC | 22:58 | |
*** kbrierly has quit IRC | 22:58 | |
*** ChanServ changes topic to "OpenStack development || Support is in #openstack" | 22:58 | |
kfox1111 | Do you need to tell it a version, or does it guess based on stuff inside the token? | 22:59 |
*** armax has joined #openstack-dev | 23:01 | |
browne | kfox1111: i can't remember if intermixing token versions should work. | 23:01 |
flashgordon | harlowja: ping | 23:01 |
harlowja | flashgordon hi there | 23:01 |
flashgordon | so about https://review.openstack.org/#/c/68988/3/tools/fix-imports | 23:02 |
*** burt1 has quit IRC | 23:02 | |
harlowja | k | 23:02 |
flashgordon | besides thinking copyright ownership lines are silly | 23:02 |
harlowja | ya ya | 23:02 |
kfox1111 | ok. thanks. | 23:02 |
*** david-lyle has joined #openstack-dev | 23:02 | |
flashgordon | there isn't much value in hiding something like that patch in tools | 23:02 |
flashgordon | how is someone supposed to run it? | 23:02 |
*** bdpayne has joined #openstack-dev | 23:03 | |
*** ociuhandu_ has joined #openstack-dev | 23:04 | |
harlowja | download it? | 23:04 |
*** mikeoutland has quit IRC | 23:04 | |
*** AlexF_ has joined #openstack-dev | 23:04 | |
harlowja | flashgordon where should it go? | 23:04 |
*** bdpayne_ has quit IRC | 23:04 | |
*** mikeoutland has joined #openstack-dev | 23:04 | |
flashgordon | harlowja: download it bah | 23:04 |
flashgordon | the current workflow is: | 23:04 |
flashgordon | pip install hacking | 23:04 |
*** michchap has joined #openstack-dev | 23:04 | |
flashgordon | which gives you the flake8 binary | 23:05 |
*** michchap has quit IRC | 23:05 | |
harlowja | sure | 23:05 |
flashgordon | which does enforcment | 23:05 |
flashgordon | I see two options | 23:05 |
harlowja | to me its a nice helper tool | 23:05 |
flashgordon | 1) focus on import order and make hacking print out the full import ordering on any import failure | 23:05 |
*** michchap has joined #openstack-dev | 23:05 | |
flashgordon | harlowja: it is a nice helper tool but in a useless place | 23:05 |
*** nkinder has quit IRC | 23:05 | |
flashgordon | for the average dev | 23:05 |
harlowja | average dev not know how to download files?? ;) | 23:06 |
flashgordon | or 2) work on a full binary that get installed when doing 'pip install hacking' | 23:06 |
*** gongysh has joined #openstack-dev | 23:06 | |
*** erkrnt has quit IRC | 23:06 | |
flashgordon | that is something like https://pypi.python.org/pypi/autopep8/ | 23:06 |
flashgordon | tools is a ghetto for code | 23:06 |
flashgordon | 2nd class citizen and whatnot | 23:06 |
*** erkrnt has joined #openstack-dev | 23:07 | |
harlowja | sure, i'm fine with 2nd class, lol | 23:07 |
flashgordon | harlowja: I am not | 23:07 |
flashgordon | if we do this we do it right | 23:07 |
flashgordon | FWIW I agree that something like this is very useful and want to make sure its easily usable | 23:07 |
*** jergerber has quit IRC | 23:07 | |
harlowja | sure, but perfection doesn't come with first commit :-P | 23:07 |
flashgordon | true but a tools file | 23:08 |
*** vijendar has quit IRC | 23:08 | |
harlowja | ok, so should it go under somewhere else? | 23:08 |
flashgordon | a binary | 23:08 |
flashgordon | cmd | 23:08 |
harlowja | k | 23:08 |
flashgordon | and furthermore this should get a ML thread first | 23:08 |
*** vijendar has joined #openstack-dev | 23:09 | |
harlowja | really? | 23:09 |
flashgordon | if do a binary I think we should aim for autohacking | 23:09 |
*** browne has quit IRC | 23:09 | |
flashgordon | ala autopep8 | 23:09 |
flashgordon | limiting this to imports seems arbitrary .. not saying it must do all on first pass | 23:09 |
harlowja | that seems like a bigger goal, out of the scope i can devote to | 23:09 |
flashgordon | fair enough | 23:09 |
*** che-arne has joined #openstack-dev | 23:09 | |
*** tkay has quit IRC | 23:09 | |
flashgordon | thats why ML thread | 23:09 |
flashgordon | I wonder if we can do a autopep8 plugin or something like that | 23:09 |
flashgordon | etc | 23:09 |
*** tkay has joined #openstack-dev | 23:10 | |
*** michchap has quit IRC | 23:10 | |
harlowja | not sure, seems reasonable | 23:10 |
flashgordon | there are some design decisions that we need to sort through | 23:10 |
flashgordon | I have a hunch there is demand for this | 23:10 |
flashgordon | so I wanna lay a proper groudnwork for it | 23:10 |
harlowja | sure sure, don't overcomplicate it to much, it will just die as a baby if u do :-P | 23:10 |
flashgordon | first patch doesn't have to have everything in place but shoud go in right direction | 23:11 |
*** topol has joined #openstack-dev | 23:11 | |
*** jtomasek has quit IRC | 23:11 | |
flashgordon | harlowja: what am I overcomplecating? | 23:11 |
harlowja | i just am weary of to much groundwork == to much politics == nothing ever happens | 23:12 |
harlowja | thats all | 23:12 |
*** topol has quit IRC | 23:12 | |
flashgordon | harlowja: if you want to lay out the groundwork yourself (maybe just some notes in commit msg or w/e) Iam fine with that | 23:12 |
*** ociuhandu_ has quit IRC | 23:12 | |
flashgordon | thisseems too much like a one off script right now | 23:12 |
flashgordon | and I want a binary | 23:12 |
*** topol has joined #openstack-dev | 23:12 | |
harlowja | binary is fair i think | 23:12 |
flashgordon | with tests | 23:13 |
harlowja | sure | 23:13 |
*** michchap has joined #openstack-dev | 23:13 | |
harlowja | will do | 23:14 |
*** AlexF_ has quit IRC | 23:14 | |
flashgordon | harlowja: cool can you move that into a WIP | 23:14 |
harlowja | k | 23:14 |
flashgordon | so the ML thing is more of a heads up -doesn't have to be right away | 23:14 |
harlowja | np | 23:14 |
harlowja | i can send that out | 23:14 |
flashgordon | maybe when things are a little more solid, but I think others will help out | 23:14 |
harlowja | as long as it doesn't rathole (this seems to happen more often than not sometimes on the ML) | 23:14 |
harlowja | *makes me sad sometimes* | 23:15 |
harlowja | ha | 23:15 |
flashgordon | I would prefer an email that says: look at this cool thing Iam doing, anyone want to help future work. vs who do I do this | 23:15 |
harlowja | sgreed | 23:15 |
harlowja | *agreed | 23:15 |
flashgordon | so it doesn't rathole | 23:15 |
flashgordon | cool, thanks | 23:15 |
harlowja | np | 23:15 |
*** AlexF_ has joined #openstack-dev | 23:16 | |
*** andreaf has quit IRC | 23:17 | |
*** alexpilotti has quit IRC | 23:18 | |
kfox1111 | browne: I'm not seeing how to do the keystone group stuff in openstackclient. Know what the command looks like? | 23:19 |
*** morazi has quit IRC | 23:20 | |
*** AlexF_ has quit IRC | 23:21 | |
*** eharney has quit IRC | 23:25 | |
*** topol has quit IRC | 23:25 | |
*** Gordonz has quit IRC | 23:25 | |
flashgordon | harlowja: btw when I did the nova import ordering I wrote a script like that | 23:25 |
harlowja | :) | 23:25 |
flashgordon | and submitted some autowritten patches | 23:26 |
flashgordon | then I was afraid of autowritting patches and deleted the code | 23:26 |
harlowja | ;) | 23:26 |
flashgordon | it was scary to submit a few hundred lines that I didn't even write | 23:26 |
harlowja | ya, i can beleive that | 23:26 |
harlowja | to me i can never sometimes remember the ordering rules | 23:26 |
harlowja | so figure it out once, on failure, just run this :) | 23:27 |
harlowja | if i am having brainfart where i can't remember, lol | 23:27 |
*** doug_shelley66 has quit IRC | 23:27 | |
flashgordon | harlowja: you and me both | 23:27 |
_cjones_ | annegentle: I have some documentation on groups based on stuff that is on ayoungs blog. | 23:27 |
*** praneshp has quit IRC | 23:28 | |
*** doug_shelley66 has joined #openstack-dev | 23:28 | |
*** changbl has quit IRC | 23:28 | |
_cjones_ | s/groups/domains | 23:29 |
annegentle | _cjones_: want to just email it to me? | 23:29 |
annegentle | _cjones_: or are you patching | 23:29 |
*** epim has quit IRC | 23:30 | |
*** vijendar has quit IRC | 23:30 | |
*** vijendar has joined #openstack-dev | 23:30 | |
_cjones_ | annegentle: https://gist.github.com/badgerj/2a1d77349bb7784e54f2 | 23:30 |
*** vijendar has quit IRC | 23:31 | |
_cjones_ | It's a bit rough around the edges as I was just doing a POC here. If you don't mind, could you let me know of any mistakes, errors, ommisions if you go through the exercise? | 23:32 |
*** MarkAtwood_ has quit IRC | 23:32 | |
*** praneshp has joined #openstack-dev | 23:33 | |
*** julienvey_ has quit IRC | 23:33 | |
*** rods has joined #openstack-dev | 23:34 | |
annegentle | _cjones_: I thought v3 was available with grizzly, but probably no one ran it then | 23:35 |
*** bdpayne has quit IRC | 23:41 | |
*** dvarga is now known as dvarga|away | 23:42 | |
*** dvarga|away is now known as dvarga | 23:42 | |
*** fpatwa has quit IRC | 23:45 | |
*** dvarga is now known as dvarga|away | 23:47 | |
*** dvarga|away is now known as dvarga | 23:47 | |
*** faramir has joined #openstack-dev | 23:50 | |
morganfainberg | bknudson, hrm? | 23:51 |
kfox1111 | The v3 keystone api for adding a role to a project group does not seem to be working. its 404'ing. | 23:52 |
morganfainberg | bknudson, yes credential is _only_ sql. i am fairly certain i made it so we always loaded SQL for those. | 23:52 |
bknudson | morganfainberg: https://review.openstack.org/#/c/69065/ | 23:52 |
*** rnirmal has quit IRC | 23:52 | |
bknudson | morganfainberg: try running test_backend_kvs by itself... it doesn't load the database for the credentials backend. | 23:53 |
morganfainberg | bknudson, huh. you know i caught the restful ones. | 23:53 |
morganfainberg | bknudson, but missed the kvs specific one | 23:54 |
morganfainberg | bknudson, sorry :( | 23:54 |
morganfainberg | bknudson, yeah, i see it now. | 23:54 |
bknudson | morganfainberg: it's really any test that does load_backends... since that's going to load the credentials backend, too | 23:54 |
*** willingc has quit IRC | 23:54 | |
*** benrodrigue has quit IRC | 23:54 | |
morganfainberg | bknudson, aye. | 23:55 |
bknudson | morganfainberg: https://review.openstack.org/#/c/69065/ could probably use some more work if the rest tests are doing things correctly already. | 23:55 |
*** sjmc7 has quit IRC | 23:55 | |
morganfainberg | bknudson, i think we'll catch that cleanup as we stop calling load_backends more than once | 23:55 |
*** dvarga is now known as dvarga|away | 23:55 | |
*** dvarga|away is now known as dvarga | 23:55 | |
morganfainberg | bknudson, we really should be calling load_backends a single time, once per test. | 23:55 |
morganfainberg | bknudson, at that point you could ensure that all the deps are loaded as expected (inc. credential sql) | 23:56 |
morganfainberg | bknudson, right now i can't seem to resolve the issues with loading plugins the way we discussed yesterday | 23:56 |
bknudson | morganfainberg: I don't think the kvs tests call load_backends more than once... but the fixes to make sure that it's only called once will make things a lot cleaner. | 23:57 |
morganfainberg | bknudson, load_backends isn't called in all cases is the issue | 23:57 |
bknudson | morganfainberg: yikes! | 23:57 |
*** xchu has joined #openstack-dev | 23:57 | |
morganfainberg | bknudson, yeah. it's part of what i'm trying to resolve with the "call it once, and only once" | 23:58 |
*** ociuhandu_ has joined #openstack-dev | 23:58 | |
morganfainberg | basically, throw an exception if it is called more than once or if it wasn't called | 23:58 |
*** praneshp has quit IRC | 23:58 | |
*** dvarga has quit IRC | 23:58 | |
*** tdruiva has joined #openstack-dev | 23:59 | |
morganfainberg | bknudson, but i need to solve this auth plugin thing first so i can move on to cleaning up config files in tests and then LDAP and then finally load_backends. | 23:59 |
*** ctracey is now known as ctracey|away | 23:59 | |
morganfainberg | bknudson, though... maybe i could just shuffle around the ldap tests so config changes (file changes) always occur in setUp() to get to the one use load_backends earlier | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!