*** dkehn__ is now known as dkehn_ | 00:00 | |
*** mrodden has quit IRC | 00:01 | |
*** dkranz has quit IRC | 00:03 | |
*** gaelL has joined #openstack-dev | 00:04 | |
*** topol has joined #openstack-dev | 00:05 | |
*** tdruiva_ has joined #openstack-dev | 00:05 | |
*** gordc has quit IRC | 00:06 | |
*** mlavalle has quit IRC | 00:06 | |
samuelqueiroz | ayoung, I'm using Keystone a customized policy.json file | 00:06 |
---|---|---|
samuelqueiroz | I just would like to know if it's possible to make a rule defining that an optional filter should be used. For instance, I'd like to allow project admins to list all users filtered by his domain | 00:06 |
*** tanisdl_ has joined #openstack-dev | 00:06 | |
*** dkehn has joined #openstack-dev | 00:07 | |
samuelqueiroz | I dont know if its possible to get an URL param inside the policy :/ | 00:07 |
ayoung | samuelqueiroz, hmmm | 00:07 |
ayoung | I think it is | 00:07 |
*** neelashah has quit IRC | 00:08 | |
*** colinmcnamara has quit IRC | 00:08 | |
*** tdruiva has quit IRC | 00:08 | |
*** dkehn_ has quit IRC | 00:09 | |
*** dkehn is now known as dkehn_ | 00:09 | |
*** harlowja is now known as harlowja_away | 00:09 | |
*** dkehn_ has quit IRC | 00:09 | |
ayoung | samuelqueiroz, look at the code in keystone/common/controller.py | 00:10 |
*** lyle has quit IRC | 00:10 | |
*** tanisdl has quit IRC | 00:10 | |
*** tanisdl_ is now known as tanisdl | 00:10 | |
ayoung | filterprotected | 00:10 |
ayoung | it builds things out of the filter | 00:10 |
*** dkehn_ has joined #openstack-dev | 00:10 | |
samuelqueiroz | ayoung, ok. I'm gonna take a look at this... | 00:10 |
samuelqueiroz | do u know if there is a grammar for the policy we use on keystone? | 00:11 |
ayoung | samuelqueiroz, we do "fallten" which turns things into dotted notation, and it looks like the filter would be in "query_string" | 00:11 |
ayoung | so I am guessing you need a policy rule with query_string.domain | 00:11 |
ayoung | ah wait, no, query_string is chopped out, so it would be just domain | 00:12 |
ayoung | samuelqueiroz, it is, how do you say, organic? | 00:12 |
*** lyle has joined #openstack-dev | 00:12 | |
*** edmund has quit IRC | 00:13 | |
*** tdruiva_ has quit IRC | 00:13 | |
*** ayoung is now known as ayoung-dinner | 00:13 | |
samuelqueiroz | ayoung, so should it be something like domain_id:%(domain_id)s? | 00:14 |
*** mlegault has joined #openstack-dev | 00:14 | |
samuelqueiroz | ayoung, oh.. dinner :) Bon Appetit | 00:14 |
*** doug-fish has quit IRC | 00:14 | |
*** mlegault_ has joined #openstack-dev | 00:15 | |
*** romcheg1 has quit IRC | 00:15 | |
*** kbrierly has quit IRC | 00:17 | |
*** mlegault has quit IRC | 00:18 | |
*** kamalic2 has joined #openstack-dev | 00:20 | |
*** ijw has quit IRC | 00:21 | |
*** sn6i23a has quit IRC | 00:22 | |
*** kamalic2 has quit IRC | 00:23 | |
*** hemna_ is now known as hemnafk | 00:23 | |
*** dkehn__ has joined #openstack-dev | 00:23 | |
* morganfainberg is back | 00:25 | |
*** ijw_ has joined #openstack-dev | 00:25 | |
*** carl_baldwin has quit IRC | 00:25 | |
*** mrodden has joined #openstack-dev | 00:25 | |
*** krtaylor has joined #openstack-dev | 00:25 | |
morganfainberg | dolphm, ping | 00:25 |
*** dkehn__ has quit IRC | 00:26 | |
*** dkehn_ has quit IRC | 00:26 | |
*** FunnyLookinHat has quit IRC | 00:26 | |
*** dkehn__ has joined #openstack-dev | 00:27 | |
*** MaxV has quit IRC | 00:27 | |
dstanek | morganfainberg: ha, i have a fix for https://bugs.launchpad.net/keystone/+bug/1265071 | 00:28 |
uvirtbot | Launchpad bug 1265071 in keystone "extra column is required for new models, otherwise unit tests fail" [Low,Triaged] | 00:28 |
dstanek | morganfainberg: i didn't realize that there was a bug for it already | 00:29 |
morganfainberg | dstanek, nice | 00:29 |
morganfainberg | dstanek, yeah had jay open that up earlier | 00:29 |
dstanek | morganfainberg: just needs to write some tests to isolate its behavior | 00:31 |
morganfainberg | so now a challenge | 00:33 |
*** buzztroll has quit IRC | 00:33 | |
*** buzztroll has joined #openstack-dev | 00:33 | |
*** marcoemorais has quit IRC | 00:33 | |
morganfainberg | ... i have to build code that assumes we have the dogpile changes and the revocation event changes | 00:33 |
morganfainberg | dstanek, any advice? | 00:33 |
morganfainberg | dstanek, i really don't want to make changes assuming the dogpile stuff doesn't go in. it's a lot more work than after dogpile. | 00:33 |
*** marcoemorais has joined #openstack-dev | 00:34 | |
morganfainberg | but... serializing ayoung's code behind mine (or vice versa) would be painful | 00:34 |
morganfainberg | I guess i could just base it on ayoungs and if mine goes in, update it. | 00:34 |
*** sushils has quit IRC | 00:34 | |
*** jf-jenni has quit IRC | 00:37 | |
*** colinmcnamara has joined #openstack-dev | 00:39 | |
*** gokrokve_ has quit IRC | 00:41 | |
*** gokrokve has joined #openstack-dev | 00:41 | |
*** samuelqueiroz is now known as samuelqueiroz-af | 00:42 | |
*** jasdeepH has joined #openstack-dev | 00:42 | |
dstanek | morganfainberg: which reviews do you want in? are they close? | 00:43 |
morganfainberg | oh wait a sec... my important one is in! | 00:43 |
morganfainberg | hahaha | 00:43 |
morganfainberg | KVS tokens are already dogpile | 00:43 |
morganfainberg | dstanek, see this is what i get for not drinking earlier in the day ;) | 00:44 |
morganfainberg | dstanek, i mean.... >.> | 00:44 |
morganfainberg | dstanek, nvm, i was thinking memcache not kvs, and kvs is the important one here. -- actually... what am i thinking, who cares. | 00:44 |
morganfainberg | dstanek, i don't need token persistence...why do i care what driver is used. | 00:45 |
*** kgriffs is now known as kgriffs_afk | 00:45 | |
*** gokrokve has quit IRC | 00:45 | |
*** jasdeepH has quit IRC | 00:47 | |
*** yamahata has joined #openstack-dev | 00:49 | |
dstanek | morganfainberg: it's never too late to start drinking | 00:51 |
morganfainberg | dstanek, but the real questions is if it's too early | 00:51 |
ayoung-dinner | jamielennox, I'm still in kid mode...but https://review.openstack.org/#/c/73099/ is the start of inspecing the tokes. is_asn1_token will go as far as parsing the ASN 1 and returning it to auth_token. The next step is to dig in there for the signing info. I know you can find it by doing: decoded[0][1][-1][1] | 00:52 |
jamielennox | ayoung-dinner: we can talk about it later, i'm not particularly scared of ASN1 but i'm not sure how far we want to go down that path | 00:54 |
*** pmathews has quit IRC | 00:55 | |
*** ijw_ has quit IRC | 00:55 | |
*** ijw has joined #openstack-dev | 00:56 | |
*** jckasper has joined #openstack-dev | 00:56 | |
*** xmltok has quit IRC | 00:57 | |
*** david-lyle has joined #openstack-dev | 00:58 | |
*** ayoung-dinner is now known as ayoung | 00:58 | |
*** rcleere has quit IRC | 00:59 | |
ayoung | jamielennox, there are better ways to parse it than that. The format is pretty fixed by CMS, so the navigation is pretty straight forward. | 00:59 |
ayoung | THe trick is going to be to use the signer data to fetch the certificate from Keystone | 00:59 |
*** tsekiyam_ has joined #openstack-dev | 00:59 | |
jamielennox | ayoung: so what are you trying to do within asn1? | 01:00 |
ayoung | just read out one field. If tokens can be signed by multiple sources, we want to knw which before calling openssl cms to validate it | 01:00 |
*** ijw has quit IRC | 01:00 | |
jamielennox | ayoung: yea, that should be fairly safe | 01:00 |
jamielennox | pity we hae to do it this way | 01:01 |
jamielennox | have you had much of a look at the cryptography library that the barbican guys started | 01:01 |
ayoung | jamielennox, not yet | 01:01 |
jamielennox | ayoung: it's interesting - they haven't gotten far yet | 01:02 |
*** mgagne has quit IRC | 01:02 | |
jamielennox | i think it's worth getting involved in, probably jdennis | 01:02 |
ayoung | I'd almost be tempted to resurrect M2Crypto and get support for that | 01:02 |
ayoung | seems strange to start from ground 0 | 01:02 |
ayoung | but I have not worked with M2, maybe I would hate it | 01:02 |
jamielennox | ayoung: i think the point is to start at ground 0 | 01:03 |
ayoung | NIH? | 01:03 |
morganfainberg | ayoung, m2 wasn't ever "good" it did the job | 01:03 |
jamielennox | not to be bound by primatives from either openssl or nss or other | 01:03 |
*** IanGovett1 has quit IRC | 01:03 | |
*** tsekiyama has quit IRC | 01:03 | |
morganfainberg | and since it isn't py3 etc, and needs a lot of love, why not start over and | 01:03 |
ayoung | I'd be OK with making NSS "look like" openssl | 01:03 |
morganfainberg | capture modern usecases, and possibly more flexibility | 01:03 |
jamielennox | i didn't do much with M2 but it still backed onto openssl and inherrited things from that | 01:04 |
ayoung | its the crypto side I'm worried about, not the Python, but, sure. | 01:04 |
morganfainberg | if m2 had been maintained, i think it would be a different storry | 01:04 |
*** tsekiyam_ has quit IRC | 01:04 | |
jamielennox | i do miss having a full crypto library | 01:04 |
morganfainberg | jamielennox, ++ | 01:04 |
ayoung | according to gyee HP is maintaining it...but I think they are being evil and not sharing. | 01:04 |
*** jhesketh_ has quit IRC | 01:04 | |
ayoung | ++ | 01:04 |
morganfainberg | "maintaining it" | 01:04 |
*** bhuvan has joined #openstack-dev | 01:05 | |
*** tanisdl has quit IRC | 01:06 | |
jamielennox | anyway i was thinking it'd be good to put some proper CMS work into a crypto library but the cryptography library is a long way from that | 01:06 |
gyee | ayoung, say what? | 01:07 |
*** stevemar has joined #openstack-dev | 01:07 | |
ayoung | gyee, you claim you gusy are supporting M2 crypto | 01:07 |
ayoung | is that true? And if so, where's the code | 01:07 |
gyee | m2 code is out there | 01:07 |
*** pixelb has joined #openstack-dev | 01:08 | |
ayoung | gyee, are youguys actively supporting it? | 01:08 |
gyee | https://pypi.python.org/pypi/M2Crypto | 01:08 |
gyee | ayoung, not me, but I can do bug fixes if needed | 01:08 |
morganfainberg | gyee, is it moving towards py33 compatibility? last i heard "maintained" was in big air quotes | 01:09 |
morganfainberg | etc | 01:09 |
dstufft | uh | 01:09 |
ayoung | https://github.com/martinpaljak/M2Crypto/commits/master been a flury of activity this month, but before that,nothing since April | 01:09 |
dstufft | M2Crypto is being maintained? | 01:09 |
dstufft | last I tried it didn't even build against a recent openssl | 01:09 |
morganfainberg | dstufft, ++ | 01:09 |
gyee | its in github so | 01:10 |
gyee | we all can maintain it | 01:10 |
ayoung | before that jan..and then a year before that.... | 01:10 |
ayoung | gyee, question is do we want to? | 01:10 |
gyee | it hasn't been maintained in a long while | 01:10 |
morganfainberg | gyee, but that isn't effective for use in say openstack | 01:10 |
dstufft | oh wow, it's even had a release on M2Crpyto | 01:10 |
dstufft | er | 01:10 |
dstufft | on PyPI | 01:10 |
dstanek | dolphm: it seems like the gate hates me today | 01:10 |
morganfainberg | it would need to be released, and seriously maintained. | 01:10 |
dstufft | tbh M2Crypto is way less interesting than cryptography.io for me ;) | 01:10 |
morganfainberg | dstufft, sure. | 01:11 |
gyee | morganfainberg, ayoung, I am OK with nss if redhat wants to maintain it :) | 01:11 |
*** bhuvan_ has joined #openstack-dev | 01:11 | |
*** bhuvan has quit IRC | 01:11 | |
gyee | I was a bouncycastle fan during my java days | 01:11 |
ayoung | gyee, we have been. jdennis is the maintainer. But NSS is a PITA to work with, in C or in Python | 01:11 |
*** david-lyle has quit IRC | 01:11 | |
gyee | unfortunately they don't do python | 01:11 |
morganfainberg | gyee, convince them to do python. duh | 01:12 |
morganfainberg | gyee, ;) | 01:12 |
ayoung | we already started with openssl, too....suspect that much of the world would want to stay with that. | 01:12 |
gyee | ayoung, yeah, I did tried nss | 01:12 |
gyee | problem with nss is that they are using C paradigm | 01:13 |
gyee | like setup, do_encrypt, finalize | 01:13 |
gyee | every single operation consist of multiple steps | 01:14 |
*** jckasper_ has joined #openstack-dev | 01:15 | |
*** jckasper has quit IRC | 01:15 | |
*** jckasper_ has quit IRC | 01:15 | |
*** novas0x2a|laptop has joined #openstack-dev | 01:15 | |
*** ijw has joined #openstack-dev | 01:16 | |
gyee | morganfainberg, ayoung, I think there's a bug in ec2 impl | 01:16 |
ayoung | gyee, I'll agree that there are isues there.... | 01:16 |
ayoung | gyee, I think ec2 is a bug | 01:16 |
morganfainberg | gyee, whats the bug? | 01:17 |
gyee | its setting the trust_id but it doesn't filter trusted roles | 01:17 |
*** dkehn_ has joined #openstack-dev | 01:17 | |
morganfainberg | ayoung, ++ | 01:17 |
gyee | if I am reading the code correctly | 01:17 |
morganfainberg | gyee, oh and using ec2 in V3 = bad idea right now | 01:17 |
gyee | if the ec2 key is scoped to a project, it gets all the roles assigned for that project | 01:17 |
morganfainberg | so i hope you're using it in v2 | 01:18 |
*** prad__ has quit IRC | 01:18 | |
gyee | but if trust_id is in the blog, it just sets it | 01:18 |
*** alexpilotti has quit IRC | 01:18 | |
gyee | no trusted role filtering | 01:18 |
gyee | morganfainberg, problem exist in both v2 and v3 I think | 01:18 |
morganfainberg | gyee, it will | 01:18 |
morganfainberg | gyee, it uses the same code | 01:18 |
gyee | unless you fixed it in your latest patch | 01:18 |
morganfainberg | gyee, in fact... v3 issues a v2 token | 01:19 |
*** pablosan has quit IRC | 01:19 | |
morganfainberg | until https://review.openstack.org/#/c/70631/ lands | 01:19 |
gyee | morganfainberg, uh oh :) | 01:19 |
*** dkehn_ has quit IRC | 01:19 | |
*** dkehn_ has joined #openstack-dev | 01:20 | |
*** tkay has joined #openstack-dev | 01:20 | |
morganfainberg | not sure, but we may want to make it so we can't wedge v2 controllers into v3 pipeline (etc going forward) | 01:20 |
*** dkehn__ has quit IRC | 01:20 | |
morganfainberg | as in the code says "what are you doing?!?!!!" | 01:20 |
*** ijw has quit IRC | 01:20 | |
*** browne has quit IRC | 01:20 | |
gyee | morganfainberg, I am making a ton of changes in the middleware side right now | 01:20 |
gyee | the more I dig into them the more freighten I am | 01:21 |
morganfainberg | gyee, lol | 01:21 |
morganfainberg | gyee, fun times | 01:21 |
*** ijw has joined #openstack-dev | 01:21 | |
gyee | s3 was even more crazy, especially the reseller part | 01:21 |
gyee | we are doing straight impersonation in s3 middleware | 01:21 |
gyee | anyway, coffee time cause I got a massive headache right now | 01:23 |
ayoung | joy | 01:23 |
*** mikeoutland has quit IRC | 01:24 | |
*** pixelb has quit IRC | 01:25 | |
*** ijw has quit IRC | 01:25 | |
*** yaguang has joined #openstack-dev | 01:31 | |
*** alop has quit IRC | 01:31 | |
*** atiwari has quit IRC | 01:34 | |
*** vkmc has quit IRC | 01:37 | |
morganfainberg | ayoung, quick question, ephemeral tokens -> new driver for persistence or token config option that overrides the driver completely | 01:38 |
morganfainberg | ayoung, leaning towards the latter | 01:38 |
ayoung | neither | 01:38 |
ayoung | pipeline component that we can remove | 01:38 |
morganfainberg | ayoung, for Icehouse | 01:38 |
*** mgagne has joined #openstack-dev | 01:38 | |
ayoung | yeah, yeah | 01:38 |
morganfainberg | ayoung, we're not going to have a pipeline till juno | 01:39 |
*** xuhanp has joined #openstack-dev | 01:39 | |
*** marcoemorais has quit IRC | 01:39 | |
ayoung | heh.....lemme think, | 01:39 |
ayoung | the pki provider has the small extension that does the signing, the rest is in the base class | 01:39 |
ayoung | we want to break the persistance logic out from the base class and make it optional | 01:40 |
*** david-lyle has joined #openstack-dev | 01:40 | |
ayoung | so..I would say that is the driver... | 01:40 |
morganfainberg | ayoung, sure. so you just say use ephemeral driver? | 01:40 |
ayoung | persisted_pki driver versus ephemeral pki driver | 01:40 |
ayoung | yeah | 01:40 |
morganfainberg | ayoung, hm. | 01:41 |
*** marcoemorais has joined #openstack-dev | 01:41 | |
ayoung | but the driver itself should be the start of the pipeline | 01:41 |
ayoung | it should just link in the pieces that do the real work | 01:41 |
morganfainberg | ayoung, the only reason i was thinking just a token option is that looking at it... there is no reason to keep anything in token.core.Driver (tbh) if it's ephemeral | 01:41 |
ayoung | those objects can continue to live in common | 01:41 |
*** colinmcnamara has quit IRC | 01:41 | |
morganfainberg | the provider stuff is largely going to be the same minus a couple minor things | 01:42 |
morganfainberg | validate/check | 01:42 |
ayoung | token driver will be unused | 01:42 |
morganfainberg | not minor.. isolated | 01:42 |
morganfainberg | ayoung, ok got it. | 01:42 |
ayoung | lets isolate the changes in provider only for now | 01:42 |
ayoung | this rocks | 01:42 |
morganfainberg | ayoung, :) | 01:43 |
*** harlowja_away is now known as harlowja | 01:43 | |
morganfainberg | ayoung, i think i'm going to create a stub driver for the token backend so i can raise NotImplemented if we use the emphemeral provider | 01:44 |
ayoung | morganfainberg, ++ | 01:44 |
morganfainberg | ayoung, just so it's explicitly raised rather than eaten | 01:44 |
ayoung | you don't need to implement | 01:44 |
ayoung | just use the base class | 01:44 |
morganfainberg | ayoung, abc class | 01:44 |
morganfainberg | need to implement | 01:44 |
morganfainberg | can't instantiate it w/o subclassing | 01:45 |
ayoung | AHHHH | 01:45 |
ayoung | why did you dothat! | 01:45 |
ayoung | heh | 01:45 |
morganfainberg | LOL | 01:45 |
*** marcoemorais has quit IRC | 01:45 | |
*** bdpayne has quit IRC | 01:45 | |
ayoung | morganfainberg, please don't tell me you need to explicitly implement each method just to raise "not implemented" | 01:46 |
morganfainberg | ayoung, yep. | 01:46 |
ayoung | drop the ABC stuff | 01:46 |
morganfainberg | ayoung, negative. | 01:46 |
ayoung | drop it for Token only | 01:46 |
ayoung | its going to go away anyways | 01:46 |
morganfainberg | ayoung, it is better to have a stub that passes through not implemented as long as we support implemented versions | 01:46 |
*** marcoemorais has joined #openstack-dev | 01:47 | |
morganfainberg | ayoung, when we remove the token driver persisitence (deprecate it) sure | 01:47 |
*** praneshp has joined #openstack-dev | 01:47 | |
ayoung | what does ABC buy us? | 01:47 |
morganfainberg | ayoung, but i don't want to let classes be instantiated w/o the methods on them until then. | 01:47 |
ayoung | why not | 01:47 |
morganfainberg | ayoung, early detection of forgotten methods (instantiation time) vs. an error somewhere down the line at runtime | 01:47 |
ayoung | if we didn't have a hefty body of unit tests, and this was new code, I would be right there | 01:48 |
morganfainberg | ayoung, it's for people implementing their own drivers not really buying us much in-tree (a little, but not a lot) | 01:48 |
ayoung | they can sideslip by not extending the base class anyway | 01:48 |
ayoung | kill it for Token | 01:48 |
morganfainberg | ayoung, again, nope. | 01:48 |
ayoung | KILL IT | 01:48 |
ayoung | DIE DIE DIE | 01:48 |
morganfainberg | ayoung, -2 | 01:48 |
ayoung | Sorry, we still talking code? | 01:48 |
morganfainberg | ayoung, lol wut? | 01:49 |
morganfainberg | >.> | 01:49 |
morganfainberg | anyway | 01:49 |
ayoung | lemme see the interface | 01:49 |
*** kobier has quit IRC | 01:49 | |
morganfainberg | ugh, i gotta leave in like 20 mins. | 01:50 |
morganfainberg | might need to continue this discussion tomorrow | 01:50 |
*** alexpilotti has joined #openstack-dev | 01:50 | |
stevemar | ayoung, morganfainberg, bknudson feel like actually gating on doc errors :P https://review.openstack.org/#/c/73072/ | 01:50 |
ayoung | why does delete_tokens in the base case have an implementation...that should fail in the unit test that checks that baseclasses are abstract...unless someone removed that ... | 01:50 |
*** dbalog has left #openstack-dev | 01:51 | |
*** gongysh has joined #openstack-dev | 01:51 | |
morganfainberg | ayoung, because ABC lets you do super(), it's that most drivers do not need a seperate implementation | 01:51 |
*** zul has joined #openstack-dev | 01:51 | |
morganfainberg | but the developer needs to be aware that some drivers might benefit from it (e.g. sql) | 01:51 |
morganfainberg | must subclass it, might just call super() or do something and then call super() | 01:52 |
morganfainberg | might completely override it | 01:52 |
*** ykhodork has joined #openstack-dev | 01:52 | |
*** _cjones_ has quit IRC | 01:53 | |
ayoung | you broke the contract. You broke the unwritten law....you ratted on a friend | 01:53 |
*** ijw has joined #openstack-dev | 01:53 | |
ayoung | I'm not really buying it. I mean, I'm all for type safety and all of that, but this feels like a day late and a dollar short. And we are just going to work around it anyway.... | 01:54 |
ayoung | but, hey, 'salright....not going to hold things up over it | 01:54 |
morganfainberg | ayoung, hehe, we've had people explicitly ask for a consistent list of "must be implemented methods" | 01:54 |
morganfainberg | ayoung, when it comes to drivers, abc is the best appraoch | 01:54 |
*** marcoemorais has quit IRC | 01:55 | |
morganfainberg | ayoung, when we deprecate token persistence, abc can go on token imo | 01:55 |
*** kgriffs_afk is now known as kgriffs | 01:55 | |
ayoung | the Driver should be the "must be implemented" methods. | 01:55 |
ayoung | there should not be logic in the driver, but only in the manager | 01:56 |
ayoung | its like code in an interface | 01:56 |
morganfainberg | ayoung, sure, but this will give someone an error when they try and instantiate it. | 01:56 |
morganfainberg | ayoung, rather than just going "oh instantiate"... run run run run .. ERROR | 01:56 |
ayoung | morganfainberg, python doesn't do that. like, anywhere, I miss type safety so much I can taste it, but...its like its in one small corner and its getting in the way | 01:57 |
ayoung | yeah, you pretty much just described Python | 01:57 |
morganfainberg | ayoung, and if we can be nicer (even slightly) to people who are developing, we should be | 01:57 |
morganfainberg | ayoung, it is a minor (at worse) inconvienence for us, and it makes people developing for their own uses a good deal happier. it's a win in my book | 01:58 |
ayoung | yeha | 01:58 |
morganfainberg | ugh, i kinda wanna smush token and token provider. | 01:59 |
ayoung | nope | 01:59 |
morganfainberg | not doing that | 01:59 |
*** ramishra has joined #openstack-dev | 01:59 | |
morganfainberg | no | 01:59 |
morganfainberg | but i'd like to. | 01:59 |
morganfainberg | :P | 01:59 |
*** tkay has quit IRC | 01:59 | |
ayoung | leave token alone and provider will eventually become pipeline | 01:59 |
morganfainberg | ayoung, that is the plan. doesn't mean i don't want to make it all one thing again. | 02:00 |
*** nosnos has joined #openstack-dev | 02:00 | |
morganfainberg | ayoung, :P | 02:00 |
ayoung | smash all the things! | 02:00 |
*** neelashah has joined #openstack-dev | 02:00 | |
morganfainberg | ayoung, ++ | 02:00 |
morganfainberg | oh .. look i'm gonna lose irc for a bit | 02:00 |
morganfainberg | my znc bouncer is going offline cause my server is going offline *mutter* | 02:01 |
morganfainberg | scheduled maintenance.... | 02:01 |
*** byeager has joined #openstack-dev | 02:01 | |
morganfainberg | anyway.. catch ya tomorrow | 02:01 |
morganfainberg | ayoung, ^ | 02:01 |
ayoung | gnight | 02:02 |
*** morganfainberg has quit IRC | 02:02 | |
*** dzimine has joined #openstack-dev | 02:02 | |
bknudson | stevemar: does https://review.openstack.org/#/c/73072/ fix the problem with https://review.openstack.org/#/c/72492/ | 02:05 |
*** newell has quit IRC | 02:06 | |
stevemar | bknudson, i believe so | 02:06 |
bknudson | stevemar: we don't need to guess.. can rebase it. | 02:06 |
stevemar | bknudson, i'm very sure it does. | 02:07 |
stevemar | it pulls in the same changes | 02:07 |
*** salv-orlando_ has joined #openstack-dev | 02:07 | |
*** mulcahey has joined #openstack-dev | 02:07 | |
*** novas0x2a|laptop has quit IRC | 02:08 | |
stevemar | bknudson, if you want to be super cautious, i can remove those changes, but it should resolve the same thing. | 02:08 |
bknudson | stevemar: so https://review.openstack.org/#/c/73072/ means we don't need to do https://review.openstack.org/#/c/72492/ ? | 02:08 |
* stevemar nods | 02:08 | |
bknudson | seems kind of mean to take someone's change and make it your own | 02:08 |
*** sarob has quit IRC | 02:08 | |
*** giroro_ has joined #openstack-dev | 02:09 | |
stevemar | bknudson, alright, i can change it up | 02:09 |
*** byeager has quit IRC | 02:09 | |
bknudson | maybe he doesn't mind | 02:09 |
*** irenab_ has joined #openstack-dev | 02:09 | |
*** sarob has joined #openstack-dev | 02:09 | |
*** sballe_ has joined #openstack-dev | 02:09 | |
*** melodous_away has joined #openstack-dev | 02:10 | |
*** mkerrin1 has joined #openstack-dev | 02:10 | |
*** tellesnobrega1 has joined #openstack-dev | 02:10 | |
*** tsekiyama has joined #openstack-dev | 02:10 | |
*** crandquist has joined #openstack-dev | 02:10 | |
*** amotoki__ has joined #openstack-dev | 02:10 | |
*** godara has quit IRC | 02:11 | |
*** haomaiwa_ has joined #openstack-dev | 02:11 | |
*** avishay_ has joined #openstack-dev | 02:11 | |
*** jecarey_ has joined #openstack-dev | 02:11 | |
*** ramishra_ has joined #openstack-dev | 02:11 | |
*** lbragstad_1 has joined #openstack-dev | 02:12 | |
*** pcm__ has joined #openstack-dev | 02:12 | |
*** huats_ has joined #openstack-dev | 02:12 | |
*** huats_ has quit IRC | 02:12 | |
*** huats_ has joined #openstack-dev | 02:12 | |
*** ctlaugh_ has joined #openstack-dev | 02:12 | |
*** mtaylor has joined #openstack-dev | 02:13 | |
*** harlowja_ has joined #openstack-dev | 02:13 | |
*** locke105 has quit IRC | 02:13 | |
*** SergeyLukjanov has quit IRC | 02:13 | |
*** sc68cal has quit IRC | 02:13 | |
*** xarg__ has joined #openstack-dev | 02:13 | |
*** byeager has joined #openstack-dev | 02:13 | |
*** kenperkins_ has joined #openstack-dev | 02:13 | |
*** Mandell_ has joined #openstack-dev | 02:13 | |
*** sarob has quit IRC | 02:14 | |
*** kris_ha has joined #openstack-dev | 02:14 | |
*** dzimine_ has joined #openstack-dev | 02:14 | |
*** francois_eleouet has joined #openstack-dev | 02:14 | |
*** cschwede_ has joined #openstack-dev | 02:14 | |
*** mikal_ has joined #openstack-dev | 02:14 | |
*** nelsnelson has quit IRC | 02:14 | |
*** DinaBelova_ has quit IRC | 02:14 | |
*** mikal has quit IRC | 02:14 | |
*** ogelbukh1 has joined #openstack-dev | 02:14 | |
*** tristanC_ has joined #openstack-dev | 02:14 | |
*** BLZbubba has quit IRC | 02:14 | |
*** neelashah1 has joined #openstack-dev | 02:14 | |
*** bnemec_ has joined #openstack-dev | 02:15 | |
*** cnesa2 has joined #openstack-dev | 02:15 | |
*** cfriesen__ has joined #openstack-dev | 02:15 | |
*** YorikSar_ has joined #openstack-dev | 02:15 | |
*** SergeyLukjanov has joined #openstack-dev | 02:15 | |
*** tellesnobrega has quit IRC | 02:15 | |
*** viktors has quit IRC | 02:15 | |
*** irenab has quit IRC | 02:15 | |
*** mkerrin has quit IRC | 02:15 | |
*** bhuvan_ has quit IRC | 02:15 | |
*** Ruetobas has quit IRC | 02:15 | |
*** amotoki_ has quit IRC | 02:15 | |
*** haomai___ has quit IRC | 02:15 | |
*** NikitaKonovalov has quit IRC | 02:15 | |
*** Nikolay_St has quit IRC | 02:15 | |
*** cgoncalves has quit IRC | 02:15 | |
*** ramishra has quit IRC | 02:15 | |
*** yaguang has quit IRC | 02:15 | |
*** avishay_away has quit IRC | 02:15 | |
*** jhesketh__ has quit IRC | 02:15 | |
*** nealph has quit IRC | 02:15 | |
*** arnaud has quit IRC | 02:15 | |
*** mordred has quit IRC | 02:15 | |
*** SpamapS has quit IRC | 02:15 | |
*** clayb has quit IRC | 02:15 | |
*** nebulta has quit IRC | 02:15 | |
*** salv-orlando has quit IRC | 02:15 | |
*** changbl has quit IRC | 02:15 | |
*** bnemec has quit IRC | 02:15 | |
*** russell_h has quit IRC | 02:15 | |
*** csaba|afk has quit IRC | 02:15 | |
*** Clabbe has quit IRC | 02:15 | |
*** ruhe has quit IRC | 02:15 | |
*** huats has quit IRC | 02:15 | |
*** xarg has quit IRC | 02:15 | |
*** morazi has quit IRC | 02:15 | |
*** nkinder has quit IRC | 02:15 | |
*** JStoker has quit IRC | 02:15 | |
*** L33 has quit IRC | 02:15 | |
*** gaelL has quit IRC | 02:15 | |
*** llu has quit IRC | 02:15 | |
*** JordanRinke_ has quit IRC | 02:15 | |
*** vladan has quit IRC | 02:15 | |
*** kin_ has quit IRC | 02:15 | |
*** haleyb has quit IRC | 02:15 | |
*** YorikSar has quit IRC | 02:15 | |
*** cfriesen_ has quit IRC | 02:15 | |
*** salv-orlando_ is now known as salv-orlando | 02:15 | |
*** xarg_ is now known as xarg | 02:15 | |
*** sgran has quit IRC | 02:15 | |
*** nosnos_ has joined #openstack-dev | 02:15 | |
*** melodous_away is now known as 45PAADNGR | 02:15 | |
*** arnaud has joined #openstack-dev | 02:15 | |
*** melodous_away has joined #openstack-dev | 02:15 | |
*** jpomero_ has joined #openstack-dev | 02:15 | |
*** xarg is now known as 17WAA24WL | 02:15 | |
*** xarg__ is now known as xarg | 02:15 | |
*** mlegault has joined #openstack-dev | 02:15 | |
*** changbl has joined #openstack-dev | 02:15 | |
*** davidlenwell_ has joined #openstack-dev | 02:15 | |
*** viktors has joined #openstack-dev | 02:16 | |
*** JStoker has joined #openstack-dev | 02:16 | |
*** max_lobur has joined #openstack-dev | 02:16 | |
*** dkehn__ has joined #openstack-dev | 02:16 | |
*** sc68cal has joined #openstack-dev | 02:16 | |
*** terry_howe has joined #openstack-dev | 02:16 | |
*** jecarey__ has joined #openstack-dev | 02:16 | |
*** gaelL has joined #openstack-dev | 02:16 | |
*** jhesketh has joined #openstack-dev | 02:16 | |
*** mkerrin has joined #openstack-dev | 02:16 | |
*** Nikolay_St has joined #openstack-dev | 02:17 | |
*** haleyb has joined #openstack-dev | 02:17 | |
*** L33 has joined #openstack-dev | 02:17 | |
*** jang1 has joined #openstack-dev | 02:17 | |
*** haomai___ has joined #openstack-dev | 02:17 | |
*** morazi has joined #openstack-dev | 02:17 | |
*** michchap_ has joined #openstack-dev | 02:17 | |
*** csaba|afk has joined #openstack-dev | 02:18 | |
*** Clabbe has joined #openstack-dev | 02:18 | |
*** Chaser_ has joined #openstack-dev | 02:18 | |
*** b3nt_pin has joined #openstack-dev | 02:18 | |
*** mlegault has quit IRC | 02:18 | |
*** stevemar has quit IRC | 02:18 | |
*** baoli has joined #openstack-dev | 02:18 | |
*** mrodden has quit IRC | 02:18 | |
*** nelsnelson has joined #openstack-dev | 02:18 | |
*** CaptTofu has quit IRC | 02:18 | |
*** max_lobur_afk has quit IRC | 02:18 | |
*** toanster has quit IRC | 02:18 | |
*** mlegault has joined #openstack-dev | 02:18 | |
*** mlegault_ has quit IRC | 02:18 | |
*** branen_ has joined #openstack-dev | 02:18 | |
*** rtheis has joined #openstack-dev | 02:18 | |
*** david-lyle has quit IRC | 02:18 | |
*** toanster has joined #openstack-dev | 02:18 | |
*** ytwu has quit IRC | 02:18 | |
*** dkehn_ has quit IRC | 02:18 | |
*** rtheis_ has quit IRC | 02:18 | |
*** esheffield has quit IRC | 02:18 | |
*** cgoncalv1s has joined #openstack-dev | 02:19 | |
*** mtreinish has quit IRC | 02:19 | |
*** cburgess has quit IRC | 02:19 | |
*** esmute has quit IRC | 02:19 | |
*** alexpilotti has quit IRC | 02:19 | |
*** yamahata has quit IRC | 02:19 | |
*** lyle has quit IRC | 02:19 | |
*** cnesa has quit IRC | 02:19 | |
*** doug_shelley66 has quit IRC | 02:19 | |
*** jecarey has quit IRC | 02:19 | |
*** martines has quit IRC | 02:19 | |
*** csd has quit IRC | 02:19 | |
*** Alexei_987 has quit IRC | 02:19 | |
*** kris_h has quit IRC | 02:19 | |
*** beagles has quit IRC | 02:19 | |
*** tqtran has quit IRC | 02:19 | |
*** alex_xu has quit IRC | 02:19 | |
*** gyee has quit IRC | 02:19 | |
*** ogelbukh has quit IRC | 02:19 | |
*** sballe has quit IRC | 02:19 | |
*** vladikr has quit IRC | 02:19 | |
*** Sumeniac has quit IRC | 02:19 | |
*** pcm_ has quit IRC | 02:19 | |
*** lbragstad_ has quit IRC | 02:19 | |
*** dshulyak has quit IRC | 02:19 | |
*** questionmask_ has quit IRC | 02:19 | |
*** harlowja has quit IRC | 02:19 | |
*** michchap has quit IRC | 02:19 | |
*** melodous has quit IRC | 02:19 | |
*** imcsk8 has quit IRC | 02:19 | |
*** tristanC has quit IRC | 02:19 | |
*** negronjl has quit IRC | 02:19 | |
*** feleouet has quit IRC | 02:19 | |
*** AMike has quit IRC | 02:19 | |
*** yamahata_ has quit IRC | 02:19 | |
*** mattymo has quit IRC | 02:19 | |
*** ctlaugh has quit IRC | 02:19 | |
*** creiht has quit IRC | 02:19 | |
*** cschwede has quit IRC | 02:19 | |
*** topol has quit IRC | 02:19 | |
*** dave_tucker_zzz is now known as dave_tucker | 02:19 | |
*** ytwu has joined #openstack-dev | 02:19 | |
*** dsirrine has joined #openstack-dev | 02:19 | |
*** RajeshMohan has quit IRC | 02:19 | |
*** lbragstad has joined #openstack-dev | 02:19 | |
*** gilliard has joined #openstack-dev | 02:19 | |
*** hashfail has quit IRC | 02:20 | |
*** lbragstad_ has joined #openstack-dev | 02:20 | |
*** gimps has joined #openstack-dev | 02:20 | |
*** gimps has quit IRC | 02:20 | |
*** gimps has joined #openstack-dev | 02:20 | |
*** ogelbukh1 has quit IRC | 02:20 | |
*** esmute has joined #openstack-dev | 02:22 | |
*** lbragstad_1 has quit IRC | 02:22 | |
*** jecarey_ has quit IRC | 02:22 | |
*** avishay_ has quit IRC | 02:22 | |
*** haomaiwa_ has quit IRC | 02:22 | |
*** tsekiyama has quit IRC | 02:22 | |
*** mkerrin1 has quit IRC | 02:22 | |
*** 45PAADNGR has quit IRC | 02:22 | |
*** dzimine has quit IRC | 02:22 | |
*** neelashah has quit IRC | 02:22 | |
*** nosnos has quit IRC | 02:22 | |
*** zul has quit IRC | 02:22 | |
*** xarses has quit IRC | 02:22 | |
*** Tross has quit IRC | 02:22 | |
*** Mandell has quit IRC | 02:22 | |
*** angdraug has quit IRC | 02:22 | |
*** kenperkins has quit IRC | 02:22 | |
*** spzala has quit IRC | 02:22 | |
*** branen has quit IRC | 02:22 | |
*** kmartin has quit IRC | 02:22 | |
*** gilliard_ has quit IRC | 02:22 | |
*** davidlenwell has quit IRC | 02:22 | |
*** jpomero has quit IRC | 02:22 | |
*** alex-foo has quit IRC | 02:22 | |
*** bogdando has quit IRC | 02:22 | |
*** amerine has quit IRC | 02:22 | |
*** muehsi has quit IRC | 02:22 | |
*** Chaser has quit IRC | 02:22 | |
*** sgrasley has quit IRC | 02:22 | |
*** rods has quit IRC | 02:22 | |
*** dsirrine|afk has quit IRC | 02:22 | |
*** hemna has quit IRC | 02:22 | |
*** terrylhowe has quit IRC | 02:22 | |
*** rkukura has quit IRC | 02:22 | |
*** tserong has quit IRC | 02:22 | |
*** jang has quit IRC | 02:22 | |
*** uvirtbot has quit IRC | 02:22 | |
*** dsirrine has quit IRC | 02:22 | |
*** dzimine_ is now known as dzimine | 02:22 | |
*** topol has joined #openstack-dev | 02:22 | |
*** rtheis has quit IRC | 02:22 | |
*** AnilV4 has quit IRC | 02:23 | |
*** BLZbubba has joined #openstack-dev | 02:23 | |
*** topol has quit IRC | 02:23 | |
*** toanster has quit IRC | 02:23 | |
*** rtheis_ has joined #openstack-dev | 02:23 | |
*** nkinder has joined #openstack-dev | 02:23 | |
*** dsirrine has joined #openstack-dev | 02:23 | |
*** jecarey_ has joined #openstack-dev | 02:23 | |
*** byeager has quit IRC | 02:23 | |
*** toanster has joined #openstack-dev | 02:23 | |
*** lbragstad has quit IRC | 02:24 | |
*** abramley has quit IRC | 02:24 | |
*** NikitaKonovalov_ has joined #openstack-dev | 02:24 | |
*** SpamapS has joined #openstack-dev | 02:24 | |
*** SpamapS has quit IRC | 02:24 | |
*** SpamapS has joined #openstack-dev | 02:24 | |
*** tserong has joined #openstack-dev | 02:24 | |
*** gaelL_ has joined #openstack-dev | 02:25 | |
*** esmute has quit IRC | 02:25 | |
*** CaptTofu has joined #openstack-dev | 02:25 | |
*** aloga has quit IRC | 02:25 | |
*** jocker__ has joined #openstack-dev | 02:25 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 02:26 | |
*** kgriffs is now known as kgriffs_afk | 02:26 | |
*** yamahata__ has joined #openstack-dev | 02:26 | |
*** jang has joined #openstack-dev | 02:26 | |
*** aloga has joined #openstack-dev | 02:26 | |
*** vladikr has joined #openstack-dev | 02:26 | |
*** mlegault_ has joined #openstack-dev | 02:26 | |
*** cburgess has joined #openstack-dev | 02:26 | |
*** avishay has joined #openstack-dev | 02:26 | |
*** byeager has joined #openstack-dev | 02:26 | |
*** BLZbubba has quit IRC | 02:26 | |
*** DinaBelova_ has joined #openstack-dev | 02:26 | |
*** imcsk8 has joined #openstack-dev | 02:26 | |
*** DinaBelova_ is now known as DinaBelova | 02:27 | |
*** abramley has joined #openstack-dev | 02:27 | |
*** Sumeniac has joined #openstack-dev | 02:27 | |
*** dsirrine has quit IRC | 02:27 | |
*** topol has joined #openstack-dev | 02:27 | |
*** eharney has quit IRC | 02:27 | |
*** melodous has joined #openstack-dev | 02:27 | |
*** rtheis_ has quit IRC | 02:27 | |
*** ruhe has joined #openstack-dev | 02:27 | |
*** erkules has quit IRC | 02:27 | |
*** crandquist has quit IRC | 02:27 | |
*** muehsi has joined #openstack-dev | 02:27 | |
*** terry__howe has joined #openstack-dev | 02:27 | |
*** davidlenwell has joined #openstack-dev | 02:28 | |
*** nelsnelson has quit IRC | 02:28 | |
*** max_lobur has quit IRC | 02:28 | |
*** esmute has joined #openstack-dev | 02:28 | |
*** david-lyle has joined #openstack-dev | 02:28 | |
*** ytwu has quit IRC | 02:28 | |
*** yamahata has joined #openstack-dev | 02:28 | |
*** melodous has quit IRC | 02:28 | |
*** BENT has joined #openstack-dev | 02:29 | |
*** ramishra_ has quit IRC | 02:29 | |
*** mulcahey has quit IRC | 02:29 | |
*** yaguang has joined #openstack-dev | 02:29 | |
*** SpamapS has quit IRC | 02:29 | |
*** kin_ has joined #openstack-dev | 02:29 | |
*** eharney has joined #openstack-dev | 02:30 | |
*** aswadrangnekar has joined #openstack-dev | 02:30 | |
*** SpamapS has joined #openstack-dev | 02:30 | |
*** coolsvap has quit IRC | 02:30 | |
*** kmartin has joined #openstack-dev | 02:30 | |
*** zul has joined #openstack-dev | 02:30 | |
*** dripton_ has joined #openstack-dev | 02:30 | |
*** max_lobur has joined #openstack-dev | 02:30 | |
*** bhuvan has joined #openstack-dev | 02:30 | |
*** martines has joined #openstack-dev | 02:30 | |
*** dripton has quit IRC | 02:30 | |
*** Anju has quit IRC | 02:30 | |
*** gaelL_ has quit IRC | 02:31 | |
*** alex-foo has joined #openstack-dev | 02:31 | |
*** aswadrangnekar1 has quit IRC | 02:31 | |
*** sgran_ has joined #openstack-dev | 02:31 | |
*** ayoung has quit IRC | 02:31 | |
*** sballe_ has quit IRC | 02:32 | |
*** ruhe has quit IRC | 02:32 | |
*** terry__howe has quit IRC | 02:32 | |
*** imcsk8 has quit IRC | 02:32 | |
*** NikitaKonovalov has quit IRC | 02:32 | |
*** tristanC_ has quit IRC | 02:32 | |
*** nosnos has joined #openstack-dev | 02:32 | |
*** angdraug has joined #openstack-dev | 02:33 | |
*** gilliard_ has joined #openstack-dev | 02:33 | |
*** lbragstad_ has quit IRC | 02:33 | |
*** gilliard has quit IRC | 02:33 | |
*** mlegault has quit IRC | 02:33 | |
*** baoli has quit IRC | 02:33 | |
*** b3nt_pin has quit IRC | 02:33 | |
*** Clabbe has quit IRC | 02:33 | |
*** csaba|afk has quit IRC | 02:33 | |
*** morazi has quit IRC | 02:33 | |
*** Chaser_ has quit IRC | 02:33 | |
*** haomai___ has quit IRC | 02:33 | |
*** jang1 has quit IRC | 02:33 | |
*** L33 has quit IRC | 02:33 | |
*** Nikolay_St has quit IRC | 02:33 | |
*** jhesketh has quit IRC | 02:33 | |
*** gaelL has quit IRC | 02:33 | |
*** terry_howe has quit IRC | 02:33 | |
*** jecarey__ has quit IRC | 02:33 | |
*** dkehn__ has quit IRC | 02:33 | |
*** davidlenwell_ has quit IRC | 02:33 | |
*** jpomero_ has quit IRC | 02:33 | |
*** melodous_away has quit IRC | 02:33 | |
*** nosnos_ has quit IRC | 02:33 | |
*** arnaud has quit IRC | 02:33 | |
*** comay has quit IRC | 02:33 | |
*** andreykurilin has quit IRC | 02:33 | |
*** nelsnelson has joined #openstack-dev | 02:33 | |
*** irenab has joined #openstack-dev | 02:34 | |
*** russell_h has joined #openstack-dev | 02:34 | |
*** terry__howe has joined #openstack-dev | 02:34 | |
*** locke105 has joined #openstack-dev | 02:34 | |
*** Alexei_987 has joined #openstack-dev | 02:34 | |
*** cburgess has quit IRC | 02:35 | |
*** terry__howe has quit IRC | 02:35 | |
*** DinaBelova has quit IRC | 02:35 | |
*** bhuvan has quit IRC | 02:36 | |
*** SpamapS has quit IRC | 02:36 | |
*** SpamapS has joined #openstack-dev | 02:36 | |
*** SpamapS has quit IRC | 02:36 | |
*** SpamapS has joined #openstack-dev | 02:36 | |
*** Clabbe has joined #openstack-dev | 02:37 | |
*** achampion has joined #openstack-dev | 02:37 | |
*** vladan has joined #openstack-dev | 02:37 | |
*** mgagne has quit IRC | 02:37 | |
*** dripton__ has joined #openstack-dev | 02:37 | |
*** negronjl has joined #openstack-dev | 02:37 | |
*** lbragstad_ has joined #openstack-dev | 02:38 | |
*** rcrit_ has joined #openstack-dev | 02:38 | |
*** aswadrangnekar is now known as 92AAAD9QC | 02:38 | |
*** dperaza is now known as 92AAADWGO | 02:38 | |
*** BLZbubba has joined #openstack-dev | 02:38 | |
*** dperaza has joined #openstack-dev | 02:38 | |
*** NikitaKonovalov has joined #openstack-dev | 02:38 | |
*** L33 has joined #openstack-dev | 02:38 | |
*** imcsk8 has joined #openstack-dev | 02:38 | |
*** bhuvan has joined #openstack-dev | 02:38 | |
*** aswadrangnekar has joined #openstack-dev | 02:38 | |
*** csaba|afk has joined #openstack-dev | 02:38 | |
*** jhesketh has joined #openstack-dev | 02:38 | |
*** ramishra has joined #openstack-dev | 02:38 | |
*** andreykurilin has joined #openstack-dev | 02:38 | |
*** tristanC has joined #openstack-dev | 02:38 | |
*** 92AAAD9QC has quit IRC | 02:38 | |
*** flor3n has quit IRC | 02:38 | |
*** gaelL_ has joined #openstack-dev | 02:38 | |
*** pradeep has joined #openstack-dev | 02:38 | |
*** jhesketh has quit IRC | 02:38 | |
*** asalkeld has quit IRC | 02:38 | |
*** 92AAADWGO has quit IRC | 02:38 | |
*** dripton_ has quit IRC | 02:38 | |
*** aloga has quit IRC | 02:38 | |
*** rcrit has quit IRC | 02:38 | |
*** rcrit_ is now known as rcrit | 02:38 | |
*** ruhe has joined #openstack-dev | 02:38 | |
*** irenab_ has quit IRC | 02:38 | |
*** jamespag` has quit IRC | 02:38 | |
*** aloga has joined #openstack-dev | 02:38 | |
*** jhesketh has joined #openstack-dev | 02:38 | |
*** mtreinish has joined #openstack-dev | 02:38 | |
*** sballe has joined #openstack-dev | 02:38 | |
*** erkules_ has joined #openstack-dev | 02:38 | |
*** lbragstad has joined #openstack-dev | 02:39 | |
*** comay_ has joined #openstack-dev | 02:39 | |
*** flor3n has joined #openstack-dev | 02:39 | |
*** rkukura has joined #openstack-dev | 02:39 | |
*** cgoncalv1s has quit IRC | 02:40 | |
*** DinaBelova_ has joined #openstack-dev | 02:40 | |
*** esheffield has joined #openstack-dev | 02:40 | |
*** cgoncalves has joined #openstack-dev | 02:40 | |
*** cgoncalves has quit IRC | 02:40 | |
*** cgoncalves has joined #openstack-dev | 02:40 | |
*** JordanRinke_ has joined #openstack-dev | 02:40 | |
*** DinaBelova_ is now known as DinaBelova | 02:41 | |
*** Nikolay_1t has joined #openstack-dev | 02:41 | |
*** thedodd has joined #openstack-dev | 02:41 | |
*** amotoki_ has joined #openstack-dev | 02:41 | |
*** Anju has joined #openstack-dev | 02:41 | |
*** mlegault__ has joined #openstack-dev | 02:41 | |
*** praneshp has quit IRC | 02:41 | |
*** toanster_ has joined #openstack-dev | 02:42 | |
*** caleb_` has joined #openstack-dev | 02:42 | |
*** cfriesen has joined #openstack-dev | 02:42 | |
*** neelashah has joined #openstack-dev | 02:42 | |
*** aswadrangnekar has quit IRC | 02:42 | |
*** martines_ has joined #openstack-dev | 02:42 | |
*** pradeep has quit IRC | 02:43 | |
*** diakunchikov_ has joined #openstack-dev | 02:43 | |
*** alex_xu has joined #openstack-dev | 02:43 | |
*** gaelL has joined #openstack-dev | 02:43 | |
*** martines has quit IRC | 02:43 | |
*** toanster has quit IRC | 02:43 | |
*** gaelL_ has quit IRC | 02:43 | |
*** gmoro has quit IRC | 02:43 | |
*** aloga has quit IRC | 02:43 | |
*** mkerrin1 has joined #openstack-dev | 02:43 | |
*** cburgess has joined #openstack-dev | 02:43 | |
*** sgrasley has joined #openstack-dev | 02:43 | |
*** bnemec has joined #openstack-dev | 02:43 | |
*** jamespage has joined #openstack-dev | 02:43 | |
*** jamespage has joined #openstack-dev | 02:43 | |
*** mlegault_ has quit IRC | 02:43 | |
*** pradeep has joined #openstack-dev | 02:44 | |
*** flor3n has quit IRC | 02:44 | |
*** termie_ has joined #openstack-dev | 02:44 | |
*** sgordon_ has joined #openstack-dev | 02:44 | |
*** mgagne has joined #openstack-dev | 02:44 | |
*** comay_ has quit IRC | 02:44 | |
*** cybojane1 has joined #openstack-dev | 02:44 | |
*** arnaud has joined #openstack-dev | 02:44 | |
*** ilyashakhat_ has joined #openstack-dev | 02:45 | |
*** bswartz1 has joined #openstack-dev | 02:45 | |
*** esheffield has quit IRC | 02:45 | |
*** bigmston1 has joined #openstack-dev | 02:45 | |
*** SergeyLukjanov2 has joined #openstack-dev | 02:45 | |
*** esheffie1d has joined #openstack-dev | 02:45 | |
*** DinaBelova has quit IRC | 02:45 | |
*** russellb_ has joined #openstack-dev | 02:45 | |
*** comay_ has joined #openstack-dev | 02:45 | |
*** cdub has joined #openstack-dev | 02:45 | |
*** rods has joined #openstack-dev | 02:46 | |
*** buzztrol_ has joined #openstack-dev | 02:46 | |
*** slagle_ has joined #openstack-dev | 02:46 | |
*** BLZbubba_ has joined #openstack-dev | 02:46 | |
*** iccha_ has joined #openstack-dev | 02:46 | |
*** pcm_ has joined #openstack-dev | 02:47 | |
*** ameade_ has joined #openstack-dev | 02:47 | |
*** b3nt_pin has joined #openstack-dev | 02:47 | |
*** JonnyNomad_ has joined #openstack-dev | 02:47 | |
*** zul has quit IRC | 02:47 | |
*** DinaBelova_ has joined #openstack-dev | 02:47 | |
*** BLZbubba has quit IRC | 02:47 | |
*** csaba|afk has quit IRC | 02:47 | |
*** DinaBelova_ is now known as DinaBelova | 02:47 | |
*** 92AAAEA9S has joined #openstack-dev | 02:47 | |
*** ramishra_ has joined #openstack-dev | 02:47 | |
*** unicell1 has joined #openstack-dev | 02:47 | |
*** FunnyLookinHat has joined #openstack-dev | 02:47 | |
*** mulcahey has joined #openstack-dev | 02:47 | |
*** creiht_ has joined #openstack-dev | 02:48 | |
*** Nikolay_St has joined #openstack-dev | 02:48 | |
*** dhellmann_ has joined #openstack-dev | 02:48 | |
*** motoki has joined #openstack-dev | 02:48 | |
*** Ryan_Lane2 has joined #openstack-dev | 02:48 | |
*** L33 has quit IRC | 02:48 | |
*** neelashah has quit IRC | 02:48 | |
*** aloga has joined #openstack-dev | 02:48 | |
*** cschwede has joined #openstack-dev | 02:48 | |
*** dperaza has quit IRC | 02:48 | |
*** ramishra has quit IRC | 02:48 | |
*** mgoddard_ has joined #openstack-dev | 02:49 | |
*** mikal has joined #openstack-dev | 02:49 | |
*** bhuvan has quit IRC | 02:49 | |
*** cburgess has quit IRC | 02:49 | |
*** Nikolay_1t has quit IRC | 02:49 | |
*** tshirtma1 has joined #openstack-dev | 02:49 | |
*** flor3n has joined #openstack-dev | 02:49 | |
*** lyle has joined #openstack-dev | 02:49 | |
*** bhuvan has joined #openstack-dev | 02:49 | |
*** cburgess has joined #openstack-dev | 02:49 | |
*** arnaud has quit IRC | 02:49 | |
*** dstanek has quit IRC | 02:49 | |
*** vladan has quit IRC | 02:49 | |
*** nosnos has quit IRC | 02:49 | |
*** BENT has quit IRC | 02:49 | |
*** david-lyle has quit IRC | 02:49 | |
*** mkerrin has quit IRC | 02:49 | |
*** sc68cal has quit IRC | 02:49 | |
*** viktors has quit IRC | 02:49 | |
*** SergeyLukjanov has quit IRC | 02:49 | |
*** cfriesen__ has quit IRC | 02:49 | |
*** bnemec_ has quit IRC | 02:49 | |
*** cnesa2 has quit IRC | 02:49 | |
*** neelashah1 has quit IRC | 02:49 | |
*** mikal_ has quit IRC | 02:49 | |
*** cschwede_ has quit IRC | 02:49 | |
*** dzimine has quit IRC | 02:49 | |
*** kris_ha has quit IRC | 02:49 | |
*** Mandell_ has quit IRC | 02:49 | |
*** kenperkins_ has quit IRC | 02:49 | |
*** xarg has quit IRC | 02:49 | |
*** pcm__ has quit IRC | 02:50 | |
*** amotoki__ has quit IRC | 02:50 | |
*** tellesnobrega1 has quit IRC | 02:50 | |
*** ykhodork has quit IRC | 02:50 | |
*** xuhanp has quit IRC | 02:50 | |
*** buzztroll has quit IRC | 02:50 | |
*** krtaylor has quit IRC | 02:50 | |
*** dims has quit IRC | 02:50 | |
*** rwsu has quit IRC | 02:50 | |
*** xingchao has quit IRC | 02:50 | |
*** caleb_ has quit IRC | 02:50 | |
*** arnaud__ has quit IRC | 02:50 | |
*** cdub_ has quit IRC | 02:50 | |
*** bswartz has quit IRC | 02:50 | |
*** glenng has quit IRC | 02:50 | |
*** pico-pete has quit IRC | 02:50 | |
*** mgoddard has quit IRC | 02:50 | |
*** sgordon has quit IRC | 02:50 | |
*** ilyashakhat has quit IRC | 02:50 | |
*** lifeless has quit IRC | 02:50 | |
*** afazekas|sick has quit IRC | 02:50 | |
*** amotoki has quit IRC | 02:50 | |
*** rpodolyaka has quit IRC | 02:50 | |
*** diakunchikov has quit IRC | 02:50 | |
*** enykeev has quit IRC | 02:50 | |
*** unicell has quit IRC | 02:50 | |
*** cybojanek has quit IRC | 02:50 | |
*** NearlyFunctional has quit IRC | 02:50 | |
*** jrist has quit IRC | 02:50 | |
*** joadavis has quit IRC | 02:50 | |
*** ianw has quit IRC | 02:50 | |
*** giulivo has quit IRC | 02:50 | |
*** doude_ has quit IRC | 02:50 | |
*** belliott has quit IRC | 02:50 | |
*** Ryan_Lane has quit IRC | 02:50 | |
*** slagle has quit IRC | 02:50 | |
*** jpeeler has quit IRC | 02:50 | |
*** blentz has quit IRC | 02:50 | |
*** asselin has quit IRC | 02:50 | |
*** dhellmann has quit IRC | 02:50 | |
*** anteaya has quit IRC | 02:50 | |
*** termie has quit IRC | 02:50 | |
*** iccha has quit IRC | 02:50 | |
*** ameade has quit IRC | 02:50 | |
*** tshirtman has quit IRC | 02:50 | |
*** JonnyNomad has quit IRC | 02:50 | |
*** mburned has quit IRC | 02:50 | |
*** russellb has quit IRC | 02:50 | |
*** bigmstone has quit IRC | 02:50 | |
*** SergeyLukjanov2 is now known as SergeyLukjanov | 02:50 | |
*** joadavis has joined #openstack-dev | 02:50 | |
*** FunnyLookinHat has quit IRC | 02:50 | |
*** 17WAA24WL is now known as xarg | 02:50 | |
*** asalkeld has joined #openstack-dev | 02:50 | |
*** dzimine_ has joined #openstack-dev | 02:50 | |
*** dhellmann_ is now known as dhellmann | 02:50 | |
*** andreykurilin has quit IRC | 02:50 | |
*** russellb_ is now known as russellb | 02:50 | |
*** dstanek has joined #openstack-dev | 02:50 | |
*** enykeev has joined #openstack-dev | 02:50 | |
*** aswadrangnekar has joined #openstack-dev | 02:50 | |
*** pico-pete has joined #openstack-dev | 02:50 | |
*** ykhodork_ has joined #openstack-dev | 02:50 | |
*** blentz has joined #openstack-dev | 02:50 | |
*** xarg_ has joined #openstack-dev | 02:50 | |
*** vladan has joined #openstack-dev | 02:50 | |
*** sc68cal has joined #openstack-dev | 02:51 | |
*** dzimine_ is now known as dzimine | 02:51 | |
*** xchu has joined #openstack-dev | 02:51 | |
*** glenng has joined #openstack-dev | 02:51 | |
*** andreykurilin has joined #openstack-dev | 02:51 | |
*** arnaud has joined #openstack-dev | 02:51 | |
*** NikitaKonovalov_ has joined #openstack-dev | 02:52 | |
*** zul has joined #openstack-dev | 02:52 | |
*** imcsk8_ has joined #openstack-dev | 02:52 | |
*** SumitNaiksatam has joined #openstack-dev | 02:52 | |
*** morazi has joined #openstack-dev | 02:53 | |
*** galstrom_zzz is now known as galstrom | 02:53 | |
*** gmoro has joined #openstack-dev | 02:53 | |
*** galstrom is now known as galstrom_zzz | 02:54 | |
*** mtreinish_ has joined #openstack-dev | 02:54 | |
*** tsekiyama has joined #openstack-dev | 02:54 | |
*** ayoung has joined #openstack-dev | 02:54 | |
*** doude has joined #openstack-dev | 02:55 | |
*** enykeev has quit IRC | 02:55 | |
*** nosnos has joined #openstack-dev | 02:56 | |
*** anteaya has joined #openstack-dev | 02:56 | |
*** NikitaKonovalov has quit IRC | 02:57 | |
*** imcsk8 has quit IRC | 02:57 | |
*** mtreinish has quit IRC | 02:57 | |
*** jhesketh has quit IRC | 02:57 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 02:57 | |
*** mtreinish_ is now known as mtreinish | 02:57 | |
*** NearlyFunctiona1 has joined #openstack-dev | 02:57 | |
*** jpeeler1 has joined #openstack-dev | 02:57 | |
*** dims has joined #openstack-dev | 02:57 | |
*** dsirrine has joined #openstack-dev | 02:57 | |
*** jrist has joined #openstack-dev | 02:57 | |
*** ianw has joined #openstack-dev | 02:57 | |
*** neelashah has joined #openstack-dev | 02:57 | |
*** enykeev has joined #openstack-dev | 02:58 | |
*** ijw has quit IRC | 02:58 | |
*** kenperkins has joined #openstack-dev | 02:58 | |
*** lifeless has joined #openstack-dev | 02:58 | |
*** blentz_ has joined #openstack-dev | 02:58 | |
*** jhesketh has joined #openstack-dev | 02:59 | |
*** thomasem has joined #openstack-dev | 02:59 | |
*** thomasem has quit IRC | 02:59 | |
*** giulivo has joined #openstack-dev | 02:59 | |
*** krtaylor has joined #openstack-dev | 03:00 | |
*** L33 has joined #openstack-dev | 03:01 | |
*** sarob has joined #openstack-dev | 03:01 | |
*** rwsu has joined #openstack-dev | 03:01 | |
*** avishay_ has joined #openstack-dev | 03:02 | |
*** csaba|afk has joined #openstack-dev | 03:02 | |
*** rpodolyaka has joined #openstack-dev | 03:03 | |
*** buzztrol_ has quit IRC | 03:03 | |
*** dklyle has joined #openstack-dev | 03:03 | |
*** pleia2 has quit IRC | 03:03 | |
*** sarob has quit IRC | 03:03 | |
*** pleia2 has joined #openstack-dev | 03:03 | |
*** xarg__ has joined #openstack-dev | 03:04 | |
*** HenryG has quit IRC | 03:04 | |
*** sarob has joined #openstack-dev | 03:04 | |
*** blentz has quit IRC | 03:04 | |
*** flor3n has quit IRC | 03:04 | |
*** steveg-afk has joined #openstack-dev | 03:04 | |
*** cburgess has quit IRC | 03:04 | |
*** sgordon_ has quit IRC | 03:04 | |
*** 92AAAEA9S has quit IRC | 03:04 | |
*** sc68cal has quit IRC | 03:04 | |
*** cburgess has joined #openstack-dev | 03:04 | |
*** belliott has joined #openstack-dev | 03:04 | |
*** yaguang has quit IRC | 03:04 | |
*** avishay has quit IRC | 03:04 | |
*** xarg_ has quit IRC | 03:04 | |
*** lyle has quit IRC | 03:04 | |
*** jocker__ has quit IRC | 03:04 | |
*** afazekas|sick has joined #openstack-dev | 03:04 | |
*** dperaza has joined #openstack-dev | 03:05 | |
*** nplanel has quit IRC | 03:05 | |
*** yjiang51 has joined #openstack-dev | 03:05 | |
*** viktors has joined #openstack-dev | 03:06 | |
*** bhuvan_ has joined #openstack-dev | 03:06 | |
*** yjiang51 has quit IRC | 03:06 | |
*** bhuvan has quit IRC | 03:06 | |
*** belliott has quit IRC | 03:06 | |
*** tellesnobrega has joined #openstack-dev | 03:07 | |
*** branen_ has quit IRC | 03:08 | |
*** yaguang has joined #openstack-dev | 03:08 | |
*** sarob has quit IRC | 03:08 | |
*** bdpayne has joined #openstack-dev | 03:08 | |
*** kris_ha has joined #openstack-dev | 03:08 | |
*** branen_ has joined #openstack-dev | 03:09 | |
*** yamahata__ has quit IRC | 03:09 | |
*** sc68cal has joined #openstack-dev | 03:10 | |
*** flor3n has joined #openstack-dev | 03:10 | |
*** yamahata__ has joined #openstack-dev | 03:10 | |
*** nplanel has joined #openstack-dev | 03:10 | |
*** jocker__ has joined #openstack-dev | 03:11 | |
*** belliott has joined #openstack-dev | 03:11 | |
*** kamalic1 has joined #openstack-dev | 03:12 | |
*** paragan has joined #openstack-dev | 03:14 | |
*** paragan has quit IRC | 03:14 | |
*** paragan has joined #openstack-dev | 03:14 | |
*** steveg-afk has quit IRC | 03:14 | |
ayoung | dolphm, I think You'll like https://review.openstack.org/#/c/71181/ much better | 03:14 |
*** dzimine has quit IRC | 03:14 | |
ayoung | drop the -2, if you would, even if its not ready for merging | 03:15 |
dolphm | ayoung: sounds promising | 03:15 |
*** ijw has joined #openstack-dev | 03:15 | |
ayoung | dolphm, yeah...I wanted to go further, but that will be in a different patch. THis is just compress in signing, and handle both forms in verify | 03:15 |
ayoung | no new token format | 03:16 |
dolphm | ayoung: looking at the underlying patch first | 03:16 |
jamielennox | ayoung: so it won't allow it to discover uncompress | 03:16 |
ayoung | jamielennox, I could probably do something with ASN1, but it isn't in the reqs yet | 03:16 |
jamielennox | ayoung: i don't think we can add -compress by default either | 03:16 |
ayoung | I don't know why I had it in my venv | 03:16 |
*** creiht_ is now known as creiht | 03:16 | |
ayoung | why not? This code is not used yet | 03:17 |
jamielennox | ayoung: there was plans to sync it between here and keystone right | 03:17 |
ayoung | right, | 03:17 |
jamielennox | surely -compress can only be triggered by a param | 03:17 |
ayoung | ah...I guess I could make it a param, and then pass it from keystone conf | 03:17 |
dolphm | ayoung: commit message in https://review.openstack.org/#/c/73099/ doesn't seem to match the code -- it says "instead of returning true, the validation returns the parsed data" | 03:18 |
dolphm | ayoung: but it only returns bools | 03:18 |
ayoung | dolphm, ah...OK, that was where I wanted it to go...older version did that | 03:18 |
ayoung | but used the ASN 1 lib | 03:18 |
ayoung | forgot I documented it in the commit message | 03:18 |
dolphm | ayoung: is b64 decode not the expensive operation you were referring to? | 03:18 |
*** bdpayne has quit IRC | 03:18 | |
ayoung | dolphm, my idea was that in the future the "is_asn1_token" would actually do the asn1 parsing, | 03:19 |
ayoung | see the earlier version of the patch that failed gate | 03:19 |
ayoung | er check | 03:19 |
*** kgriffs_afk is now known as kgriffs | 03:19 | |
*** mburned has joined #openstack-dev | 03:20 | |
ayoung | just checking base64 is good. checking asn1 parsing is better | 03:20 |
ayoung | but that can be incremental. I'll have to chase down the pyasn1 requirement first | 03:20 |
ayoung | the goal is to use asn1 to extract enough info from the token to identify which certificate signed the token. | 03:21 |
ayoung | The cert API jamielennox just wrote is flexible enough that we can pass the signer to it in order to get back the appropriate certificates to check the signature | 03:22 |
ayoung | it will allow us to have different certs from different keystones | 03:22 |
jamielennox | ayoung: i'm vaguely thinking that if this compression stuff is good enough we might be actually able to embed the certs | 03:22 |
*** unicell1 has quit IRC | 03:23 | |
ayoung | jamielennox, I don't think I want to do that. We still will need an additional confirmation that the cert is allowed to sign for a specific user. domain or whatnot, in the distributed keystone case. keeping the certs separate makes that check possible | 03:23 |
jamielennox | ayoung... not really | 03:24 |
*** dzimine has joined #openstack-dev | 03:24 | |
*** unicell has joined #openstack-dev | 03:24 | |
ayoung | we'd have to pull the cert out of the token to check it anyway. | 03:24 |
jamielennox | i guess you can do it by having auth_token manage the certs but it seems wrong | 03:25 |
*** CaptTofu has quit IRC | 03:26 | |
ayoung | you can see the compression rations in the resulting dir | 03:26 |
*** mgagne has quit IRC | 03:27 | |
ayoung | argh...something is wrong | 03:27 |
ayoung | there is no compression in there | 03:27 |
ayoung | http://paste.fedoraproject.org/76778/26194513/ | 03:27 |
*** mgagne has joined #openstack-dev | 03:28 | |
*** spzala has joined #openstack-dev | 03:29 | |
*** haomaiwang has joined #openstack-dev | 03:29 | |
*** xingchao has joined #openstack-dev | 03:29 | |
*** Tross has joined #openstack-dev | 03:29 | |
*** AnilV4 has joined #openstack-dev | 03:29 | |
*** ytwu has joined #openstack-dev | 03:29 | |
*** 20WAA7JFX has joined #openstack-dev | 03:29 | |
*** gyee has joined #openstack-dev | 03:29 | |
*** baoli has joined #openstack-dev | 03:29 | |
*** henrynash has joined #openstack-dev | 03:29 | |
*** RajeshMohan has joined #openstack-dev | 03:29 | |
*** hemna has joined #openstack-dev | 03:29 | |
*** tkay has joined #openstack-dev | 03:29 | |
*** bogdando has joined #openstack-dev | 03:29 | |
*** AMike has joined #openstack-dev | 03:29 | |
*** flaper87|afk has quit IRC | 03:29 | |
*** flaper87|afk has joined #openstack-dev | 03:29 | |
*** AMike has quit IRC | 03:29 | |
*** AMike has joined #openstack-dev | 03:29 | |
*** harlowja_ has quit IRC | 03:30 | |
*** harlowja_ has joined #openstack-dev | 03:30 | |
*** jang has quit IRC | 03:30 | |
*** jang has joined #openstack-dev | 03:30 | |
*** kmartin has quit IRC | 03:30 | |
*** kmartin has joined #openstack-dev | 03:30 | |
*** caleb_` has quit IRC | 03:30 | |
*** caleb_` has joined #openstack-dev | 03:30 | |
*** mkerrin1 has quit IRC | 03:30 | |
*** mkerrin1 has joined #openstack-dev | 03:30 | |
*** sgrasley has quit IRC | 03:30 | |
*** sgrasley has joined #openstack-dev | 03:30 | |
*** pcm_ has quit IRC | 03:30 | |
*** pcm_ has joined #openstack-dev | 03:30 | |
*** joadavis has quit IRC | 03:30 | |
*** joadavis has joined #openstack-dev | 03:30 | |
*** xchu has quit IRC | 03:30 | |
*** xchu has joined #openstack-dev | 03:30 | |
*** ianw has quit IRC | 03:30 | |
*** ianw has joined #openstack-dev | 03:30 | |
*** blentz_ has quit IRC | 03:30 | |
*** blentz_ has joined #openstack-dev | 03:30 | |
*** csaba|afk has quit IRC | 03:30 | |
*** csaba|afk has joined #openstack-dev | 03:30 | |
*** dklyle has quit IRC | 03:30 | |
*** dklyle has joined #openstack-dev | 03:30 | |
*** branen_ has quit IRC | 03:30 | |
*** branen_ has joined #openstack-dev | 03:30 | |
*** yamahata__ has quit IRC | 03:30 | |
*** yamahata__ has joined #openstack-dev | 03:30 | |
*** paragan has quit IRC | 03:30 | |
*** paragan has joined #openstack-dev | 03:30 | |
*** ijw has quit IRC | 03:30 | |
*** ijw has joined #openstack-dev | 03:30 | |
*** mburned has quit IRC | 03:30 | |
*** mburned has joined #openstack-dev | 03:30 | |
*** angdraug has quit IRC | 03:31 | |
*** zul has quit IRC | 03:31 | |
jamielennox | lol, never would have caught that in review | 03:32 |
*** ramishra_ has quit IRC | 03:32 | |
*** ramishra has joined #openstack-dev | 03:33 | |
*** zul has joined #openstack-dev | 03:36 | |
*** mgagne has quit IRC | 03:37 | |
*** kgriffs is now known as kgriffs_afk | 03:37 | |
*** llu has joined #openstack-dev | 03:37 | |
*** henrynash has quit IRC | 03:40 | |
*** bhuvan_ has quit IRC | 03:42 | |
ayoung | jamielennox, OK...It looks like where the -compressed flag is in the param list makes a difference | 03:43 |
*** bhuvan has joined #openstack-dev | 03:44 | |
*** rcleere has joined #openstack-dev | 03:44 | |
*** henrynash has joined #openstack-dev | 03:45 | |
*** gnorth has quit IRC | 03:46 | |
*** gnorth has joined #openstack-dev | 03:47 | |
*** jhesketh_ has joined #openstack-dev | 03:47 | |
*** mgagne has joined #openstack-dev | 03:48 | |
*** ijw has quit IRC | 03:49 | |
*** ijw has joined #openstack-dev | 03:49 | |
*** mohits has joined #openstack-dev | 03:51 | |
*** zul has quit IRC | 03:52 | |
jamielennox | ayoung: really? guess it makes sense with CMS but that's weird | 03:53 |
ayoung | I think it was ignored where I had it | 03:54 |
*** buzztroll has joined #openstack-dev | 03:54 | |
ayoung | it seems to be OK at the end of the param list | 03:54 |
*** ijw has quit IRC | 03:54 | |
ayoung | although I want to test that manually as well now | 03:54 |
*** aditirav has joined #openstack-dev | 03:55 | |
*** tdruiva has joined #openstack-dev | 03:55 | |
*** gokrokve has joined #openstack-dev | 03:55 | |
*** arnaud has quit IRC | 03:58 | |
*** kgriffs_afk is now known as kgriffs | 03:58 | |
*** chandan_kumar has joined #openstack-dev | 03:58 | |
*** 20WAA7JFX has quit IRC | 03:58 | |
*** spzala has quit IRC | 03:59 | |
jamielennox | openssl has the asn1parse (i think) command that is useful to see that | 04:02 |
*** unicell1 has joined #openstack-dev | 04:03 | |
*** unicell has quit IRC | 04:04 | |
*** kushal has joined #openstack-dev | 04:04 | |
*** mikeoutland has joined #openstack-dev | 04:06 | |
ayoung | jamielennox, http://paste.fedoraproject.org/76783/92264336/ that looks a little beter | 04:07 |
ayoung | better | 04:07 |
ayoung | jamielennox, I'm going to run another script with the certs still in to see how big they get | 04:07 |
*** kgriffs is now known as kgriffs_afk | 04:07 | |
*** byeager has quit IRC | 04:08 | |
*** mikeoutland has quit IRC | 04:09 | |
*** mohits has quit IRC | 04:09 | |
*** chandan_kumar has quit IRC | 04:09 | |
*** chandan_kumar has joined #openstack-dev | 04:10 | |
*** tsekiyama has quit IRC | 04:13 | |
*** sarob has joined #openstack-dev | 04:14 | |
*** bhuvan has quit IRC | 04:18 | |
*** stevemar has joined #openstack-dev | 04:18 | |
*** sarob has quit IRC | 04:19 | |
*** asalkeld has quit IRC | 04:19 | |
*** ogelbukh1 has joined #openstack-dev | 04:20 | |
*** hdd has joined #openstack-dev | 04:21 | |
*** pberis has quit IRC | 04:25 | |
*** xarses has joined #openstack-dev | 04:25 | |
*** mikal has quit IRC | 04:26 | |
ayoung | jamielennox, when I remove all of the parameters but -compress from the cms command....the resultant document is the exact same size. I wonder if the signature aspect of cms and the compress aspect are mutually exclusive | 04:26 |
*** Chaser_ has joined #openstack-dev | 04:26 | |
jamielennox | ayoung: it shouldn't but it can matter on the order | 04:26 |
ayoung | I'm thinking that they are....and that passing -compress means ignore -sign and -decompress means ignore -verify | 04:26 |
jamielennox | i mean these are all wrapped entites | 04:26 |
ayoung | they are the exact same size | 04:26 |
jamielennox | so you have data which you wrap in a compress which you wrap in a sign | 04:27 |
*** mikal has joined #openstack-dev | 04:27 | |
jamielennox | so the order can matter | 04:27 |
ayoung | I removed the flags that say "remove certs" | 04:27 |
ayoung | it should be something bigger | 04:27 |
ayoung | it is not | 04:27 |
ayoung | I think its a bust | 04:27 |
*** zyluo has joined #openstack-dev | 04:27 | |
*** Mandell has joined #openstack-dev | 04:27 | |
*** cfriesen has quit IRC | 04:28 | |
jamielennox | that it doesn't work at all? | 04:29 |
ayoung | I don't think it signs the document | 04:29 |
jamielennox | ayoung send me one | 04:29 |
*** cagrev has joined #openstack-dev | 04:29 | |
ayoung | in the review | 04:29 |
ayoung | cd python-keystoneclient and git review -d | 04:29 |
ayoung | 71181 | 04:30 |
*** tkay has quit IRC | 04:30 | |
ayoung | they are in the examples dir | 04:30 |
zyluo | dolphm, ping | 04:30 |
*** pberis has joined #openstack-dev | 04:30 | |
*** zyluo has quit IRC | 04:33 | |
*** tkay has joined #openstack-dev | 04:33 | |
ayoung | jamielennox, I'll let you play, headed to bed | 04:34 |
jamielennox | ayoung: yea, just finishing up a fix before i get to it | 04:34 |
jamielennox | ayoung: not here tomorrow - enjoy the weekend | 04:34 |
ayoung | jamielennox, will do. I think that I will switch back to doing the compression manually. | 04:38 |
ayoung | I'll go back to signing in der format and wrapping with urlsafe base64, but put a wrapper on that will conver to PEM just to keep the signature the same. I'll do all the heavy work with internal functions | 04:40 |
*** irenab has quit IRC | 04:40 | |
*** buzztroll has quit IRC | 04:41 | |
*** edmund has joined #openstack-dev | 04:41 | |
ayoung | the important ones for AT middleware is the one that verifies, and that will work just as well with DER as with PEM. For the server side, it just needs to generate, and that has a wrapper for the conversion anyway. since the is_asn_token is not returning parsed data, it justwon't bother to see if it is compressed or not.... | 04:41 |
*** tkay has quit IRC | 04:42 | |
*** amcrn has quit IRC | 04:42 | |
*** sweston has joined #openstack-dev | 04:46 | |
*** achampion has quit IRC | 04:47 | |
*** ayoung has quit IRC | 04:49 | |
*** kgriffs_afk is now known as kgriffs | 04:55 | |
*** neelashah has quit IRC | 04:58 | |
*** mulcahey has quit IRC | 04:59 | |
*** nebulta has joined #openstack-dev | 04:59 | |
*** ayoung has joined #openstack-dev | 05:01 | |
*** pcm_ has quit IRC | 05:01 | |
*** neelashah has joined #openstack-dev | 05:02 | |
*** pradeep has quit IRC | 05:02 | |
*** kgriffs is now known as kgriffs_afk | 05:05 | |
*** cadenzajon has quit IRC | 05:05 | |
*** pradeep has joined #openstack-dev | 05:05 | |
*** krtaylor has quit IRC | 05:06 | |
*** caleb_` has quit IRC | 05:08 | |
*** krtaylor has joined #openstack-dev | 05:09 | |
*** zul has joined #openstack-dev | 05:10 | |
*** krtaylor has quit IRC | 05:11 | |
*** thedodd has quit IRC | 05:12 | |
*** caleb_ has joined #openstack-dev | 05:13 | |
*** achampion has joined #openstack-dev | 05:13 | |
*** aeperezt has quit IRC | 05:13 | |
*** caleb_ has quit IRC | 05:13 | |
*** caleb_ has joined #openstack-dev | 05:14 | |
*** irenab has joined #openstack-dev | 05:14 | |
*** DinaBelova is now known as DinaBelova_ | 05:15 | |
*** jecarey_ has quit IRC | 05:15 | |
*** mikeoutland has joined #openstack-dev | 05:17 | |
*** mriedem has quit IRC | 05:18 | |
*** bswartz1 is now known as bswartz | 05:18 | |
*** hdd has quit IRC | 05:18 | |
*** krtaylor has joined #openstack-dev | 05:19 | |
*** mlegault has joined #openstack-dev | 05:19 | |
*** dave_tucker is now known as dave_tucker_zzz | 05:20 | |
*** mlegault__ has quit IRC | 05:20 | |
*** galstrom_zzz has quit IRC | 05:20 | |
*** henrynash has quit IRC | 05:21 | |
*** galstrom_zzz has joined #openstack-dev | 05:22 | |
*** galstrom_zzz is now known as galstrom | 05:22 | |
*** tsekiyama has joined #openstack-dev | 05:24 | |
*** xingchao has quit IRC | 05:24 | |
*** CaptTofu has joined #openstack-dev | 05:27 | |
*** achampion has quit IRC | 05:27 | |
*** nelsnelson has quit IRC | 05:27 | |
*** tkay has joined #openstack-dev | 05:28 | |
*** tsekiyama has quit IRC | 05:29 | |
*** rdas has joined #openstack-dev | 05:30 | |
*** nelsnelson has joined #openstack-dev | 05:30 | |
*** CaptTofu has quit IRC | 05:31 | |
*** dstanek has quit IRC | 05:32 | |
*** abhirc has quit IRC | 05:33 | |
*** jamielennox is now known as jamielennox|away | 05:34 | |
*** yeylon__ has joined #openstack-dev | 05:36 | |
*** ijw has joined #openstack-dev | 05:37 | |
*** ijw has quit IRC | 05:37 | |
*** ijw has joined #openstack-dev | 05:37 | |
*** mlegault_ has joined #openstack-dev | 05:37 | |
*** gyee has quit IRC | 05:40 | |
*** bdpayne has joined #openstack-dev | 05:40 | |
*** mlegault has quit IRC | 05:41 | |
*** mlegault_ has quit IRC | 05:42 | |
*** amcrn has joined #openstack-dev | 05:42 | |
*** mohits has joined #openstack-dev | 05:44 | |
*** rohitk has joined #openstack-dev | 05:47 | |
*** tkay has quit IRC | 05:48 | |
*** chandankumar_ has joined #openstack-dev | 05:50 | |
*** mikeoutland has quit IRC | 05:51 | |
*** sumanthns has joined #openstack-dev | 05:51 | |
*** chandankumar_ has quit IRC | 05:52 | |
*** buzztroll has joined #openstack-dev | 05:52 | |
*** chandan_kumar has quit IRC | 05:53 | |
*** chandan_kumar has joined #openstack-dev | 05:54 | |
*** gokrokve has quit IRC | 05:54 | |
*** gokrokve has joined #openstack-dev | 05:55 | |
*** bdpayne has quit IRC | 05:55 | |
*** kgriffs_afk is now known as kgriffs | 05:56 | |
*** buzztroll has quit IRC | 05:56 | |
*** tdruiva has quit IRC | 05:57 | |
*** gokrokve has quit IRC | 05:58 | |
*** praneshp has joined #openstack-dev | 05:58 | |
*** achampion has joined #openstack-dev | 06:00 | |
*** ijw has quit IRC | 06:00 | |
*** ijw has joined #openstack-dev | 06:00 | |
*** aspiers has quit IRC | 06:00 | |
*** Ryan_Lane2 is now known as Ryan_Lane | 06:01 | |
*** Ryan_Lane has joined #openstack-dev | 06:01 | |
*** achampion has quit IRC | 06:05 | |
*** neeti has joined #openstack-dev | 06:05 | |
*** dkehn_ has joined #openstack-dev | 06:05 | |
*** kgriffs is now known as kgriffs_afk | 06:06 | |
*** marcoemorais has joined #openstack-dev | 06:08 | |
*** edmund has quit IRC | 06:08 | |
*** zul has quit IRC | 06:08 | |
*** amotoki_ has quit IRC | 06:09 | |
*** caleb_ has quit IRC | 06:10 | |
*** ijw_ has joined #openstack-dev | 06:12 | |
*** marcoemorais has quit IRC | 06:13 | |
*** tkay has joined #openstack-dev | 06:13 | |
*** ijw has quit IRC | 06:15 | |
*** afazekas|sick has quit IRC | 06:16 | |
*** neelashah has quit IRC | 06:19 | |
*** yolanda has joined #openstack-dev | 06:21 | |
*** praneshp_ has joined #openstack-dev | 06:21 | |
*** e0ne has joined #openstack-dev | 06:22 | |
*** praneshp has quit IRC | 06:22 | |
*** praneshp_ is now known as praneshp | 06:22 | |
*** cagrev has quit IRC | 06:23 | |
*** e0ne has quit IRC | 06:23 | |
*** nshaikh has joined #openstack-dev | 06:26 | |
*** kamalic2 has joined #openstack-dev | 06:27 | |
*** kamalic1 has quit IRC | 06:29 | |
*** ykhodork_ has quit IRC | 06:30 | |
*** rraja has joined #openstack-dev | 06:30 | |
*** sarob has joined #openstack-dev | 06:31 | |
*** vartom1111111113 has joined #openstack-dev | 06:31 | |
*** mgoddard has joined #openstack-dev | 06:35 | |
*** vartom1111111113 has quit IRC | 06:36 | |
*** vartom1111111115 has joined #openstack-dev | 06:36 | |
*** mgoddard_ has quit IRC | 06:37 | |
*** kbrierly has joined #openstack-dev | 06:38 | |
*** tkammer has joined #openstack-dev | 06:39 | |
*** marun has quit IRC | 06:40 | |
*** kamalic1 has joined #openstack-dev | 06:40 | |
*** praneshp has quit IRC | 06:40 | |
*** kamalic3 has joined #openstack-dev | 06:42 | |
*** kamalic2 has quit IRC | 06:44 | |
*** kbrierly has quit IRC | 06:44 | |
*** kamalic4 has joined #openstack-dev | 06:44 | |
*** kamalic1 has quit IRC | 06:44 | |
*** harlowja_ is now known as harlowja_away | 06:44 | |
*** ijw_ has quit IRC | 06:46 | |
*** ijw has joined #openstack-dev | 06:46 | |
*** xingchao has joined #openstack-dev | 06:47 | |
*** kamalic3 has quit IRC | 06:48 | |
*** kbrierly has joined #openstack-dev | 06:48 | |
*** ijw has quit IRC | 06:51 | |
*** xingchao has quit IRC | 06:53 | |
*** zaitcev has quit IRC | 06:56 | |
*** kgriffs_afk is now known as kgriffs | 06:57 | |
*** kbrierly has quit IRC | 06:59 | |
*** mikeoutland has joined #openstack-dev | 07:00 | |
*** achampion has joined #openstack-dev | 07:00 | |
*** motoki has quit IRC | 07:00 | |
*** buzztroll has joined #openstack-dev | 07:00 | |
*** garyk has joined #openstack-dev | 07:02 | |
*** denis_makogon has joined #openstack-dev | 07:04 | |
*** amerine has joined #openstack-dev | 07:05 | |
*** achampion has quit IRC | 07:05 | |
*** mikeoutland has quit IRC | 07:05 | |
*** MaxV has joined #openstack-dev | 07:05 | |
*** kgriffs is now known as kgriffs_afk | 07:07 | |
*** kgriffs_afk is now known as kgriffs | 07:07 | |
*** marcoemorais has joined #openstack-dev | 07:09 | |
*** ramishra has quit IRC | 07:11 | |
*** pberis has quit IRC | 07:11 | |
*** pberis has joined #openstack-dev | 07:12 | |
*** stevemar has quit IRC | 07:12 | |
*** marcoemorais has quit IRC | 07:13 | |
*** ijw has joined #openstack-dev | 07:14 | |
*** madhami has joined #openstack-dev | 07:17 | |
*** dkehn__ has joined #openstack-dev | 07:19 | |
*** sarob has quit IRC | 07:21 | |
*** dkehn__ has quit IRC | 07:21 | |
*** sarob has joined #openstack-dev | 07:21 | |
*** dkehn__ has joined #openstack-dev | 07:21 | |
*** madhami has quit IRC | 07:22 | |
*** dkehn_ has quit IRC | 07:22 | |
*** madhami has joined #openstack-dev | 07:22 | |
*** madhami has quit IRC | 07:22 | |
*** kamalic4 has quit IRC | 07:23 | |
*** kamalic1 has joined #openstack-dev | 07:23 | |
*** kamalic1 has quit IRC | 07:24 | |
*** jtomasek has joined #openstack-dev | 07:25 | |
*** sarob has quit IRC | 07:26 | |
*** MaxV has quit IRC | 07:26 | |
*** rraja has quit IRC | 07:27 | |
*** tkay has quit IRC | 07:27 | |
*** CaptTofu has joined #openstack-dev | 07:27 | |
*** ramishra has joined #openstack-dev | 07:29 | |
*** kgriffs is now known as kgriffs_afk | 07:29 | |
*** CaptTofu has quit IRC | 07:32 | |
*** flaper87|afk is now known as flaper87 | 07:33 | |
*** ramishra has quit IRC | 07:41 | |
*** mrunge has joined #openstack-dev | 07:46 | |
*** e0ne has joined #openstack-dev | 07:47 | |
*** ifarkas has joined #openstack-dev | 07:47 | |
*** jprovazn has joined #openstack-dev | 07:47 | |
*** dtantsur has joined #openstack-dev | 07:49 | |
*** topol has quit IRC | 07:50 | |
*** sgran_ is now known as sgran | 07:53 | |
*** evgenyf has joined #openstack-dev | 07:55 | |
*** lazy_prince has joined #openstack-dev | 07:56 | |
*** rohitk has quit IRC | 07:58 | |
*** mkoderer has quit IRC | 07:59 | |
*** denis_makogon_ has joined #openstack-dev | 07:59 | |
*** afazekas has joined #openstack-dev | 08:00 | |
*** mkoderer has joined #openstack-dev | 08:00 | |
*** pradeep has quit IRC | 08:00 | |
*** achampion has joined #openstack-dev | 08:01 | |
*** vartom1111111116 has joined #openstack-dev | 08:02 | |
*** denis_makogon has quit IRC | 08:02 | |
*** nmagnezi has joined #openstack-dev | 08:03 | |
*** vartom1111111115 has quit IRC | 08:03 | |
*** xga has joined #openstack-dev | 08:05 | |
*** hemna has quit IRC | 08:05 | |
*** xqueralt has joined #openstack-dev | 08:05 | |
*** achampion has quit IRC | 08:06 | |
*** florentflament has joined #openstack-dev | 08:06 | |
*** amerine has quit IRC | 08:08 | |
*** buzztroll has quit IRC | 08:08 | |
*** buzztroll has joined #openstack-dev | 08:09 | |
*** amerine has joined #openstack-dev | 08:09 | |
*** rohitk has joined #openstack-dev | 08:09 | |
*** negronjl has quit IRC | 08:09 | |
*** marcoemorais has joined #openstack-dev | 08:09 | |
*** negronjl has joined #openstack-dev | 08:10 | |
*** Mandell has quit IRC | 08:11 | |
*** keekz has quit IRC | 08:11 | |
*** cdub has quit IRC | 08:11 | |
*** Mandell has joined #openstack-dev | 08:11 | |
*** Hien has quit IRC | 08:11 | |
*** hugokuo has quit IRC | 08:11 | |
*** cyeoh has quit IRC | 08:12 | |
*** cdub has joined #openstack-dev | 08:12 | |
*** corXi has joined #openstack-dev | 08:12 | |
*** cyeoh has joined #openstack-dev | 08:13 | |
*** buzztroll has quit IRC | 08:13 | |
*** nelsnelson has quit IRC | 08:13 | |
*** keekz has joined #openstack-dev | 08:13 | |
*** locke105 has quit IRC | 08:13 | |
*** giulivo has quit IRC | 08:14 | |
*** SpamapS has quit IRC | 08:14 | |
*** hugokuo has joined #openstack-dev | 08:14 | |
*** marcoemorais has quit IRC | 08:14 | |
*** JordanRinke has quit IRC | 08:14 | |
*** giulivo has joined #openstack-dev | 08:14 | |
*** locke105 has joined #openstack-dev | 08:15 | |
*** amandap has quit IRC | 08:15 | |
*** SpamapS has joined #openstack-dev | 08:15 | |
*** SpamapS has quit IRC | 08:15 | |
*** SpamapS has joined #openstack-dev | 08:15 | |
*** xarses has quit IRC | 08:15 | |
*** creiht has quit IRC | 08:15 | |
*** JordanRinke has joined #openstack-dev | 08:15 | |
*** creiht has joined #openstack-dev | 08:16 | |
*** nelsnelson has joined #openstack-dev | 08:16 | |
*** retr0h has quit IRC | 08:16 | |
*** persia has quit IRC | 08:16 | |
*** amandap has joined #openstack-dev | 08:16 | |
*** belmoreira has joined #openstack-dev | 08:16 | |
*** branen_ has quit IRC | 08:16 | |
*** retr0h has joined #openstack-dev | 08:16 | |
*** retr0h has joined #openstack-dev | 08:16 | |
*** branen_ has joined #openstack-dev | 08:17 | |
*** Hien has joined #openstack-dev | 08:17 | |
*** lifeless has quit IRC | 08:17 | |
*** persia has joined #openstack-dev | 08:18 | |
*** persia is now known as Guest43781 | 08:18 | |
*** lifeless has joined #openstack-dev | 08:19 | |
*** Guest43781 has quit IRC | 08:20 | |
*** Guest43781 has joined #openstack-dev | 08:20 | |
*** Guest43781 is now known as persia | 08:20 | |
*** ramishra has joined #openstack-dev | 08:21 | |
*** comstud has quit IRC | 08:21 | |
*** comstud has joined #openstack-dev | 08:22 | |
*** sarob has joined #openstack-dev | 08:22 | |
*** mattymo has joined #openstack-dev | 08:23 | |
*** tshirtma1 has quit IRC | 08:23 | |
*** tshirtman has joined #openstack-dev | 08:23 | |
*** xga has quit IRC | 08:24 | |
*** dave_tucker_zzz is now known as dave_tucker | 08:25 | |
*** Lumiere has quit IRC | 08:26 | |
*** xga has joined #openstack-dev | 08:26 | |
*** xarses has joined #openstack-dev | 08:27 | |
*** dperaza has quit IRC | 08:27 | |
*** sarob has quit IRC | 08:28 | |
*** Lumiere has joined #openstack-dev | 08:28 | |
*** mattymo has quit IRC | 08:28 | |
*** jamieh has joined #openstack-dev | 08:31 | |
*** kris_ha has quit IRC | 08:31 | |
*** MaxV has joined #openstack-dev | 08:32 | |
*** I159 has joined #openstack-dev | 08:32 | |
*** I159_ has joined #openstack-dev | 08:32 | |
*** MaxV has quit IRC | 08:34 | |
*** jcoufal has joined #openstack-dev | 08:35 | |
*** MaxV has joined #openstack-dev | 08:35 | |
*** shardy_afk is now known as shardy | 08:35 | |
*** jpich has joined #openstack-dev | 08:36 | |
*** bogdando has quit IRC | 08:38 | |
*** gszasz has joined #openstack-dev | 08:38 | |
*** bogdando has joined #openstack-dev | 08:39 | |
*** sheeprine has quit IRC | 08:39 | |
*** gimps has quit IRC | 08:45 | |
*** romcheg1 has joined #openstack-dev | 08:46 | |
*** ala has joined #openstack-dev | 08:47 | |
*** gcha has joined #openstack-dev | 08:48 | |
*** d0ugal has joined #openstack-dev | 08:49 | |
*** d0ugal has quit IRC | 08:49 | |
*** d0ugal has joined #openstack-dev | 08:49 | |
*** sahid has joined #openstack-dev | 08:50 | |
*** thouveng has joined #openstack-dev | 08:50 | |
*** saju_m has joined #openstack-dev | 08:50 | |
*** ygbo has joined #openstack-dev | 08:53 | |
*** mattymo has joined #openstack-dev | 08:53 | |
*** mindpixel has joined #openstack-dev | 08:57 | |
*** jordanP has joined #openstack-dev | 08:57 | |
*** nacim has joined #openstack-dev | 09:00 | |
*** buzztroll has joined #openstack-dev | 09:01 | |
*** achampion has joined #openstack-dev | 09:02 | |
*** sheeprine has joined #openstack-dev | 09:02 | |
*** angdraug has joined #openstack-dev | 09:03 | |
*** jgallard has joined #openstack-dev | 09:03 | |
*** xga has quit IRC | 09:04 | |
*** buzztroll has quit IRC | 09:06 | |
*** dshulyak has joined #openstack-dev | 09:06 | |
*** xga has joined #openstack-dev | 09:06 | |
*** achampion has quit IRC | 09:07 | |
*** mflobo has joined #openstack-dev | 09:07 | |
*** nmagnezi has quit IRC | 09:08 | |
*** derekh has joined #openstack-dev | 09:09 | |
*** romcheg1 is now known as romcheg_ltp | 09:10 | |
*** iartarisi has joined #openstack-dev | 09:10 | |
*** marcoemorais has joined #openstack-dev | 09:10 | |
*** yassine has joined #openstack-dev | 09:11 | |
*** xgsa has joined #openstack-dev | 09:12 | |
*** marcoemorais has quit IRC | 09:12 | |
*** marcoemorais1 has joined #openstack-dev | 09:12 | |
*** mkerrin1 has quit IRC | 09:13 | |
*** sushils has joined #openstack-dev | 09:14 | |
*** rraja has joined #openstack-dev | 09:14 | |
*** marcoemorais1 has quit IRC | 09:16 | |
*** sushils has quit IRC | 09:19 | |
*** ramishra_ has joined #openstack-dev | 09:20 | |
*** ramishra has quit IRC | 09:20 | |
*** sushils has joined #openstack-dev | 09:20 | |
*** nmagnezi has joined #openstack-dev | 09:23 | |
*** sarob has joined #openstack-dev | 09:25 | |
*** nmagnezi has quit IRC | 09:25 | |
*** rossella_s has joined #openstack-dev | 09:25 | |
*** markmc has joined #openstack-dev | 09:26 | |
*** nmagnezi has joined #openstack-dev | 09:26 | |
*** nshaikh has quit IRC | 09:27 | |
*** denis_makogon_ has quit IRC | 09:28 | |
*** CaptTofu has joined #openstack-dev | 09:28 | |
*** nshaikh has joined #openstack-dev | 09:30 | |
*** lucasagomes has joined #openstack-dev | 09:30 | |
*** ijw has quit IRC | 09:30 | |
*** DinaBelova_ is now known as DinaBelova | 09:32 | |
*** toddnni has quit IRC | 09:32 | |
*** rraja has quit IRC | 09:32 | |
*** CaptTofu has quit IRC | 09:33 | |
*** nmagnezi_ has joined #openstack-dev | 09:34 | |
*** kris_ha has joined #openstack-dev | 09:34 | |
*** praneshp has joined #openstack-dev | 09:35 | |
*** athomas has joined #openstack-dev | 09:37 | |
*** nmagnezi has quit IRC | 09:38 | |
*** mkollaro has joined #openstack-dev | 09:41 | |
*** eglynn has joined #openstack-dev | 09:42 | |
*** rraja has joined #openstack-dev | 09:45 | |
*** angdraug has quit IRC | 09:46 | |
*** angdraug has joined #openstack-dev | 09:47 | |
*** paragan has quit IRC | 09:48 | |
*** rohitk has quit IRC | 09:50 | |
*** bauzas has joined #openstack-dev | 09:53 | |
*** sarob has quit IRC | 09:57 | |
*** mmagr has joined #openstack-dev | 09:58 | |
*** xingchao has joined #openstack-dev | 10:02 | |
*** buzztroll has joined #openstack-dev | 10:02 | |
*** achampion has joined #openstack-dev | 10:03 | |
*** xga_ has joined #openstack-dev | 10:06 | |
*** xga has quit IRC | 10:06 | |
*** buzztroll has quit IRC | 10:06 | |
*** achampion has quit IRC | 10:07 | |
*** xchu has quit IRC | 10:08 | |
*** gilliard_ has quit IRC | 10:09 | |
*** gilliard has joined #openstack-dev | 10:09 | |
*** neoXsys has joined #openstack-dev | 10:09 | |
*** praneshp has quit IRC | 10:10 | |
*** marcoemorais has joined #openstack-dev | 10:11 | |
*** rohitk has joined #openstack-dev | 10:11 | |
*** aspiers has joined #openstack-dev | 10:13 | |
*** danpb has joined #openstack-dev | 10:15 | |
*** marcoemorais has quit IRC | 10:16 | |
*** sarob has joined #openstack-dev | 10:22 | |
*** CaptTofu has joined #openstack-dev | 10:25 | |
*** martyntaylor has joined #openstack-dev | 10:26 | |
*** jp_at_hp has joined #openstack-dev | 10:27 | |
*** killer_prince has quit IRC | 10:30 | |
*** sergmelikyan has joined #openstack-dev | 10:31 | |
*** mindpixel has quit IRC | 10:32 | |
*** e0ne has quit IRC | 10:33 | |
*** andreaf has joined #openstack-dev | 10:33 | |
*** rohitk has quit IRC | 10:36 | |
*** angdraug has quit IRC | 10:36 | |
*** jocker__ has quit IRC | 10:41 | |
*** mkollaro has quit IRC | 10:41 | |
*** mkerrin has joined #openstack-dev | 10:42 | |
*** scfc_de has joined #openstack-dev | 10:43 | |
scfc_de | Hi! Where should I report a bug in review.openstack.org (Gerrit mangling links in comments)? | 10:43 |
*** xingchao has quit IRC | 10:47 | |
*** gszasz is now known as gszasz_afk | 10:47 | |
*** gongysh has quit IRC | 10:51 | |
*** Nikolay_1t has joined #openstack-dev | 10:52 | |
*** mkollaro has joined #openstack-dev | 10:52 | |
*** sarob has quit IRC | 10:55 | |
*** neoXsys has quit IRC | 10:57 | |
danpb | scfc_de: iirc there's an openstack-infra bug product to report against | 10:59 |
danpb | scfc_de: https://bugs.launchpad.net/openstack-ci/ | 10:59 |
*** kolesovdv has joined #openstack-dev | 11:01 | |
*** buzztroll has joined #openstack-dev | 11:02 | |
*** ArxCruz has joined #openstack-dev | 11:02 | |
*** yaguang has quit IRC | 11:03 | |
scfc_de | danpb: Thanks! | 11:03 |
*** achampion has joined #openstack-dev | 11:03 | |
*** gcha has quit IRC | 11:05 | |
*** corXi has quit IRC | 11:06 | |
*** buzztroll has quit IRC | 11:07 | |
*** alex_xu has quit IRC | 11:07 | |
*** achampion has quit IRC | 11:08 | |
*** xga_ has quit IRC | 11:08 | |
*** jgallard has quit IRC | 11:10 | |
*** neoXsys has joined #openstack-dev | 11:11 | |
*** marcoemorais has joined #openstack-dev | 11:12 | |
*** tdruiva has joined #openstack-dev | 11:13 | |
*** CaptTofu has quit IRC | 11:13 | |
*** xga_ has joined #openstack-dev | 11:14 | |
*** scfc_de has left #openstack-dev | 11:15 | |
*** raildo has joined #openstack-dev | 11:15 | |
*** pcm_ has joined #openstack-dev | 11:15 | |
*** dzimine has quit IRC | 11:16 | |
*** cnesa has joined #openstack-dev | 11:16 | |
*** marcoemorais has quit IRC | 11:16 | |
*** amuller has joined #openstack-dev | 11:17 | |
*** neoXsys has quit IRC | 11:18 | |
*** pcm_ has quit IRC | 11:20 | |
*** pcm_ has joined #openstack-dev | 11:21 | |
*** pschaef has joined #openstack-dev | 11:21 | |
*** jordanP has quit IRC | 11:22 | |
*** kushal has quit IRC | 11:22 | |
*** sarob has joined #openstack-dev | 11:22 | |
*** xga_ has quit IRC | 11:25 | |
*** aditirav has quit IRC | 11:25 | |
*** aditirav has joined #openstack-dev | 11:25 | |
*** rohitk has joined #openstack-dev | 11:26 | |
*** paragan has joined #openstack-dev | 11:28 | |
*** paragan has quit IRC | 11:28 | |
*** paragan has joined #openstack-dev | 11:28 | |
*** asalkeld has joined #openstack-dev | 11:29 | |
*** utlemming has quit IRC | 11:29 | |
*** ArxCruz has quit IRC | 11:29 | |
*** notmyname has quit IRC | 11:29 | |
*** ArxCruz has joined #openstack-dev | 11:30 | |
*** CaptTofu has joined #openstack-dev | 11:31 | |
*** pleia2 has quit IRC | 11:31 | |
*** dragondm has quit IRC | 11:31 | |
*** ijw has joined #openstack-dev | 11:31 | |
*** dhellmann has quit IRC | 11:31 | |
*** nmagnezi has joined #openstack-dev | 11:32 | |
*** pleia2 has joined #openstack-dev | 11:32 | |
*** dhellmann has joined #openstack-dev | 11:32 | |
*** dragondm has joined #openstack-dev | 11:32 | |
*** notmyname has joined #openstack-dev | 11:32 | |
*** sileht has quit IRC | 11:32 | |
*** dkehn_ has joined #openstack-dev | 11:32 | |
*** antonym has quit IRC | 11:32 | |
*** krtaylor has quit IRC | 11:33 | |
*** sileht has joined #openstack-dev | 11:33 | |
*** tteggel has joined #openstack-dev | 11:33 | |
*** tteggel_ has joined #openstack-dev | 11:33 | |
*** nmagnezi_ has quit IRC | 11:34 | |
*** sc68cal has quit IRC | 11:34 | |
*** neoXsys has joined #openstack-dev | 11:34 | |
*** tteggel_ has quit IRC | 11:34 | |
*** dkehn_ has quit IRC | 11:35 | |
*** tteggel_ has joined #openstack-dev | 11:35 | |
*** dkehn__ has quit IRC | 11:35 | |
*** dkehn_ has joined #openstack-dev | 11:35 | |
*** ijw has quit IRC | 11:36 | |
*** gilliard has quit IRC | 11:37 | |
*** gilliard has joined #openstack-dev | 11:37 | |
*** sc68cal has joined #openstack-dev | 11:37 | |
*** kushal has joined #openstack-dev | 11:37 | |
*** krtaylor has joined #openstack-dev | 11:38 | |
*** ehaselwanter has joined #openstack-dev | 11:39 | |
*** tteggel_ has quit IRC | 11:40 | |
*** tteggel_ has joined #openstack-dev | 11:41 | |
*** tteggel_ has quit IRC | 11:41 | |
*** tteggel_ has joined #openstack-dev | 11:42 | |
*** tteggel_ has quit IRC | 11:42 | |
*** tteggel has quit IRC | 11:42 | |
*** tteggel has joined #openstack-dev | 11:42 | |
*** kushal has quit IRC | 11:42 | |
*** Nikolay_1t has quit IRC | 11:43 | |
*** kushal has joined #openstack-dev | 11:44 | |
*** e0ne has joined #openstack-dev | 11:44 | |
*** jamieh has quit IRC | 11:44 | |
*** jamieh has joined #openstack-dev | 11:47 | |
*** e0ne has quit IRC | 11:48 | |
*** e0ne has joined #openstack-dev | 11:51 | |
*** sarob has quit IRC | 11:55 | |
*** bvandenh has joined #openstack-dev | 11:56 | |
*** vkozhukalov has joined #openstack-dev | 11:59 | |
*** promulo has quit IRC | 12:00 | |
*** dstanek has joined #openstack-dev | 12:00 | |
*** sumanthns has quit IRC | 12:01 | |
*** comay_ has quit IRC | 12:01 | |
*** tdruiva has quit IRC | 12:02 | |
*** buzztroll has joined #openstack-dev | 12:02 | |
*** xga has joined #openstack-dev | 12:06 | |
*** buzztroll has quit IRC | 12:06 | |
*** comay_ has joined #openstack-dev | 12:07 | |
*** vkmc has joined #openstack-dev | 12:09 | |
*** vkmc has quit IRC | 12:09 | |
*** vkmc has joined #openstack-dev | 12:09 | |
*** rtheis has joined #openstack-dev | 12:09 | |
*** marcoemorais has joined #openstack-dev | 12:12 | |
*** jgallard has joined #openstack-dev | 12:16 | |
*** marcoemorais has quit IRC | 12:17 | |
*** jcooley has quit IRC | 12:17 | |
*** EntropyWorks has quit IRC | 12:18 | |
*** mmagr has quit IRC | 12:20 | |
*** samuelbercovici has joined #openstack-dev | 12:20 | |
*** FunnyLookinHat has joined #openstack-dev | 12:20 | |
*** aditirav_ has joined #openstack-dev | 12:20 | |
*** jcooley has joined #openstack-dev | 12:20 | |
*** yamahata has quit IRC | 12:22 | |
*** EntropyWorks has joined #openstack-dev | 12:22 | |
*** d0ugal_ has joined #openstack-dev | 12:22 | |
*** sarob has joined #openstack-dev | 12:22 | |
*** rfolco has joined #openstack-dev | 12:23 | |
*** aditirav has quit IRC | 12:24 | |
*** aditirav has joined #openstack-dev | 12:24 | |
*** d0ugal has quit IRC | 12:25 | |
*** aditirav_ has quit IRC | 12:26 | |
*** d0ugal_ is now known as d0ugal | 12:27 | |
*** d0ugal has quit IRC | 12:27 | |
*** d0ugal has joined #openstack-dev | 12:28 | |
*** d0ugal has quit IRC | 12:28 | |
*** d0ugal has joined #openstack-dev | 12:28 | |
*** dshulyak has quit IRC | 12:30 | |
*** jruzicka has joined #openstack-dev | 12:30 | |
*** dsirrine has quit IRC | 12:30 | |
*** dshulyak has joined #openstack-dev | 12:31 | |
*** dsirrine has joined #openstack-dev | 12:31 | |
*** xjiujiu has joined #openstack-dev | 12:31 | |
*** aditirav has quit IRC | 12:33 | |
*** xingchao has joined #openstack-dev | 12:33 | |
*** READ10 has quit IRC | 12:36 | |
*** paragan has quit IRC | 12:36 | |
*** vladikr has quit IRC | 12:38 | |
*** CaptTofu has quit IRC | 12:39 | |
*** jprovazn has quit IRC | 12:39 | |
*** baoli has quit IRC | 12:39 | |
*** gszasz_afk is now known as gszasz | 12:40 | |
*** baoli has joined #openstack-dev | 12:40 | |
*** gimps has joined #openstack-dev | 12:40 | |
*** eglynn is now known as eglynn-lunch | 12:41 | |
*** jhesketh has quit IRC | 12:42 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 12:43 | |
*** topol has joined #openstack-dev | 12:43 | |
*** gszasz has quit IRC | 12:46 | |
*** gcha has joined #openstack-dev | 12:46 | |
*** sulrich has quit IRC | 12:48 | |
*** promulo has joined #openstack-dev | 12:48 | |
*** gszasz has joined #openstack-dev | 12:48 | |
*** unicell1 is now known as unicell | 12:48 | |
*** unicell has joined #openstack-dev | 12:48 | |
*** sulrich has joined #openstack-dev | 12:49 | |
*** sballe has quit IRC | 12:50 | |
*** sballe has joined #openstack-dev | 12:51 | |
*** xBsd has joined #openstack-dev | 12:52 | |
*** lucasagomes is now known as lucas-hungry | 12:53 | |
*** sarob has quit IRC | 12:55 | |
*** jamieh has quit IRC | 12:55 | |
*** jamieh has joined #openstack-dev | 13:01 | |
*** stannie has quit IRC | 13:01 | |
*** mohits has quit IRC | 13:01 | |
*** dstanek has quit IRC | 13:01 | |
*** b3nt_pin is now known as beagles | 13:02 | |
*** jprovazn has joined #openstack-dev | 13:02 | |
*** xBsd has quit IRC | 13:02 | |
*** buzztroll has joined #openstack-dev | 13:02 | |
marekd|away | dolphm: ping. | 13:03 |
*** marekd|away is now known as marekd | 13:03 | |
alex-foo | The tests for py3.3 on git-review are failing for me because gerrit's port is in use: http://logs.openstack.org/51/72751/3/check/gate-git-review-python33/d7d762b/console.html | 13:03 |
alex-foo | https://review.openstack.org/#/c/72751/ | 13:03 |
*** ala has quit IRC | 13:04 | |
*** jcoufal has quit IRC | 13:04 | |
YorikSar_ | alex-foo: Hi | 13:04 |
alex-foo | hey | 13:05 |
*** jcoufal has joined #openstack-dev | 13:05 | |
YorikSar_ | alex-foo: The change that's fixind port problem couldn't land yet. | 13:05 |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 13:05 | |
YorikSar_ | alex-foo: You can rebase your change on top of it though. | 13:05 |
*** stannie has joined #openstack-dev | 13:06 | |
alex-foo | what change number is it? | 13:06 |
YorikSar_ | alex-foo: Or you can leave it be. I hope to push it today. | 13:06 |
*** xga has quit IRC | 13:06 | |
*** xga has joined #openstack-dev | 13:06 | |
alex-foo | actually nm i'll just wait | 13:06 |
YorikSar_ | alex-foo: https://review.openstack.org/70685 | 13:07 |
*** buzztroll has quit IRC | 13:07 | |
*** jhesketh_ has quit IRC | 13:07 | |
YorikSar_ | alex-foo: Yeah, I think once fungi comes we'll be able to push it. | 13:08 |
YorikSar_ | fungi: Or are you around already? | 13:08 |
*** nosnos has quit IRC | 13:10 | |
*** dprince has joined #openstack-dev | 13:10 | |
*** jordanP has joined #openstack-dev | 13:10 | |
*** heyongli has joined #openstack-dev | 13:12 | |
*** promulo has quit IRC | 13:12 | |
*** promulo has joined #openstack-dev | 13:13 | |
*** marcoemorais has joined #openstack-dev | 13:13 | |
*** jdob has joined #openstack-dev | 13:14 | |
*** zul has joined #openstack-dev | 13:14 | |
*** rdas has quit IRC | 13:14 | |
SergeyLukjanov | YorikSar_, approved one more time | 13:16 |
SergeyLukjanov | YorikSar_, when we'll have an anniversary of approving it? | 13:17 |
*** YorikSar_ is now known as YorikSar | 13:17 | |
YorikSar | SergeyLukjanov: I guess it'll land easily now. | 13:17 |
*** marcoemorais has quit IRC | 13:18 | |
YorikSar | SergeyLukjanov: Yay! :) | 13:18 |
*** ala has joined #openstack-dev | 13:19 | |
SergeyLukjanov | YorikSar, my congratulations! | 13:19 |
YorikSar | SergeyLukjanov: Yeah. That was funny. One change takes too long to land because the other one is not there and the other one needed the first one to land correctly. | 13:20 |
YorikSar | SergeyLukjanov: And now they've landed :) | 13:20 |
SergeyLukjanov | YorikSar, probably we should go to the #openstack-crazy channel | 13:20 |
*** radez_g0n3 is now known as radez | 13:21 | |
*** sarob has joined #openstack-dev | 13:22 | |
YorikSar | alex-foo: Now we have couple of all-new and shiny fails for you :) | 13:23 |
YorikSar | SergeyLukjanov: Can you take a look at my other changes in git-review? | 13:23 |
alex-foo | YorikSar: shouldn't i rebase my change first? | 13:24 |
YorikSar | SergeyLukjanov: Specifically https://review.openstack.org/73221 and https://review.openstack.org/73216 | 13:24 |
YorikSar | alex-foo: No need. It's merged with master before checks are run. | 13:24 |
marekd | ayoung: bknudson: around? | 13:24 |
alex-foo | YorikSar: oh... | 13:24 |
*** kgriffs_afk is now known as kgriffs | 13:24 | |
*** crandquist has joined #openstack-dev | 13:25 | |
*** sweston has quit IRC | 13:26 | |
*** neeti has quit IRC | 13:27 | |
*** jkyle has quit IRC | 13:27 | |
*** dstanek has joined #openstack-dev | 13:27 | |
*** rohitk has quit IRC | 13:28 | |
*** sballe has quit IRC | 13:29 | |
*** sballe has joined #openstack-dev | 13:29 | |
*** xga has quit IRC | 13:31 | |
*** xga has joined #openstack-dev | 13:31 | |
*** antonym has joined #openstack-dev | 13:31 | |
*** ijw has joined #openstack-dev | 13:32 | |
*** jkyle has joined #openstack-dev | 13:34 | |
*** crandquist has quit IRC | 13:35 | |
*** ukalifon has joined #openstack-dev | 13:36 | |
*** ijw has quit IRC | 13:37 | |
*** crandquist has joined #openstack-dev | 13:37 | |
*** crandquist is now known as kobier | 13:37 | |
*** kamalic1 has joined #openstack-dev | 13:38 | |
*** tdruiva has joined #openstack-dev | 13:38 | |
alex-foo | YorikSar: still sporadic failures ... :/ | 13:39 |
alex-foo | how does anyone ever get any git-review change applied!? | 13:39 |
*** IanGovett has joined #openstack-dev | 13:40 | |
YorikSar | alex-foo: Yeah. That's some other failures though. | 13:40 |
alex-foo | seems to be nothing to do with my change though? | 13:40 |
*** neoXsys has quit IRC | 13:40 | |
YorikSar | alex-foo: I've filed a bug about it: https://launchpad.net/bugs/1279688 | 13:40 |
YorikSar | alex-foo: Yes, looks like it. | 13:41 |
alex-foo | i'm disappointed there is no one on #openstack-crazy | 13:41 |
*** prad has joined #openstack-dev | 13:44 | |
ukalifon | Hello, openstack-dev. Can anyone help me with a question regarding the v3cloudsample policy.json file in keystone? I configured the cloud_admin rule like this: | 13:44 |
ukalifon | "cloud_admin": "rule:admin_required and domain_id:621a5908e10c476c92ef1e0817c10e45" | 13:44 |
SergeyLukjanov | YorikSar, I'll take a look on them | 13:44 |
*** nshaikh has left #openstack-dev | 13:45 | |
*** nshaikh has quit IRC | 13:45 | |
*** achampion has joined #openstack-dev | 13:46 | |
*** lbragstad has quit IRC | 13:46 | |
*** edmund has joined #openstack-dev | 13:47 | |
*** gszasz_ has joined #openstack-dev | 13:47 | |
*** gszasz_ has quit IRC | 13:47 | |
*** stevemar has joined #openstack-dev | 13:47 | |
*** gszasz_ has joined #openstack-dev | 13:47 | |
*** kmak has joined #openstack-dev | 13:47 | |
*** lucas-hungry is now known as lucasagomes | 13:48 | |
*** yamahata has joined #openstack-dev | 13:49 | |
*** prad_ has joined #openstack-dev | 13:50 | |
*** kamalic1 has quit IRC | 13:50 | |
*** gszasz has quit IRC | 13:50 | |
*** kamalic1 has joined #openstack-dev | 13:50 | |
*** prad has quit IRC | 13:51 | |
*** prad_ is now known as prad | 13:51 | |
*** rraja has quit IRC | 13:52 | |
*** samuelqueiroz-af has quit IRC | 13:53 | |
*** mmagr has joined #openstack-dev | 13:55 | |
*** markwash has joined #openstack-dev | 13:55 | |
*** sarob has quit IRC | 13:55 | |
*** colinmcnamara has joined #openstack-dev | 13:57 | |
*** gokrokve has joined #openstack-dev | 13:57 | |
*** IanGovett has quit IRC | 14:01 | |
*** IanGovett has joined #openstack-dev | 14:02 | |
*** buzztroll has joined #openstack-dev | 14:02 | |
*** heyongli has quit IRC | 14:03 | |
*** nshaikh has joined #openstack-dev | 14:04 | |
ukalifon | Can anyone help me with a question regarding the v3cloudsample policy.json file in keystone? I configured the cloud_admin rule like this: | 14:05 |
ukalifon | "cloud_admin": "rule:admin_required and domain_id:621a5908e10c476c92ef1e0817c10e45" | 14:05 |
ukalifon | So this rule means that anyone with "admin" role in the specified domain is a cloud_admin, right? The problem is that I am forbidden from listing users, and many other actions, when I use a token of such a user. What might I be missing here? Thanks. | 14:05 |
*** cagrev has joined #openstack-dev | 14:05 | |
*** rraja has joined #openstack-dev | 14:05 | |
*** vladikr has joined #openstack-dev | 14:06 | |
*** tdruiva has quit IRC | 14:07 | |
*** buzztroll has quit IRC | 14:07 | |
*** kolesovdv has quit IRC | 14:07 | |
*** sgordon has joined #openstack-dev | 14:08 | |
*** lbragstad has joined #openstack-dev | 14:08 | |
*** dvarga has joined #openstack-dev | 14:08 | |
*** READ10 has joined #openstack-dev | 14:09 | |
*** gordc has joined #openstack-dev | 14:11 | |
*** dkranz has joined #openstack-dev | 14:11 | |
*** nermina has joined #openstack-dev | 14:11 | |
*** Guest50701 has joined #openstack-dev | 14:12 | |
zigo | ttx: When is the next point release due? I failed googling for the schedule... :( | 14:14 |
*** marcoemorais has joined #openstack-dev | 14:14 | |
zigo | Isn't it TODAY? | 14:14 |
*** Guest15113 is now known as nikhil__ | 14:14 | |
ttx | zigo: should be, yes | 14:17 |
*** nkinder has quit IRC | 14:17 | |
ttx | zigo: but probably today US time | 14:17 |
zigo | :) | 14:17 |
zigo | Meaning tomorrow for me, got ya! :) | 14:17 |
*** jamieh has quit IRC | 14:18 | |
*** sundjango has joined #openstack-dev | 14:18 | |
*** marcoemorais has quit IRC | 14:19 | |
*** xga_ has joined #openstack-dev | 14:19 | |
*** haleyb has quit IRC | 14:19 | |
*** blentz_ is now known as blentz | 14:20 | |
*** AlanClark has joined #openstack-dev | 14:20 | |
*** xga has quit IRC | 14:20 | |
*** tkammer has quit IRC | 14:20 | |
*** kevinconway has joined #openstack-dev | 14:21 | |
*** spzala has joined #openstack-dev | 14:21 | |
*** sarob has joined #openstack-dev | 14:22 | |
*** sgordon has quit IRC | 14:23 | |
*** belmoreira has quit IRC | 14:25 | |
*** irenab has quit IRC | 14:26 | |
*** tkammer has joined #openstack-dev | 14:26 | |
*** belmoreira has joined #openstack-dev | 14:27 | |
*** glenng has quit IRC | 14:27 | |
*** xingchao has quit IRC | 14:28 | |
*** saju_m has quit IRC | 14:28 | |
*** nermina has quit IRC | 14:28 | |
*** dbalog has joined #openstack-dev | 14:29 | |
*** cnesa has quit IRC | 14:30 | |
*** tdruiva has joined #openstack-dev | 14:31 | |
*** achampion has quit IRC | 14:32 | |
*** venkatesh has joined #openstack-dev | 14:33 | |
*** cfriesen has joined #openstack-dev | 14:35 | |
*** max_lobur is now known as max_lobur_afk | 14:36 | |
*** joesavak has joined #openstack-dev | 14:37 | |
*** dims has quit IRC | 14:38 | |
*** erkules_ is now known as erkules | 14:38 | |
*** CaptTofu has joined #openstack-dev | 14:40 | |
*** sarob has quit IRC | 14:40 | |
*** dave_tucker is now known as dave_tucker_zzz | 14:41 | |
*** jhesketh has joined #openstack-dev | 14:41 | |
*** eglynn-lunch is now known as eglynn | 14:41 | |
*** lxsli0 has joined #openstack-dev | 14:42 | |
*** tsekiyama has joined #openstack-dev | 14:43 | |
*** sweston has joined #openstack-dev | 14:43 | |
*** mlegault has joined #openstack-dev | 14:44 | |
*** lxsli has quit IRC | 14:44 | |
*** CaptTofu has quit IRC | 14:44 | |
*** doug-fish has joined #openstack-dev | 14:45 | |
*** utlemming has joined #openstack-dev | 14:48 | |
*** blentz has quit IRC | 14:48 | |
*** ala has quit IRC | 14:49 | |
*** xjiujiu has quit IRC | 14:50 | |
*** dims has joined #openstack-dev | 14:52 | |
alex-foo | SergeyLukjanov: where should i put tests for parse_git_url? i don't see any related tests in git-review | 14:52 |
*** aeperezt has joined #openstack-dev | 14:52 | |
*** ramishra_ has quit IRC | 14:52 | |
*** ramishra has joined #openstack-dev | 14:52 | |
alex-foo | SergeyLukjanov: all of the tests in test_git_review are execution tests | 14:53 |
*** mlegault_ has joined #openstack-dev | 14:54 | |
*** fiestaa has joined #openstack-dev | 14:54 | |
SergeyLukjanov | alex-foo, due the behavior change, probably it'll be better to add simple test that will check both scp and non-scp style urls | 14:55 |
SergeyLukjanov | YorikSar, ^^ | 14:55 |
alex-foo | SergeyLukjanov: right - but i can't see where... there are no unit tests AFAICT? | 14:55 |
*** sweston_ has joined #openstack-dev | 14:55 | |
SergeyLukjanov | alex-foo, I'm not strongly for it, but it's preferred IMO | 14:55 |
alex-foo | i agree, i did want to put tests in but i couldn't find any suitable place for them | 14:56 |
*** belmoreira has quit IRC | 14:56 | |
SergeyLukjanov | alex-foo, it could be done by integration tests, I'm not sure about it, we need YorikSar to confirm | 14:56 |
YorikSar | alex-foo: You're right, there's no unittests in git-review, only the integration ones. | 14:56 |
*** sweston has quit IRC | 14:56 | |
*** exed_ has joined #openstack-dev | 14:57 | |
*** mlegault has quit IRC | 14:57 | |
YorikSar | alex-foo: You can add another module to tests package and add appropriate testcase there. | 14:57 |
jaypipes | dstanek: <3 https://review.openstack.org/#/c/73304/ | 14:58 |
YorikSar | alex-foo: I guess you can derive straight from testtools.TestCase. | 14:58 |
*** csaba|afk is now known as csaba | 14:58 | |
*** dzimine has joined #openstack-dev | 14:59 | |
*** FunnyLookinHat has quit IRC | 15:00 | |
*** browne has joined #openstack-dev | 15:00 | |
*** AlexF has joined #openstack-dev | 15:00 | |
*** belmoreira has joined #openstack-dev | 15:02 | |
*** ala has joined #openstack-dev | 15:02 | |
*** danielbruno has joined #openstack-dev | 15:02 | |
*** buzztroll has joined #openstack-dev | 15:02 | |
*** nkinder has joined #openstack-dev | 15:03 | |
*** mfer has joined #openstack-dev | 15:03 | |
*** aditirav has joined #openstack-dev | 15:03 | |
*** mlegault has joined #openstack-dev | 15:03 | |
*** byeager has joined #openstack-dev | 15:04 | |
*** haleyb has joined #openstack-dev | 15:04 | |
*** xga has joined #openstack-dev | 15:05 | |
*** xga_ has quit IRC | 15:05 | |
*** mlegault_ has quit IRC | 15:05 | |
*** markwash has quit IRC | 15:05 | |
*** blentz has joined #openstack-dev | 15:05 | |
*** ukalifon has quit IRC | 15:06 | |
*** buzztroll has quit IRC | 15:07 | |
alex-foo | YorikSar: i'm already way over budget on this fix | 15:07 |
dstanek | jaypipes: thx | 15:07 |
*** kamalic1 has quit IRC | 15:07 | |
*** mgagne has quit IRC | 15:07 | |
alex-foo | YorikSar: and i still can't even get the existing tests to pass... | 15:08 |
*** terrylhowe has joined #openstack-dev | 15:08 | |
*** vijendar has joined #openstack-dev | 15:09 | |
*** clayb has joined #openstack-dev | 15:10 | |
*** ramishra has quit IRC | 15:11 | |
*** AlexF has quit IRC | 15:13 | |
*** tmclaugh[work] has joined #openstack-dev | 15:14 | |
YorikSar | alex-foo: I guess we'll be able to make it pass existing tests. But as SergeyLukjanov said, new tests are not required. We can live without them for now. | 15:14 |
*** marcoemorais has joined #openstack-dev | 15:15 | |
*** jnoller has joined #openstack-dev | 15:16 | |
*** imcsk8_ has quit IRC | 15:16 | |
*** jnoller_ has joined #openstack-dev | 15:16 | |
*** mfer has quit IRC | 15:16 | |
*** jnoller_ has quit IRC | 15:16 | |
*** jnoller_ has joined #openstack-dev | 15:17 | |
*** CaptTofu has joined #openstack-dev | 15:17 | |
*** jnoller_ has quit IRC | 15:17 | |
*** jergerber has joined #openstack-dev | 15:18 | |
*** jnoller_ has joined #openstack-dev | 15:19 | |
*** jnoller has quit IRC | 15:19 | |
*** gordc1 has joined #openstack-dev | 15:19 | |
*** gordc has quit IRC | 15:19 | |
*** marcoemorais has quit IRC | 15:20 | |
*** pablosan has joined #openstack-dev | 15:20 | |
*** pablosan has quit IRC | 15:20 | |
*** pablosan has joined #openstack-dev | 15:21 | |
*** mkerrin has quit IRC | 15:21 | |
*** achampion has joined #openstack-dev | 15:22 | |
*** bashok has joined #openstack-dev | 15:22 | |
*** sarob has joined #openstack-dev | 15:22 | |
*** IanGovett has quit IRC | 15:22 | |
*** carlp has joined #openstack-dev | 15:23 | |
dstanek | jaypipes: i make that change before somebody pointed me to your bug. i just didn't want my new model to have an extra field. | 15:24 |
*** ukalifon has joined #openstack-dev | 15:24 | |
jaypipes | dstanek: :) no worries. feel free to remove that comment and link to that bug! | 15:24 |
*** prad has quit IRC | 15:25 | |
*** ArxCruz has quit IRC | 15:25 | |
*** IanGovett has joined #openstack-dev | 15:25 | |
*** prad has joined #openstack-dev | 15:25 | |
*** AlexF has joined #openstack-dev | 15:25 | |
*** zhiyan has joined #openstack-dev | 15:25 | |
dstanek | jaypipes: i'd like to take that field out too, but i'm not sure about backward compat | 15:25 |
jaypipes | dstanek: yeah, no reason to take the field out at this time... I can do that in a later patch. | 15:26 |
luisbg | is there some sort of mentorship process/program for easy triaged bugs? or good starter triaged bugs? | 15:26 |
*** JonnyNomad_ has quit IRC | 15:26 | |
*** zhiyan is now known as zhiyan_ | 15:26 | |
*** sarob has quit IRC | 15:27 | |
*** ArxCruz has joined #openstack-dev | 15:27 | |
*** samuelbercovici has quit IRC | 15:27 | |
*** mkollaro has quit IRC | 15:28 | |
*** IanGovett1 has joined #openstack-dev | 15:28 | |
*** mkollaro has joined #openstack-dev | 15:28 | |
*** glenng has joined #openstack-dev | 15:29 | |
*** chandan_kumar has quit IRC | 15:29 | |
*** chandankumar_ has joined #openstack-dev | 15:29 | |
*** IanGovett has quit IRC | 15:30 | |
*** tongli has joined #openstack-dev | 15:30 | |
*** mgagne has joined #openstack-dev | 15:30 | |
*** mkerrin has joined #openstack-dev | 15:30 | |
*** nermina has joined #openstack-dev | 15:30 | |
*** jcoufal has quit IRC | 15:31 | |
*** otherwiseguy has joined #openstack-dev | 15:32 | |
*** nermina has left #openstack-dev | 15:32 | |
*** Tross has quit IRC | 15:33 | |
*** mkollaro has quit IRC | 15:33 | |
*** rcleere has quit IRC | 15:33 | |
*** mgagne1 has joined #openstack-dev | 15:34 | |
*** doug-fish has quit IRC | 15:34 | |
*** doug-fish has joined #openstack-dev | 15:34 | |
*** marun has joined #openstack-dev | 15:34 | |
*** mrodden has joined #openstack-dev | 15:34 | |
*** xga_ has joined #openstack-dev | 15:35 | |
*** mgagne has quit IRC | 15:35 | |
*** xga has quit IRC | 15:36 | |
*** xingchao has joined #openstack-dev | 15:37 | |
*** thomasem has joined #openstack-dev | 15:37 | |
*** AlexF has quit IRC | 15:37 | |
*** fiestaa has quit IRC | 15:38 | |
*** colinmcnamara has quit IRC | 15:38 | |
*** ramishra has joined #openstack-dev | 15:39 | |
*** tserong has quit IRC | 15:39 | |
*** atiwari has joined #openstack-dev | 15:40 | |
*** baoli_ has joined #openstack-dev | 15:40 | |
*** AlexF has joined #openstack-dev | 15:40 | |
*** xingchao has quit IRC | 15:40 | |
*** nealph has joined #openstack-dev | 15:40 | |
*** dripton__ is now known as dripton_shovelin | 15:41 | |
*** baoli_ has quit IRC | 15:41 | |
*** baoli has quit IRC | 15:41 | |
*** abhirc has joined #openstack-dev | 15:42 | |
*** baoli has joined #openstack-dev | 15:42 | |
*** dshulyak has quit IRC | 15:42 | |
*** vkozhukalov has quit IRC | 15:42 | |
*** tkammer has quit IRC | 15:42 | |
*** FunnyLookinHat has joined #openstack-dev | 15:43 | |
dstanek | luisbg: that project are you looking to contribute to? | 15:43 |
*** mkollaro has joined #openstack-dev | 15:43 | |
dstanek | s/that/what/ | 15:43 |
luisbg | dstanek, Nova | 15:43 |
*** tserong has joined #openstack-dev | 15:44 | |
*** hdd has joined #openstack-dev | 15:44 | |
dstanek | luisbg: have you looked through the bugs at all to see if any looking easy/interesting? | 15:44 |
*** jobewan has joined #openstack-dev | 15:45 | |
dstanek | luisbg: i don't know of a mentoring program, but lots of people here can help answer questions when you get them | 15:45 |
*** jmontemayor has joined #openstack-dev | 15:45 | |
luisbg | dstanek, I am going through the list right now, reading the ones that peek my interest | 15:45 |
*** cucxabong has joined #openstack-dev | 15:46 | |
luisbg | dstanek, was just wondering that once I offer to fix a bug if there was a system to have experienced contributors mentor new ones | 15:46 |
*** jecarey has joined #openstack-dev | 15:46 | |
luisbg | dstanek, just curious :) I will figure it out and ask when needed | 15:46 |
dstanek | luisbg: if you are completely new to openstack then i think you'll want to find an easy one so that you can learn the process 'git review' and such | 15:46 |
luisbg | dstanek, I've seen you use Gerrit, is the git review process that different from other open source projects? | 15:47 |
*** AlexF has quit IRC | 15:47 | |
luisbg | dstanek, I do agree starting with an easy one is a good idea :) | 15:47 |
luisbg | learn the processes and start reading the code | 15:48 |
*** buzztroll has joined #openstack-dev | 15:48 | |
*** AlexF has joined #openstack-dev | 15:48 | |
dolphm | stevemar: i don't think 'reverify no bug' does anything | 15:49 |
luisbg | dstanek, thanks for the pointers :) | 15:49 |
dolphm | stevemar: besides, the build failed on a real bug - cite it! | 15:49 |
*** giroro_ has quit IRC | 15:49 | |
*** devoid has joined #openstack-dev | 15:50 | |
*** Ruetobas has joined #openstack-dev | 15:50 | |
stevemar | dolphm, that was weird | 15:50 |
stevemar | dolphm, also https://review.openstack.org/#/c/73072/ | 15:50 |
*** cucxabong has quit IRC | 15:50 | |
dolphm | stevemar: ah, nice | 15:50 |
*** atiwari has quit IRC | 15:51 | |
dstanek | dolphm: does https://review.openstack.org/#/c/72492 force use add add in all the oslo deps like kombu, etc? | 15:51 |
dolphm | stevemar: thanks for the comment there | 15:51 |
dolphm | dstanek: seems to | 15:51 |
dstanek | dolphm: that's unfortunate | 15:51 |
stevemar | dstanek, thats why i added ^^ https://review.openstack.org/#/c/73072/ | 15:51 |
dolphm | dstanek: it'd be nice to ignore keystone/openstack/common for docs :-/ | 15:51 |
dstanek | stevemar: ha, nice! | 15:52 |
viktors | dhellmann: Hello. If you have a time, can you please review rpodolyaka's patch https://review.openstack.org/#/c/68684/ (Don't store engine instances in oslo.db), which got your -2. Thanks | 15:52 |
dolphm | stevemar: would they work in test-requirements? | 15:52 |
dhellmann | hi, viktors, I'll take a look | 15:52 |
stevemar | dolphm, they did work, look @ patch 2 | 15:52 |
dolphm | stevemar: oh, i didn't even look. just assumed requirements | 15:52 |
stevemar | dolphm, actually ran it with the pbr changes too, but reverted them in 3 | 15:53 |
dolphm | stevemar: i was going to rebase the tox change on top of this so we can approve both? | 15:53 |
stevemar | dolphm, sure | 15:53 |
stevemar | dolphm, was going to do that last night, but le sleep got to me | 15:53 |
dstanek | dolphm: yeah, i don't know how to do that or if it's possible | 15:54 |
dstanek | dolphm: oh, wait...maybe we can | 15:55 |
*** neelashah has joined #openstack-dev | 15:56 | |
*** FunnyLookinHat has quit IRC | 15:56 | |
*** FunnyLookinHat_ has joined #openstack-dev | 15:56 | |
stevemar | dolphm, now to hope there were no new doc warnings created in the last few days | 15:56 |
stevemar | dolphm, not like we had a lot of changes get merged or anything :S | 15:57 |
stevemar | dolphm, blahhh new error | 15:58 |
stevemar | dolphm, http://paste.openstack.org/show/65070/ | 15:59 |
*** tqtran has joined #openstack-dev | 16:00 | |
*** kgriffs is now known as kgriffs_afk | 16:00 | |
*** Ruetobas has quit IRC | 16:01 | |
*** rcleere has joined #openstack-dev | 16:01 | |
*** Tross has joined #openstack-dev | 16:01 | |
*** VINOD has joined #openstack-dev | 16:01 | |
*** tqtran1 has joined #openstack-dev | 16:01 | |
dhellmann | viktors, rpodolyaka : +2 on the changeset with the facade, with a note about future work | 16:02 |
*** tjones has joined #openstack-dev | 16:02 | |
*** andreaf has quit IRC | 16:02 | |
*** nshaikh has left #openstack-dev | 16:02 | |
*** kgriffs_afk is now known as kgriffs | 16:02 | |
viktors | dhellmann: thanks | 16:03 |
rpodolyaka | dhellmann: cool! yeah, this is kind of what the next patch does | 16:03 |
bswartz | ttx: I could use your help with something administrative if you're around | 16:03 |
rpodolyaka | dhellmann: thanks! | 16:03 |
*** Ruetobas has joined #openstack-dev | 16:03 | |
*** mgagne1 is now known as mgagne | 16:03 | |
dhellmann | rpodolyaka: contrary to the note in the commit message from the 2nd patch, we'll want to keep that options module in the oslo.db library when it is released | 16:03 |
dhellmann | otherwise we end up with different options defined in different apps | 16:04 |
*** hub_cap has joined #openstack-dev | 16:04 | |
*** sundjango has quit IRC | 16:04 | |
*** tqtran has quit IRC | 16:04 | |
*** bdpayne has joined #openstack-dev | 16:05 | |
rpodolyaka | dhellmann: agreed. But can we make integration with oslo.config 'optional'? Something like: we provide options.py where options are registered, but we don't have oslo.config in requirement.txt of oslo.db | 16:05 |
dhellmann | yes, that's the idea | 16:05 |
rpodolyaka | dhellmann: so it's not a install time dependency | 16:05 |
dhellmann | rpodolyaka: right | 16:06 |
rpodolyaka | dhelllmann: cool! that was my understanding of this | 16:06 |
dhellmann | and we should think about whether we want those options registered when options.py is imported, or if we want to provide a function | 16:06 |
*** kgriffs is now known as kgriffs_afk | 16:06 | |
rpodolyaka | dhellmann: I'd go for function, but I'm not sure how to use import_opt() for that | 16:06 |
rpodolyaka | dhellmann: or just call function instead? | 16:06 |
*** belmoreira has quit IRC | 16:07 | |
*** mtaylor is now known as mordred | 16:07 | |
dhellmann | rpodolyaka: yeah, apps would just call the function and pass cfg.CONF if they want the options registered on the global object | 16:07 |
stevemar | dolphm, fixed it :) https://review.openstack.org/73341 | 16:07 |
*** mordred has quit IRC | 16:07 | |
*** mordred has joined #openstack-dev | 16:07 | |
dhellmann | rpodolyaka: that can come as a follow-up, let's not derail getting these other patches approved :-) | 16:07 |
rpodolyaka | dhellmann: right, import time side effects are not great :) | 16:07 |
ttx | bswartz: in a meeting, but I can multiplex | 16:07 |
rpodolyaka | dhellmann: ok | 16:07 |
*** saju_m has joined #openstack-dev | 16:08 | |
viktors | jd__: hi | 16:08 |
*** Ruetobas has quit IRC | 16:08 | |
*** rraja has quit IRC | 16:08 | |
*** kris_ha has quit IRC | 16:08 | |
*** caleb_ has joined #openstack-dev | 16:09 | |
*** venkatesh has quit IRC | 16:09 | |
*** ifarkas has quit IRC | 16:10 | |
*** VINOD has quit IRC | 16:10 | |
jd__ | viktors: hi | 16:10 |
viktors | jd__: can you please restore your +2 on patch patch https://review.openstack.org/#/c/68684/ (Don't store engine instances in oslo.db) ? :) | 16:11 |
*** AlexF has quit IRC | 16:11 | |
*** bvandenh has quit IRC | 16:11 | |
jd__ | viktors: sure let me check :) | 16:11 |
*** AlexF has joined #openstack-dev | 16:11 | |
*** ijw has joined #openstack-dev | 16:13 | |
*** Ruetobas has joined #openstack-dev | 16:13 | |
*** pmathews has joined #openstack-dev | 16:14 | |
*** jpeeler1 has quit IRC | 16:14 | |
dolphm | stevemar: i noticed that this morning as well | 16:14 |
*** dzimine has quit IRC | 16:14 | |
*** xgsa has quit IRC | 16:15 | |
dolphm | stevemar: hrm.. | 16:15 |
*** cnesa has joined #openstack-dev | 16:15 | |
*** chandankumar__ has joined #openstack-dev | 16:16 | |
*** aeperezt has quit IRC | 16:16 | |
*** dripton_shovelin is now known as dripton | 16:17 | |
*** topol_ has joined #openstack-dev | 16:17 | |
bknudson | here's a success -- https://review.openstack.org/#/c/68897/ | 16:18 |
bknudson | gate-python-keystoneclient-python33 FAILURE in 4m 53s | 16:18 |
*** tjones has quit IRC | 16:18 | |
*** topol has quit IRC | 16:18 | |
*** garyk has quit IRC | 16:18 | |
*** topol_ is now known as topol | 16:18 | |
dolphm | bknudson: lol | 16:18 |
bknudson | TypeError: 'dict_keys' object does not support indexing | 16:18 |
dolphm | bknudson: this was part of the python33 release job ... https://jenkins.openstack.org/job/post-mirror-python33/346/console | 16:18 |
*** xgsa has joined #openstack-dev | 16:18 | |
*** chandankumar_ has quit IRC | 16:19 | |
dolphm | bknudson: we should recheck no bug all the pending client changes | 16:19 |
bknudson | dolphm: good idea. if you don't get to it then I will | 16:20 |
dolphm | bknudson: there's a lot... i'll get started lol | 16:20 |
*** nmagnezi has quit IRC | 16:20 | |
bknudson | I'll have to switch from tox -e py27 to tox -e py33 | 16:20 |
*** xarses has quit IRC | 16:22 | |
*** xgsa has quit IRC | 16:23 | |
*** imcsk8_ has joined #openstack-dev | 16:24 | |
dolphm | bknudson: done | 16:25 |
*** kris_ha has joined #openstack-dev | 16:25 | |
viktors | jd__: thanks! | 16:25 |
stevemar | dolphm, why the hrm? | 16:25 |
dolphm | stevemar: was looking at your patch | 16:26 |
*** imcsk8_ has quit IRC | 16:26 | |
stevemar | dolphm, what's wrong boss? pretty minor change | 16:26 |
bknudson | dolphm: I bet my non-rebased changes in keystoneclient will fail. | 16:27 |
*** AlexF has quit IRC | 16:27 | |
dolphm | stevemar: piled jeblair's patch on top of both of your doc fixes | 16:27 |
*** mfer has joined #openstack-dev | 16:28 | |
stevemar | dolphm, yeah, was going to ask you to do that | 16:28 |
*** AlexF has joined #openstack-dev | 16:29 | |
*** david-lyle has joined #openstack-dev | 16:31 | |
*** vartom1111111116 has quit IRC | 16:31 | |
*** xmltok has joined #openstack-dev | 16:31 | |
*** vartom1111111116 has joined #openstack-dev | 16:31 | |
*** praneshp has joined #openstack-dev | 16:32 | |
*** bashok has quit IRC | 16:32 | |
*** ukalifon has quit IRC | 16:33 | |
*** AlexF has quit IRC | 16:34 | |
*** praneshp_ has joined #openstack-dev | 16:36 | |
*** praneshp has quit IRC | 16:37 | |
*** bauzas has quit IRC | 16:37 | |
*** praneshp_ is now known as praneshp | 16:37 | |
*** gyee has joined #openstack-dev | 16:37 | |
*** afazekas has quit IRC | 16:37 | |
bknudson | I don't even know how to run tox -e py33 | 16:38 |
bknudson | ERROR: py33: InterpreterNotFound: python3.3 | 16:38 |
dolphm | bknudson: install python3 | 16:38 |
*** chandankumar__ has quit IRC | 16:38 | |
*** florentflament has quit IRC | 16:38 | |
*** AlexF has joined #openstack-dev | 16:38 | |
*** hemna has joined #openstack-dev | 16:38 | |
roaet | i'm a big fan of the deadsnakes method of installing other versions of python | 16:39 |
*** carl_baldwin has joined #openstack-dev | 16:40 | |
*** caleb_ has quit IRC | 16:40 | |
*** jobewan has quit IRC | 16:40 | |
*** chandan_kumar has joined #openstack-dev | 16:41 | |
*** narmitag has joined #openstack-dev | 16:41 | |
bknudson | I seem to have a py32 instead, but that's complaining about pbr-0.6 | 16:41 |
bknudson | actually oslo.config... I think this is a known problem. | 16:42 |
tellesnobrega | vishy: ping | 16:42 |
*** sweston_ has quit IRC | 16:42 | |
*** athomas has quit IRC | 16:42 | |
*** sweston has joined #openstack-dev | 16:43 | |
*** AlexF has quit IRC | 16:43 | |
*** xga_ has quit IRC | 16:43 | |
*** evgenyf has quit IRC | 16:43 | |
*** jckasper has joined #openstack-dev | 16:44 | |
*** AlexF has joined #openstack-dev | 16:44 | |
dstanek | dolphm, stevemar: you're welcome (assuming it works :) | 16:45 |
*** mikeoutland has joined #openstack-dev | 16:45 | |
*** sweston has quit IRC | 16:45 | |
*** xga has joined #openstack-dev | 16:45 | |
*** andreaf has joined #openstack-dev | 16:45 | |
*** sweston has joined #openstack-dev | 16:46 | |
stevemar | dstanek, did you do something magical again? | 16:47 |
stevemar | dstanek, you did! https://review.openstack.org/#/c/73350/ | 16:47 |
*** topol has quit IRC | 16:48 | |
*** hub_cap has left #openstack-dev | 16:48 | |
*** csaba is now known as csaba|afk | 16:48 | |
*** mrodden has quit IRC | 16:49 | |
*** ukalifon has joined #openstack-dev | 16:49 | |
*** athomas has joined #openstack-dev | 16:49 | |
*** yeylon__ has quit IRC | 16:50 | |
*** nelsnelson has quit IRC | 16:50 | |
*** xqueralt has quit IRC | 16:50 | |
*** browne1 has joined #openstack-dev | 16:50 | |
*** fc__ has quit IRC | 16:50 | |
*** nelsnelson has joined #openstack-dev | 16:51 | |
*** fc__ has joined #openstack-dev | 16:51 | |
*** vkdrao has joined #openstack-dev | 16:51 | |
*** browne has quit IRC | 16:52 | |
dolphm | stevemar: dstanek: does that mean we can throw away both of stevemar's inferior changes? | 16:52 |
*** zzelle has joined #openstack-dev | 16:52 | |
stevemar | dolphm, i think we need to keep the webob one | 16:52 |
dolphm | stevemar: oh true | 16:52 |
zzelle | could someone explains me how my gerrit change can depend from an other change ? | 16:53 |
dstanek | stevemar: what's the webob one? | 16:53 |
*** iartarisi has quit IRC | 16:54 | |
stevemar | dstanek, https://review.openstack.org/#/c/73341/ | 16:54 |
*** jtomasek has quit IRC | 16:54 | |
*** pschaef has quit IRC | 16:54 | |
dstanek | stevemar: nice! yes please | 16:54 |
dtroyer | shardy: around? | 16:54 |
*** sn6i23a has joined #openstack-dev | 16:55 | |
stevemar | dolphm, not rebasing, called it | 16:55 |
dstanek | stevemar: how does that middleware currently work at all? i would expect it to fail to import | 16:55 |
*** DinaBelova is now known as DinaBelova_ | 16:55 | |
stevemar | dstanek, i suspect it doesn't | 16:56 |
shardy | dtroyer: Hi! | 16:56 |
*** ramishra has quit IRC | 16:56 | |
dolphm | stevemar: lol | 16:57 |
dtroyer | shardy: hi…I'm looking at https://review.openstack.org/#/c/73324/ | 16:57 |
dtroyer | shardy: I'm re-working all of the identity version handling in devstack to help with discovery, etc…. | 16:57 |
shardy | dtroyer: Sounds good, I guess the token/url workaround stuff will only be temporary then :) | 16:58 |
stevemar | dolphm, dstanek what's going on with these test failures? https://review.openstack.org/#/c/73299/ | 16:58 |
*** e0ne has quit IRC | 16:58 | |
dtroyer | shardy: would you be able to just build the keystone url directly in your osc commands, similar to the ec2 ones there? | 16:58 |
dtroyer | obviously hard-coded to /v3 | 16:59 |
dtroyer | I'll clean them all up at once that way... | 16:59 |
*** ehaselwanter has quit IRC | 16:59 | |
tellesnobrega | ayoung: hi, i got the hierarchical projects "working" in keystone, and now i have to add this information to the token. i believe that was discussed that it should be a separated value X_PROJECT_HIERARCHY containing the project name in hierarchy, orgA.projectA.... can you give a hand on how to implement this part. I already have the hierarchy information inserted in the V3TokenDataHelper. | 16:59 |
*** mlavalle has joined #openstack-dev | 16:59 | |
shardy | dtroyer: sure, I can do that | 16:59 |
*** garyk has joined #openstack-dev | 17:00 | |
*** DinaBelova_ is now known as DinaBelova | 17:00 | |
*** ukalifon has left #openstack-dev | 17:00 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 17:00 | |
dtroyer | shardy: thanks… | 17:00 |
*** xarses has joined #openstack-dev | 17:00 | |
dolphm | stevemar: can you repro offline? | 17:00 |
bknudson | stevemar: things seem to be failing pretty bad... maybe a keystoneclient merge | 17:01 |
*** mrodden has joined #openstack-dev | 17:01 | |
stevemar | dolphm, lemme try, limited trusts just hit the same error | 17:01 |
*** gokrokve has quit IRC | 17:01 | |
dolphm | stevemar: eek | 17:01 |
*** gokrokve has joined #openstack-dev | 17:02 | |
*** AlexF has quit IRC | 17:02 | |
stevemar | dolphm, bknudson, yeah, something is up =\ | 17:02 |
*** afazekas has joined #openstack-dev | 17:02 | |
bknudson | I left all the s3_token tests in keystone when moved to keystoneclient | 17:02 |
bknudson | hoping to continue validating that the keystone version still worked. | 17:02 |
*** mfer has quit IRC | 17:04 | |
*** gokrokve has quit IRC | 17:06 | |
bknudson | $ .tox/py27/bin/pip --upgrade python-keystoneclient | 17:06 |
*** AlexF has joined #openstack-dev | 17:06 | |
bknudson | $ tox -e py27 test_s3_token | 17:06 |
bknudson | recreates it | 17:06 |
*** mikeoutland has quit IRC | 17:07 | |
dolphm | bknudson: upgrading doesn't fix it for me -- i already had the latest version | 17:07 |
dstanek | dolphm, stevemar, bknudson: are those v1 URLs i see? | 17:07 |
*** HenryG has joined #openstack-dev | 17:09 | |
stevemar | dstanek, they are | 17:09 |
dolphm | bknudson: stevemar: dstanek: /v1/AUTH_cfa/c/o <-- tenant id's are going in instead of the expected 'TENANT_ID' | 17:09 |
dolphm | i.e. s/TENANT_ID/cfa/ | 17:10 |
dolphm | dstanek: swift v1 | 17:10 |
dolphm | chmouel: ^ weird issue with s3_token | 17:10 |
*** markmc has quit IRC | 17:10 | |
*** Guest50701 has quit IRC | 17:10 | |
*** xga has quit IRC | 17:10 | |
*** markmcclain has joined #openstack-dev | 17:11 | |
*** alop has joined #openstack-dev | 17:11 | |
bknudson | the changes in s3_token are -- "Python3: use six.moves.urllib.parse.quote instead of urllib.quote" "Python3: webob.Response.body must be bytes" "Use requests library in S3 middleware" | 17:12 |
dstanek | dolphm: ah, makes sense now | 17:12 |
*** xga has joined #openstack-dev | 17:13 | |
*** _cjones_ has joined #openstack-dev | 17:13 | |
bknudson | there's also some fixes in the tests. | 17:13 |
dolphm | bknudson: http://pasteraw.com/5w79dn5t39ve9u2lw87zyowo091h6q0 <-- better test feedback | 17:14 |
dolphm | bknudson: i bet its the quoting patch? | 17:14 |
*** anniec has joined #openstack-dev | 17:14 | |
dolphm | bknudson: new test failures http://pasteraw.com/rwyno1k0c3zvhjyktngy0oco405efnm | 17:14 |
*** taps has joined #openstack-dev | 17:15 | |
*** aeperezt has joined #openstack-dev | 17:15 | |
*** aeperezt has quit IRC | 17:15 | |
*** aeperezt has joined #openstack-dev | 17:15 | |
*** tanisdl has joined #openstack-dev | 17:15 | |
*** amuller_ has joined #openstack-dev | 17:15 | |
dstanek | dolphm: is that you running locally? | 17:16 |
stevemar | dstanek, you can see those errors in console.log of any patch failing | 17:16 |
*** _cjones_ has quit IRC | 17:16 | |
bknudson | dolphm: the "use six.moves.urllib.parse.quote instead of urllib.quote" really didn't change much... | 17:16 |
*** jdurgin1 has joined #openstack-dev | 17:16 | |
dolphm | dstanek: yes | 17:17 |
stevemar | http://logs.openstack.org/43/56243/17/check/gate-keystone-python27/aa9837a/console.html | 17:17 |
bknudson | - raise ValueError('Invalid path: %s' % urllib.quote(path)) | 17:17 |
bknudson | + raise ValueError('Invalid path: %s' % urllib.parse.quote(path)) | 17:17 |
*** _cjones_ has joined #openstack-dev | 17:17 | |
bknudson | dolphm: submit that patch to make the s3_token tests better! | 17:18 |
*** aeperezt has quit IRC | 17:18 | |
*** marcoemorais has joined #openstack-dev | 17:19 | |
*** amuller has quit IRC | 17:19 | |
*** mfer has joined #openstack-dev | 17:19 | |
*** aeperezt has joined #openstack-dev | 17:20 | |
*** atiwari has joined #openstack-dev | 17:21 | |
*** godara has joined #openstack-dev | 17:22 | |
*** AlexF has quit IRC | 17:22 | |
bknudson | I'm guessing it's 773682523563ec0fb884a232e08442e8b6291343 | 17:23 |
*** sphoorti has joined #openstack-dev | 17:23 | |
bknudson | "Use HTTPretty in S3 test code" | 17:23 |
*** exed_ has quit IRC | 17:23 | |
dolphm | bknudson: https://review.openstack.org/#/c/73361/1/keystone/tests/test_s3_token_middleware.py | 17:23 |
sphoorti | Hey Folks! I am trying to connect to the swift server, but I get the following error http://paste.openstack.org/show/65103/ . What possibly could be going wrong? | 17:24 |
*** jordanP has quit IRC | 17:24 | |
*** chandan_kumar has quit IRC | 17:24 | |
*** AlexF has joined #openstack-dev | 17:26 | |
*** ramishra has joined #openstack-dev | 17:26 | |
*** isd has joined #openstack-dev | 17:26 | |
*** shardy_ has joined #openstack-dev | 17:27 | |
*** yassine has quit IRC | 17:27 | |
*** aeperezt has quit IRC | 17:27 | |
*** kris_ha has quit IRC | 17:28 | |
*** Tross has quit IRC | 17:30 | |
*** gcha has quit IRC | 17:30 | |
*** martyntaylor has quit IRC | 17:31 | |
*** ramishra has quit IRC | 17:31 | |
*** ygbo has quit IRC | 17:32 | |
*** viktors has quit IRC | 17:33 | |
*** kobier has quit IRC | 17:33 | |
*** lazy_prince has quit IRC | 17:35 | |
*** aeperezt has joined #openstack-dev | 17:36 | |
bknudson | we're getting ConnectionError from http://git.openstack.org/cgit/openstack/python-keystoneclient/tree/keystoneclient/middleware/s3_token.py#n148 | 17:37 |
bknudson | so it looks like it's trying to actually to the request? | 17:37 |
*** nacim has quit IRC | 17:37 | |
*** xga has quit IRC | 17:37 | |
*** exed_ has joined #openstack-dev | 17:37 | |
*** tdruiva has quit IRC | 17:38 | |
*** tdruiva_ has joined #openstack-dev | 17:38 | |
bknudson | dolphm: so one fix is to remove the s3_token tests from keystone. | 17:39 |
dolphm | bknudson: i'm fine with moving them, and replacing them with something to simply import what's left behind | 17:39 |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 17:39 | |
bknudson | dolphm: which since it's been moved to keystoneclient makes sense. | 17:39 |
dolphm | bknudson: just make sure that module isn't completely broken | 17:39 |
bknudson | dolphm: I'll propose that then, import it and validate that the symbols are there. | 17:39 |
bknudson | and get rid of the actual tests | 17:40 |
dstanek | bknudson: it lookw like we are assuming they are not using requests http://git.openstack.org/cgit/openstack/keystone/tree/keystone/tests/test_s3_token_middleware.py#n74 | 17:40 |
dstanek | we could patch that | 17:40 |
bknudson | the changes in keystoneclient are 773682523563 and 9fda5add290365809e | 17:40 |
dstanek | bknudson: your idea it better - just check that the symbols exist | 17:40 |
bknudson | so could move those over to keystone, but doesn't seem worth it to keep the tests in keystone | 17:40 |
*** buzztroll has quit IRC | 17:41 | |
*** jtomasek has joined #openstack-dev | 17:41 | |
*** buzztroll has joined #openstack-dev | 17:41 | |
*** bhuvan has joined #openstack-dev | 17:41 | |
*** carl_baldwin has quit IRC | 17:42 | |
*** rraja has joined #openstack-dev | 17:43 | |
*** vkozhukalov has joined #openstack-dev | 17:43 | |
*** I159_ has quit IRC | 17:44 | |
*** I159 has quit IRC | 17:44 | |
*** gszasz_ has quit IRC | 17:44 | |
*** jpich has quit IRC | 17:44 | |
*** carl_baldwin has joined #openstack-dev | 17:44 | |
*** ala has quit IRC | 17:45 | |
*** dvarga is now known as dvarga|away | 17:46 | |
*** dvarga|away is now known as dvarga | 17:46 | |
*** anniec has quit IRC | 17:48 | |
*** kgriffs_afk is now known as kgriffs | 17:49 | |
*** kenperkins has quit IRC | 17:50 | |
*** byeager has quit IRC | 17:50 | |
*** kenperkins has joined #openstack-dev | 17:50 | |
*** carl_baldwin has quit IRC | 17:51 | |
ayoung | tellesnobrega, sorry. was on a call | 17:51 |
ayoung | X_PROJECT_HIERARCHY would be set by auth_token middleware if the other services need it. WHich means it would need to be communicated via the token | 17:52 |
ayoung | I would think that in the token it would be under scope{ project | 17:52 |
shardy_ | keystone folks, just FYI keystoneclient 0.6.0 breaks our mocking, we've had to temporarily revert to 0.5.1 | 17:54 |
shardy_ | Just wanted to make folks aware incase we're not the only ones :) | 17:54 |
dolphm | shardy_: we had a similar issue with httpretyt | 17:54 |
dolphm | bknudson: ^ | 17:54 |
shardy_ | appears related to the abc metaclass magic | 17:54 |
*** zaitcev has joined #openstack-dev | 17:54 | |
*** eglynn has quit IRC | 17:54 | |
dolphm | shardy_: link? | 17:54 |
*** keshava has joined #openstack-dev | 17:54 | |
shardy_ | https://bugs.launchpad.net/heat/+bug/1279907 | 17:54 |
bknudson | shardy_: s3_token middleware? | 17:55 |
shardy_ | dolphm: If you pull latest heat master and run run_tests.sh, lots of tests break because mox thinks keystoneclient.v3.Client is abc.ABCMeta | 17:55 |
shardy_ | so mox won't let us mock the class | 17:56 |
dolphm | mocking is awful :( | 17:56 |
*** colinmcnamara has joined #openstack-dev | 17:56 | |
shardy_ | dolphm: we may be able to move from mox to mock and fix it that way, not sure | 17:56 |
shardy_ | but we need a way for our unit tests to mock out the client calls | 17:56 |
shardy_ | The current solution is undeniably ugly, but until today it did work :) | 17:57 |
*** ykhodork has joined #openstack-dev | 17:57 | |
bknudson | dolphm: dstanek: stevemar: pushed up a patch to remove the tests: https://review.openstack.org/#/c/73370/ | 17:58 |
*** keshava has quit IRC | 17:58 | |
bknudson | oops, left some stuff in there. | 17:58 |
*** FunnyLookinHat_ has quit IRC | 17:58 | |
*** FunnyLookinHat_ has joined #openstack-dev | 17:58 | |
*** FunnyLookinHat_ is now known as FunnyLookinHat | 17:59 | |
vishy | tellesnobrega: sup? | 17:59 |
*** bdpayne_ has joined #openstack-dev | 17:59 | |
dstanek | bknudson: should we deprecate those things in keystone or will people always be expected to import them from keystone? | 18:00 |
bknudson | dstanek: s3_token middleware is deprecated | 18:00 |
*** kgriffs is now known as kgriffs_afk | 18:00 | |
bknudson | in keystone | 18:01 |
bknudson | not in keystoneclient | 18:01 |
*** sn6i23a has quit IRC | 18:01 | |
*** killer_prince has joined #openstack-dev | 18:01 | |
*** sn6i23a_ has joined #openstack-dev | 18:01 | |
*** mkollaro has quit IRC | 18:01 | |
*** sn6i23a_ is now known as sn6i23a | 18:01 | |
dolphm | dstanek: the subclass in keystone is just a deprecated decorator on init | 18:02 |
*** armax has joined #openstack-dev | 18:02 | |
ayoung | https://wiki.openstack.org/wiki/Keystone/identity-api-index | 18:02 |
*** bdpayne has quit IRC | 18:02 | |
ayoung | lynx -dump -listonly https://github.com/openstack/identity-api/blob/master/openstack-identity-api/v3/src/markdown/identity-api-v3.md | grep \# | awk '{print "* " $2}' | 18:03 |
ayoung | :) | 18:03 |
*** loquacities has quit IRC | 18:03 | |
*** AlexF has quit IRC | 18:03 | |
*** vartom1111111116 has quit IRC | 18:04 | |
*** morganfainberg_Z has joined #openstack-dev | 18:04 | |
*** stannie has quit IRC | 18:04 | |
*** loquacities has joined #openstack-dev | 18:04 | |
*** morganfainberg_Z is now known as morganfainberg | 18:04 | |
*** jprovazn has quit IRC | 18:04 | |
*** jgallard has quit IRC | 18:04 | |
*** morganfainberg has quit IRC | 18:05 | |
*** morganfainberg has joined #openstack-dev | 18:05 | |
*** morganfainberg is now known as Guest86576 | 18:05 | |
*** Guest86576 is now known as adskfgjsdkl | 18:05 | |
*** adskfgjsdkl is now known as needscoffee | 18:05 | |
*** needscoffee is now known as morganfainberg | 18:06 | |
*** morganfainberg is now known as morganfainberg_z | 18:06 | |
*** morganfainberg_z is now known as morganfainberg | 18:06 | |
*** mlavalle has quit IRC | 18:07 | |
*** kgriffs_afk is now known as kgriffs | 18:07 | |
*** ijw has quit IRC | 18:07 | |
*** ijw has joined #openstack-dev | 18:08 | |
*** anniec has joined #openstack-dev | 18:08 | |
morganfainberg | mornin | 18:08 |
morganfainberg | or afternoon for (probably) most of you | 18:08 |
*** mmagr has quit IRC | 18:08 | |
*** mriedem has joined #openstack-dev | 18:08 | |
*** sahid has quit IRC | 18:09 | |
*** e0ne has joined #openstack-dev | 18:09 | |
*** danpb has quit IRC | 18:09 | |
*** MaxV has quit IRC | 18:10 | |
*** galstrom is now known as galstrom_zzz | 18:10 | |
*** caleb_ has joined #openstack-dev | 18:10 | |
morganfainberg | ayoung, jamielennox|away, so to go to ephemeral tokens we need to either front by auth_token middleware (configured to not ask keystone for anything, e.g. use the signing cert) or make the authcontext able to decode PKI tokens | 18:11 |
*** carl_baldwin has joined #openstack-dev | 18:11 | |
morganfainberg | ayoung, i think that making authcontext middleware a little smarter initially and eventually move to auth_token is the best bet. any reason you'd advocate something elsE? | 18:11 |
*** rraja has quit IRC | 18:11 | |
*** e0ne has quit IRC | 18:12 | |
*** mlegault_ has joined #openstack-dev | 18:12 | |
*** e0ne has joined #openstack-dev | 18:12 | |
*** kgriffs is now known as kgriffs_afk | 18:12 | |
*** MaxV has joined #openstack-dev | 18:12 | |
*** ijw has quit IRC | 18:12 | |
*** yjiang51 has joined #openstack-dev | 18:13 | |
morganfainberg | dolphm, question also applies to you | 18:13 |
morganfainberg | dolphm, ^ | 18:13 |
*** derekh has quit IRC | 18:13 | |
*** MaxV has quit IRC | 18:14 | |
dolphm | morganfainberg: ++ for auth context; it's going to need access to certs though | 18:14 |
*** yjiang51 has left #openstack-dev | 18:14 | |
morganfainberg | dolphm, yeah. since we already have that info/data we can do it. | 18:14 |
*** MaxV has joined #openstack-dev | 18:14 | |
dstanek | bknudson, dolphm: what about all of the other stuff in that module that you are checking for? | 18:15 |
dolphm | morganfainberg: and then every token_api.get_token(token_id) needs to go away | 18:15 |
*** mlegault has quit IRC | 18:15 | |
*** caleb_ has quit IRC | 18:15 | |
morganfainberg | dolphm, i think the part i dislike the most is that i'm going to be duplicating auth_token logic. but it just... makes sense to aim to the low barrier to entry | 18:15 |
morganfainberg | dolphm, yep. | 18:15 |
morganfainberg | dolphm, that is the idea. though i looked, it is fairly limited in use. | 18:15 |
*** harlowja_away is now known as harlowja_ | 18:15 | |
morganfainberg | dolphm, i can do some work to guard against the calls to it when in ephemeral mode, (and not break UUID / Persisted PKI) | 18:15 |
morganfainberg | dolphm, which was my plan | 18:16 |
bknudson | dstanek: those symbols should be deprecated, too? | 18:16 |
dolphm | morganfainberg: auth_token needs a heavy refactor... you might like to subscribe to my newsletter https://review.openstack.org/#/c/73144/ | 18:16 |
bknudson | I don't know how you would do that. | 18:16 |
morganfainberg | dolphm, lol :) | 18:16 |
bknudson | I guess the function could be wrappered. | 18:16 |
*** tkay has joined #openstack-dev | 18:16 | |
*** caleb_ has joined #openstack-dev | 18:16 | |
dolphm | morganfainberg: the fundamentals of auth_token need to be in the basic library first -- and then auth context and auth_token can take advantage | 18:17 |
morganfainberg | dolphm, ++ | 18:17 |
morganfainberg | dolphm, absolutely | 18:17 |
morganfainberg | dolphm, so for ease of hitting icehouse i think i'm going to make authcontext a lot smarter, then we can make it a lot dumber when auth_token stuff is better | 18:17 |
dolphm | morganfainberg: good to hear | 18:17 |
*** comay_ is now known as comay | 18:18 | |
morganfainberg | dolphm, let me see if i can get (possible sans tests) the hard work posted earlier today so it's just chasing things down for testing and cleanliness :) | 18:19 |
*** lucasagomes has quit IRC | 18:19 | |
*** MaxV has quit IRC | 18:19 | |
mfisch | dolphm: morning. I think I addressed your concerns with review #70837 a few weeks ago, can you take a look and sign-off if so? | 18:19 |
morganfainberg | i did spend a good chunk of yesterday poking at this | 18:19 |
*** angdraug has joined #openstack-dev | 18:19 | |
tellesnobrega | vishy: we have hierarchical projects in keystone now, how do you store the projects in nova? | 18:20 |
*** byeager has joined #openstack-dev | 18:20 | |
*** dzimine has joined #openstack-dev | 18:21 | |
tellesnobrega | vishy: im trying to figure out which is best? send the name and hierarchy as orgA.projectA or both | 18:21 |
*** vladikr has quit IRC | 18:21 | |
dstanek | bknudson: yeah, i think there are examples of morganfainberg doing that | 18:23 |
dstanek | bknudson: i just assumed that if the main class is deprecated then the other stuff should be too - then we could eventually just delete that module | 18:23 |
*** csd has joined #openstack-dev | 18:23 | |
bknudson | dstanek: the goal is to delete the module. | 18:24 |
vishy | tellesnobrega: so we really need to pass a new field | 18:24 |
vishy | so it doesn't break existing things | 18:24 |
bknudson | I'm not sure why someone would use the module but not the middleware. | 18:24 |
*** shardy_ has quit IRC | 18:24 | |
tellesnobrega | vishy: ok, i have a new variable now X-Project-Hierarchy | 18:24 |
vishy | tellesnobrega: that looks good | 18:24 |
tellesnobrega | it is still in test, but i think it will work. | 18:25 |
vishy | it might be good to send two fields initially | 18:25 |
*** zzelle_ has joined #openstack-dev | 18:25 | |
vishy | ids and name | 18:25 |
tellesnobrega | hierarchical ids? | 18:25 |
vishy | it would save us having to lookup the names by calling back | 18:25 |
vishy | actually we have to do that anyway so maybe it doesn't matter | 18:25 |
dolphm | mfisch: nit! https://review.openstack.org/#/c/70837/ | 18:26 |
vishy | i think we should pass the hierarchy as dot separated ids | 18:26 |
*** cagrev has quit IRC | 18:26 | |
vishy | or alternatively as an ordered list | 18:26 |
mfisch | dolphm: will look thanks | 18:26 |
vishy | of ids | 18:26 |
*** shardy is now known as shardy_afk | 18:26 | |
dolphm | mfisch: ping me when you have an update and i'll get it in | 18:26 |
tellesnobrega | hum, i thought it was suggested to use name instead of ids | 18:26 |
*** bswartz has quit IRC | 18:26 | |
*** neelashah has quit IRC | 18:26 | |
vishy | tellesnobrega: i don't think we should switch from id -> name | 18:27 |
*** cagrev has joined #openstack-dev | 18:27 | |
vishy | although it would be a nicer user experience | 18:27 |
*** neelashah has joined #openstack-dev | 18:27 | |
tellesnobrega | yes | 18:27 |
vishy | the mapping becomes complicated if we use both | 18:27 |
*** bswartz has joined #openstack-dev | 18:27 | |
vishy | so i'm thinking names are looked up for display purposes | 18:27 |
vishy | but we store ids | 18:27 |
*** ramishra has joined #openstack-dev | 18:27 | |
dolphm | vishy: ++ | 18:28 |
*** carl_baldwin has quit IRC | 18:28 | |
tellesnobrega | vishy: right now i have the db saving orgA.projectA and the id is just as it used to be and i have a new column called parent_project_id. Should i have the hierarchy of ids stored? | 18:29 |
mfisch | dolphm: I get the "tree_dn should use the same syntax" but I don't get the first part of your comment about updated accordingly | 18:29 |
*** byeager has quit IRC | 18:29 | |
*** jpomero has joined #openstack-dev | 18:29 | |
*** amuller_ has quit IRC | 18:30 | |
bknudson | things got worse... now everything's LOST | 18:30 |
*** ijw has joined #openstack-dev | 18:31 | |
*** hartsocks has joined #openstack-dev | 18:31 | |
*** danielbruno has quit IRC | 18:32 | |
*** kenperkins has quit IRC | 18:32 | |
*** cagrev_ has joined #openstack-dev | 18:32 | |
*** SumitNaiksatam has quit IRC | 18:32 | |
*** kbrierly has joined #openstack-dev | 18:32 | |
*** ramishra has quit IRC | 18:32 | |
*** danielbruno has joined #openstack-dev | 18:33 | |
*** danielbruno has quit IRC | 18:33 | |
*** danielbruno has joined #openstack-dev | 18:33 | |
tellesnobrega | vishy: ?? | 18:33 |
*** anniec has quit IRC | 18:33 | |
mfisch | dolphm: nm, your comment was cutoff in the webUI but I have the full context in email | 18:33 |
*** marekd is now known as marekd|away | 18:33 | |
*** carl_baldwin has joined #openstack-dev | 18:33 | |
*** cagrev has quit IRC | 18:34 | |
*** ijw_ has joined #openstack-dev | 18:34 | |
*** buzztroll has quit IRC | 18:35 | |
tellesnobrega | dolphm: o/ | 18:35 |
stevemar | ayoung, could i get feedback on https://review.openstack.org/#/c/72567/4 | 18:37 |
*** Tross has joined #openstack-dev | 18:37 | |
*** ijw has quit IRC | 18:37 | |
*** tdruiva_ has quit IRC | 18:38 | |
*** tdruiva has joined #openstack-dev | 18:38 | |
*** sweston has quit IRC | 18:39 | |
*** mlegault has joined #openstack-dev | 18:41 | |
*** dave_tucker_zzz is now known as dave_tucker_ | 18:41 | |
*** mriedem has quit IRC | 18:41 | |
*** mlegault_ has quit IRC | 18:42 | |
*** athomas has quit IRC | 18:42 | |
*** dave_tucker_ is now known as dave_tiucker | 18:43 | |
*** exed_ has quit IRC | 18:43 | |
*** dtantsur has quit IRC | 18:43 | |
*** dave_tiucker is now known as dave_tucker_ | 18:43 | |
*** anniec has joined #openstack-dev | 18:43 | |
*** cadenzajon has joined #openstack-dev | 18:44 | |
*** dave_tucker_ is now known as dave_tucker | 18:45 | |
*** sushils has quit IRC | 18:45 | |
*** xqueralt has joined #openstack-dev | 18:45 | |
*** ccorrigan has quit IRC | 18:45 | |
*** isd has left #openstack-dev | 18:46 | |
vishy | tellesnobrega: db storing where? | 18:46 |
tellesnobrega | vishy: im storing names in hierarchical form in the name column | 18:47 |
vishy | tellesnobrega: in which db | 18:47 |
tellesnobrega | keystone | 18:47 |
vishy | tellesnobrega: i don't think that is necessary | 18:47 |
vishy | keystone should walk the heirarchy to get inherited roles | 18:47 |
*** exed_ has joined #openstack-dev | 18:48 | |
vishy | and build the scope field as it does | 18:48 |
*** asselin has joined #openstack-dev | 18:48 | |
vishy | storing it would be a performance optimization | 18:48 |
vishy | but if you have to walk to get the roles anyway just adding an extra field to the db doesn't really help | 18:48 |
vishy | tellesnobrega: since name is currently unique, i can see the benefit of storing the name in that form however | 18:49 |
vishy | so if you want to leave the name that way for now i guess it is ok | 18:50 |
tellesnobrega | vishy: ok, should i also store the ids in hierarchical form also? | 18:50 |
vishy | but walking the hierarchy to get the ids and roles will still be necessary | 18:50 |
dstanek | so oslosphinx replaces oslo.sphinx? | 18:50 |
tellesnobrega | or just names is ok? | 18:50 |
tellesnobrega | im a little confused on what's necessary to keep compatible with your nova | 18:51 |
*** rossella_s has quit IRC | 18:51 | |
*** marun has quit IRC | 18:52 | |
tellesnobrega | the token should have a hierarchy of ids right? | 18:53 |
*** colinmcnamara has quit IRC | 18:53 | |
dhellmann | dstanek: yes | 18:53 |
dstanek | dhellmann: thx | 18:54 |
*** tjones has joined #openstack-dev | 18:54 | |
*** hartsocks has quit IRC | 18:54 | |
dstanek | stevemar: the think i don't like about https://review.openstack.org/#/c/72567 is that is puts knowledge (kinda sorta) of web stuff into the backend | 18:55 |
*** relaxdiego has joined #openstack-dev | 18:56 | |
*** byeager has joined #openstack-dev | 18:57 | |
*** tqtran1 has quit IRC | 18:58 | |
*** Gordonz has joined #openstack-dev | 18:59 | |
*** Gordonz has quit IRC | 18:59 | |
tellesnobrega | vishy: for now i will be sending names, and we can discuss later if its better to have ids or names in the token and which is the best way to store this hierarchy informatio | 18:59 |
stevemar | dstanek, hmm? we currently do that for all the other backends? | 18:59 |
*** Gordonz has joined #openstack-dev | 18:59 | |
*** anniec has quit IRC | 19:00 | |
*** sphoorti has left #openstack-dev | 19:00 | |
dstanek | stevemar: ugg. | 19:00 |
stevemar | dstanek, oh i see what you mean | 19:01 |
stevemar | dstanek, since it's 404'ing in a backend | 19:01 |
stevemar | dstanek, that is kinda weird | 19:01 |
*** cagrev_ has quit IRC | 19:02 | |
*** cagrev_ has joined #openstack-dev | 19:02 | |
*** mriedem has joined #openstack-dev | 19:02 | |
*** anniec has joined #openstack-dev | 19:02 | |
dstanek | stevemar: yeah, but it's fuzzy. that exception doesn't have to be a web one and the backend doesn't know that it is | 19:03 |
*** newell has joined #openstack-dev | 19:03 | |
*** jckasper_ has joined #openstack-dev | 19:03 | |
dstanek | stevemar: it just mixes up the layers - i need to let it sink it while i'm doing other things :-) | 19:03 |
vishy | tellesnobrega: ok | 19:03 |
vishy | tellesnobrega: if the name itself is hierarchical like that then you don't really need to send another value though | 19:04 |
vishy | tellesnobrega: you can just modify nova to store the project_name as the id instead of the project_id | 19:04 |
*** jckasper has quit IRC | 19:04 | |
*** caleb_ has quit IRC | 19:05 | |
*** amuller_ has joined #openstack-dev | 19:05 | |
*** amuller_ has quit IRC | 19:05 | |
*** amuller_ has joined #openstack-dev | 19:05 | |
*** amuller_ is now known as amuller | 19:05 | |
dstanek | morganfainberg: thoughts ^ | 19:06 |
dstanek | dhellmann: who controls https://pypi.python.org/pypi/oslosphinx? | 19:06 |
tellesnobrega | vishy: i dont think this will work, how can i change the project_id with a hierarchy of names? | 19:06 |
stevemar | dstanek, i hear ya. Just trying to reduce the LoC needed by trusts at the controller level | 19:06 |
*** edleafe has left #openstack-dev | 19:06 | |
morganfainberg | dstanek, hmm? reading up | 19:07 |
*** praneshp has quit IRC | 19:07 | |
amuller | carl_baldwin: Are you in the DVR FSF meeting today? I'm having trouble joining remotely, with the bridge password | 19:07 |
morganfainberg | stevemar, dstanek, we 404 from the manager a lot | 19:08 |
*** vkdrao has quit IRC | 19:08 | |
carl_baldwin | amuller: Yes, I am in. Are you having trouble with the conference call or the virtual room? | 19:08 |
*** mriedem has quit IRC | 19:08 | |
morganfainberg | stevemar, dstanek, or the backend. afaict that type of logic should be in the managers. | 19:08 |
amuller | In the virtual room all I see is "Will start in a few minutes..." | 19:08 |
morganfainberg | not in the controller or the driver | 19:08 |
vishy | tellesnobrega: project name is already sent via keystone | 19:08 |
*** caleb_ has joined #openstack-dev | 19:08 | |
vishy | so you can change the nova context to set project_id from project_name | 19:09 |
morganfainberg | stevemar, dstanek, because it is expected behavior on all backends, regardless. that type of behavior i like to see in the managers - so the drivers don't need to be as smart so to speak | 19:09 |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 19:09 | |
vishy | or you can modify the creation method of instances to explicitly set the project_id field from name | 19:09 |
amuller | carl_baldwin: I was unable to join the conference but I got it now | 19:09 |
morganfainberg | stevemar, dstanek, so i like the change, i think you moved it to the wrong place | 19:09 |
*** kgriffs_afk is now known as kgriffs | 19:09 | |
vishy | remember project_id in nova represents owner | 19:09 |
carl_baldwin | amuller: Great. | 19:09 |
stevemar | morganfainberg, up it to managers huh | 19:09 |
*** xqueralt has quit IRC | 19:10 | |
vishy | tellesnobrega: you will have to modify my changes slightly to make it work i think | 19:10 |
*** jgrimm has joined #openstack-dev | 19:10 | |
morganfainberg | stevemar, yep. the driver can return "None" or whatever. the expectation is that the driver needs to do the least amount of common code | 19:10 |
tellesnobrega | vishy: i see | 19:10 |
morganfainberg | stevemar, reduces code duplication, and makes it so someone forgetting to raise in a custom driver but returning nothing gets the expected result | 19:11 |
morganfainberg | stevemar, same reason i moved a bunch of the logic from the controllers ot the manager for deletion rather than to the drivers | 19:11 |
dhellmann | dstanek: the oslo team (incl. me) | 19:11 |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 19:11 | |
dhellmann | dstanek: hmm, that readme looks out of date | 19:11 |
dstanek | dhellmann: are the instructions on what to add to the extension list incorrect there? | 19:12 |
stevemar | morganfainberg, deletion of what? | 19:12 |
*** caleb_ has quit IRC | 19:12 | |
tellesnobrega | vishy: i'm afraid that using the project_name instead of id in nova will break other stuff like policy check | 19:12 |
*** danielbruno has quit IRC | 19:12 | |
dhellmann | dstanek: yes, add "oslosphinx" instead of "oslo.sphinx" | 19:12 |
morganfainberg | stevemar, a lot of deletion logic, e.g. deleting a project, the controller used to make the cross manager calls, now managers make the cross manager calls | 19:12 |
*** caleb_ has joined #openstack-dev | 19:12 | |
morganfainberg | stevemar, it was an icehouse change i got in not too long ago | 19:12 |
dstanek | dhellmann: that's what i figured, but wanted to check first | 19:13 |
morganfainberg | dstanek, ^ on my thoughts. | 19:13 |
morganfainberg | trust 404 that is | 19:13 |
morganfainberg | also commented on the review | 19:13 |
dstanek | morganfainberg: i'm still not so sure on putting the web stuff in the manager - but it's better than in each backend | 19:14 |
dhellmann | dstanek: https://review.openstack.org/73379 | 19:14 |
morganfainberg | dstanek, we inherently are "web conscious" in many places. | 19:14 |
morganfainberg | dstanek, the controller is about formatting inbound/outbound requests | 19:14 |
dstanek | dhellmann: you get my vote | 19:14 |
morganfainberg | dstanek, manager is business logic, driver is storage/access/persistence | 19:15 |
*** vartom1111111115 has joined #openstack-dev | 19:15 | |
morganfainberg | manager afaict is a "service" layer. | 19:15 |
dstanek | morganfainberg: i'm not saying we are not, i'm just saying that i don't like it | 19:15 |
*** sushils has joined #openstack-dev | 19:15 | |
morganfainberg | dstanek, i think it is a fault of the exceptions being tied to HTTP status codes | 19:15 |
*** colinmcnamara has joined #openstack-dev | 19:16 | |
morganfainberg | dstanek, i'd argue the controller should know what exceptions translate to what vs. the exception knowing that if you're arguing against web-knowledge in the manager | 19:16 |
morganfainberg | dstanek, since controller is request / response (web) specific | 19:16 |
morganfainberg | dstanek, but that is a much larger change | 19:16 |
dstanek | morganfainberg: yes, absolutely; which is why i don't really know how i feel about it; the backends/managers don't know that those are HTTP exceptions | 19:16 |
morganfainberg | dstanek, sure, so the correct action then would break the web/exception tie, and make controllers able to map/handle it | 19:17 |
*** topol has joined #openstack-dev | 19:17 | |
*** galstrom_zzz is now known as galstrom | 19:18 | |
dstanek | morganfainberg: for now i think your suggestion of putting it in the manager instead of the backend is the right one given the context of how we do things today | 19:18 |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 19:18 | |
dstanek | morganfainberg: eventually we can clean things up; i just wanted to start making everyone aware of my thoughts; don't want to hold up the review | 19:19 |
*** devlaps has joined #openstack-dev | 19:20 | |
*** sarob has joined #openstack-dev | 19:22 | |
*** tiamar has joined #openstack-dev | 19:22 | |
*** buzztroll has joined #openstack-dev | 19:22 | |
*** alexpilotti has joined #openstack-dev | 19:23 | |
stevemar | bknudson, what docs are not being generated in: https://review.openstack.org/#/c/73350/ ? | 19:24 |
*** kushal has quit IRC | 19:24 | |
*** danielbruno has joined #openstack-dev | 19:24 | |
*** danielbruno has quit IRC | 19:24 | |
*** FunnyLookinHat has quit IRC | 19:24 | |
stevemar | bknudson, nvm.. just noticed the lack of openstack.common modules under code docs | 19:25 |
bknudson | stevemar: it would be this stuff: http://docs.openstack.org/developer/keystone/api/keystone.openstack.common.html#module-keystone.openstack.common.context | 19:25 |
bknudson | stevemar: which I agree that oslo-incubator should generate their docs and put them online | 19:26 |
*** tqtran has joined #openstack-dev | 19:26 | |
bknudson | http://docs.openstack.org/developer/openstack-projects.html -- only has oslo.config | 19:26 |
*** JordanRinke has quit IRC | 19:26 | |
stevemar | bknudson, yeah, but we only use some, so it'll be a pain to look through | 19:27 |
*** ramishra has joined #openstack-dev | 19:28 | |
bknudson | stevemar: plus the keystone version is different than the oslo-incubator version -- unless we can get it auto-synced | 19:28 |
*** sweston has joined #openstack-dev | 19:28 | |
*** sarob has quit IRC | 19:29 | |
stevemar | bknudson, interestingly enough: http://docs.openstack.org/developer/keystone/ is missing the keystone modules link | 19:29 |
*** sweston has quit IRC | 19:30 | |
bknudson | stevemar: keystone modules link? | 19:30 |
stevemar | annegentle, ^ | 19:30 |
stevemar | bknudson, this one has it: http://docs-draft.openstack.org/50/73350/1/check/gate-keystone-docs/7c80615/doc/build/html/ | 19:30 |
vishy | tellesnobrega: well clearly it will, that's why i suggested changing the context to set project_id from name | 19:30 |
zzelle_ | clarkb, hi | 19:30 |
vishy | that would be the simplest solution | 19:30 |
clarkb | zzelle_: hello | 19:31 |
annegentle | stevemar: yeah I'm not sure I know all the possibilities there | 19:31 |
*** relaxdiego has quit IRC | 19:31 | |
*** relaxdiego has joined #openstack-dev | 19:31 | |
zzelle_ | clarkb, howdy ? | 19:31 |
zzelle_ | clarkb, i am trying to make https://review.openstack.org/70746 from https://review.openstack.org/64307 | 19:32 |
zzelle_ | clarkb, honestly without git review -d, it's a mess | 19:33 |
*** ramishra has quit IRC | 19:33 | |
*** sweston has joined #openstack-dev | 19:33 | |
tellesnobrega | vishy: so project_id in nova would projectA.projectB | 19:33 |
tellesnobrega | ??? | 19:33 |
clarkb | zzelle_: if you want to not use git review -d you can use the git fetch commands in the gerrit change UI | 19:33 |
clarkb | zzelle_: and rebase them once they are both checked out onto temp branches | 19:33 |
luisbg | sdague, ping | 19:34 |
*** MaxV has joined #openstack-dev | 19:34 | |
zzelle_ | currently git review -d is not possible with http remote url because we cannot get the patchset associated to the changeid (REST api required) | 19:35 |
*** praneshp has joined #openstack-dev | 19:35 | |
zzelle_ | clarkb, would it make sense to allow to provide directly the patchset ? | 19:35 |
stevemar | dstanek, morganfainberg an easy one: https://review.openstack.org/#/c/72580/ | 19:37 |
*** zzelle has quit IRC | 19:38 | |
dstanek | stevemar: we definitely have a problem with url generation | 19:38 |
clarkb | zzelle_: oh hrm | 19:39 |
dstanek | stevemar: earlier today i some something like http://.../auth/tokens/auth/tokens/auth/tokens in a log file | 19:39 |
morganfainberg | dstanek, ++ | 19:39 |
*** e0ne has quit IRC | 19:39 | |
vishy | tellesnobrega: right | 19:39 |
clarkb | zzelle_: yeah, we allow the patchset to be provided with ssh as well, maybe we make it required now? | 19:39 |
vishy | basically what i did which was mash together ids and send it | 19:39 |
morganfainberg | dstanek, the logs get wonky | 19:39 |
*** e0ne has joined #openstack-dev | 19:40 | |
tellesnobrega | vishy: ok... thanks | 19:40 |
vishy | only you are using names instead | 19:40 |
morganfainberg | dstanek, but yes ++++++ url generation needs cleanup | 19:40 |
stevemar | dstanek, i noticed that one a loooong time ago | 19:40 |
stevemar | dstanek, it's something in the middleware, the way it looks at requests | 19:40 |
morganfainberg | stevemar, potential issue | 19:41 |
*** danielbruno has joined #openstack-dev | 19:41 | |
*** danielbruno has joined #openstack-dev | 19:41 | |
*** MaxV has quit IRC | 19:41 | |
morganfainberg | so.. you always nuke the path? | 19:42 |
morganfainberg | stevemar, why do we support path being passed in if you override it in all cases | 19:42 |
*** al-maisan has left #openstack-dev | 19:42 | |
zzelle_ | clarkb, sorry i realize iam awfully late ... i will be back :) | 19:42 |
clarkb | zzelle_: np | 19:42 |
morganfainberg | stevemar, the previous code would return url + path or url + / + collection_name | 19:42 |
*** e0ne_ has joined #openstack-dev | 19:42 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 19:42 | |
tellesnobrega | vishy: i dont think it is too complicated to use ids, if you want i can send ids, so it stays compatible | 19:42 |
morganfainberg | stevemar, the new code always does url + /OS-TRUST/ + collection name | 19:42 |
morganfainberg | stevemar, is that intended? | 19:43 |
dstanek | morganfainberg: if you take it out lots of tests fail! | 19:43 |
morganfainberg | dstanek, sure sure, i was wondering if we needed to keep the "path" support | 19:43 |
*** gyee has quit IRC | 19:43 | |
morganfainberg | dstanek, not advocating removing the arg ;) | 19:43 |
*** tiamar has quit IRC | 19:43 | |
*** mikeoutland has joined #openstack-dev | 19:44 | |
morganfainberg | dstanek, stevemar, since you override path in all cases i'd ask for a comment as to why you throw away what is passed in no matter what | 19:44 |
*** amuller has quit IRC | 19:44 | |
dstanek | morganfainberg: did you see my comment on that review about the self link? | 19:45 |
stevemar | morganfainberg, it's only there because it's a class method | 19:45 |
*** e0ne has quit IRC | 19:45 | |
morganfainberg | dstanek, ah i see your comment | 19:45 |
*** mikeoutland has quit IRC | 19:45 | |
morganfainberg | dstanek, ++ caught it before I did ;) | 19:46 |
*** mfer has quit IRC | 19:46 | |
stevemar | dstanek, morganfainberg, you guys talking about the same thing, i'm lost | 19:47 |
morganfainberg | stevemar, you've changed the behavior. | 19:47 |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 19:47 | |
*** arosen1 has joined #openstack-dev | 19:48 | |
morganfainberg | stevemar, dstanek commented on patchset 1, and outlines it, but you throw away path when it's passed in now. | 19:48 |
*** mfer has joined #openstack-dev | 19:48 | |
*** arnaud___ has joined #openstack-dev | 19:48 | |
*** arnaud__ has joined #openstack-dev | 19:48 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 19:49 | |
morganfainberg | stevemar, oh wait | 19:49 |
morganfainberg | stevemar, was your response to dstanek to add the bug id? | 19:49 |
* morganfainberg is confused | 19:49 | |
*** dave_tucker is now known as dave_tucker_zzz | 19:49 | |
* stevemar is more confused | 19:50 | |
stevemar | morganfainberg, yes, i thought that was the request | 19:50 |
morganfainberg | stevemar, ok i wasn't sure that was what he meant | 19:50 |
stevemar | dstanek, ^ clear it up | 19:50 |
*** exed_ has quit IRC | 19:50 | |
morganfainberg | stevemar, if that is in-fact the case the intention is to throw out the path passed in, we you should comment that in the code. | 19:50 |
morganfainberg | it is unclear to me why you throw out the path. | 19:50 |
morganfainberg | stevemar, there we go. | 19:52 |
morganfainberg | stevemar, if the intention was to add a bug, i'm asking you to comment in the code that this is intentional so no one "fixes" it in the future. | 19:52 |
bknudson | https://review.openstack.org/#/c/73370/ is gating now so hopefully that will fix the keystone check / gate issues. | 19:52 |
morganfainberg | bknudson, yay! | 19:53 |
stevemar | thx bknudson | 19:53 |
dstanek | bknudson: thanks | 19:53 |
dstanek | stevemar: looking at my comment... | 19:53 |
*** lcheng_ has joined #openstack-dev | 19:53 | |
dstanek | stevemar, morganfainberg: yeah i think this is really a bug fix and i agree on having a code comment to make it clear | 19:55 |
*** tqtran has quit IRC | 19:56 | |
*** bauzas has joined #openstack-dev | 19:56 | |
*** tqtran has joined #openstack-dev | 19:57 | |
*** crobertsrh has joined #openstack-dev | 19:57 | |
*** danielbruno has quit IRC | 19:58 | |
*** colinmcnamara has quit IRC | 19:58 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 19:59 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 20:00 | |
*** MaxV has joined #openstack-dev | 20:01 | |
*** e0ne has joined #openstack-dev | 20:03 | |
*** JordanRinke has joined #openstack-dev | 20:03 | |
*** MaxV has quit IRC | 20:04 | |
*** ArxCruz has quit IRC | 20:04 | |
*** rfolco has quit IRC | 20:04 | |
*** mrodden1 has joined #openstack-dev | 20:05 | |
*** jkyle has quit IRC | 20:05 | |
*** andreaf2 has joined #openstack-dev | 20:05 | |
*** mrodden has quit IRC | 20:05 | |
*** DinaBelova is now known as DinaBelova_ | 20:05 | |
*** andreaf has quit IRC | 20:06 | |
*** e0ne_ has quit IRC | 20:06 | |
*** jkyle has joined #openstack-dev | 20:07 | |
*** julienvey_ has joined #openstack-dev | 20:07 | |
*** julienvey_ has quit IRC | 20:07 | |
*** boris-42_ has quit IRC | 20:07 | |
*** taps has quit IRC | 20:08 | |
*** DinaBelova_ is now known as DinaBelova | 20:08 | |
*** rektide has quit IRC | 20:09 | |
crobertsrh | Has anyone here got devstack up and working on fedora 20? I have it *mostly* up, but when I can't start any instances and when I look at "Hypervisors" in the horizon dashboard, I see no hypervisors listed. Ring a bell for anyone? | 20:09 |
*** mrodden1 has quit IRC | 20:10 | |
*** rektide has joined #openstack-dev | 20:10 | |
*** aditirav has quit IRC | 20:11 | |
sdague | dhellmann: you a vagrant person? | 20:11 |
* dhellmann reads that very carefully | 20:11 | |
dhellmann | sdague: I do use vagrant | 20:11 |
sdague | heh | 20:11 |
sdague | you use the puppet policy bits? | 20:11 |
dhellmann | I don't know what those are, so I don't think so | 20:12 |
annegentle | dhellmann: sdague: oh that just made me laugh out loud and OMG *snort* | 20:12 |
sdague | I'm trying to work out some way to make it easy to bootstrap a d-g equivalent with vagrant, hopefully in making it a ton easier for people to do local replication | 20:12 |
dhellmann | we have some chef cookbooks that we use for setting up dev vms | 20:12 |
sdague | but the puppet injection seems busted, it does very odd things with modules path | 20:12 |
dhellmann | sdague: I heartily support that effort | 20:12 |
*** tjones has quit IRC | 20:12 | |
*** jruzicka has quit IRC | 20:12 | |
dhellmann | sdague: let me ask my local vagrant expert | 20:13 |
sdague | I'm going to figure out if fungi's scripts to run embargoed changes on cloud providers could be adapted to have a system that would work on openstack clouds or local vagrant | 20:13 |
*** CaptTofu has quit IRC | 20:14 | |
*** ijw_ has quit IRC | 20:14 | |
dhellmann | sdague: that sounds pretty cool | 20:14 |
fungi | me too ;) | 20:14 |
dhellmann | unfortunately we don't have any local experience combining vagrant and puppet, only chef | 20:14 |
sdague | fungi: you need to start me with a stackforge project with your scripts though :) | 20:14 |
dhellmann | well, and the shell provisioner | 20:15 |
sdague | dhellmann: ok, bummer | 20:15 |
dhellmann | sdague: I have a script I use with base images that don't have the chef client installed, they basically copy the cookbook into the vm and then install the tool and then run it -- could that approach fix the path injection problem? | 20:15 |
dhellmann | hacky | 20:15 |
fungi | sdague: yep | 20:15 |
*** mlavalle has joined #openstack-dev | 20:18 | |
sdague | dhellmann: actually, I think I just figured out that I had a bad directory hierarchy | 20:18 |
sdague | I might have just fixed it | 20:18 |
sdague | this is a munch more minimal local thing, but it's understanding I'll need to work with fungi on this problem | 20:18 |
*** jckasper__ has joined #openstack-dev | 20:19 | |
*** saju_m has quit IRC | 20:19 | |
sdague | yep, this seemed to do a thing | 20:20 |
ayoung | morganfainberg, what do you mean by "configured to not ask keystone for anything" | 20:20 |
* ayoung was shoveling snow and dealiing with snowday stuff | 20:20 | |
*** cagrev_ has quit IRC | 20:21 | |
*** jckasper_ has quit IRC | 20:21 | |
*** pablosan has quit IRC | 20:23 | |
*** amuller has joined #openstack-dev | 20:23 | |
*** byeager has quit IRC | 20:24 | |
*** byeager has joined #openstack-dev | 20:24 | |
*** jrist is now known as jrist-afk | 20:24 | |
*** jrist-afk is now known as jrist | 20:24 | |
*** giulivo has quit IRC | 20:25 | |
dhellmann | sdague: \o/ | 20:25 |
*** taps has joined #openstack-dev | 20:25 | |
*** MaxV has joined #openstack-dev | 20:26 | |
*** cadenzajon has quit IRC | 20:26 | |
morganfainberg | ayoung, not sourcing the certs... from keystone, since it'll be running in keystone which means.... circular dependency | 20:27 |
*** melwitt has joined #openstack-dev | 20:27 | |
*** Sukhdev has joined #openstack-dev | 20:27 | |
ayoung | morganfainberg, so a local fetch of the crets is the major differene between auth token middleware and auth context middleware | 20:28 |
*** vartom1111111115 has quit IRC | 20:28 | |
morganfainberg | ayoung, more to the point, pieces of auth_token need to be consumable by another middleware such as authcontext | 20:28 |
*** ssurana1 has quit IRC | 20:28 | |
*** ramishra has joined #openstack-dev | 20:29 | |
morganfainberg | ayoung, but in short, yes that is in large part a major difference. but i think keystones context will need to be looked into to make sure it is in sync as well with waht auth_token provides | 20:29 |
ayoung | morganfainberg, consumable menaing "add to the context in an unsurprising way" ? | 20:30 |
*** pablosan has joined #openstack-dev | 20:30 | |
morganfainberg | ayoung, auth token has a lot of "non-public methods" and likely some of those should be more library like. | 20:30 |
morganfainberg | ayoung, less "meant to be used only within the middleware __call__ method" | 20:31 |
*** cagrev_ has joined #openstack-dev | 20:31 | |
ayoung | morganfainberg, so auth context could be moved to the client and we could pull the helpers out into stand alone objects | 20:31 |
morganfainberg | ayoung, where auth_context ends up living isn't super important in the long run. it could stay in keystone, but the helpers would be stand-alone methods/functions/objects as appropriate (sourced from the client most likely) | 20:33 |
*** Tross has quit IRC | 20:33 | |
*** pablosan has quit IRC | 20:33 | |
ayoung | need to be in client if ATM needs to call them | 20:33 |
morganfainberg | ayoung, sure... or we revisit something like openstack.identity.middleware | 20:33 |
*** pablosan has joined #openstack-dev | 20:34 | |
morganfainberg | ayoung, and move middlware into that. | 20:34 |
*** boris-42_ has joined #openstack-dev | 20:34 | |
*** ramishra has quit IRC | 20:34 | |
ayoung | morganfainberg, I am seriosuly thinking that the client code is how we address the common authorization, authentication, policy and security needs of OpenStack | 20:34 |
dstanek | bknudson: wrong channel - my /buffer foo isn't good | 20:34 |
morganfainberg | ayoung, sure. | 20:35 |
bknudson | dstanek: I just ran keystone-all --help and copy-pastad to the results | 20:35 |
morganfainberg | ayoung, anyway getting back to this ephemeral work. | 20:35 |
morganfainberg | ayoung, it's starting to take shape. :) | 20:35 |
dolphm | bknudson: that needs to be automated | 20:35 |
morganfainberg | ayoung, i'm enjoying this. | 20:35 |
bknudson | dolphm: "automate everything" is the motto | 20:35 |
*** FunnyLookinHat has joined #openstack-dev | 20:35 | |
morganfainberg | bknudson, hehe | 20:36 |
*** crobertsrh has quit IRC | 20:36 | |
ayoung | very good. Let me see where are we with reviews for the prereqs to revocation evenmts | 20:36 |
*** tongli has quit IRC | 20:36 | |
dstanek | bknudson: ah, ok | 20:36 |
*** epim has joined #openstack-dev | 20:36 | |
morganfainberg | ayoung, this code is based on the tail end of your revocation stuff, the "tree" patch | 20:36 |
*** caleb_ has quit IRC | 20:37 | |
bknudson | dstanek: could file a bug with oslo.config and see what they think. | 20:37 |
dhellmann | bknudson, dstanek : you're talking about the - vs _ thing? that's a feature | 20:37 |
bknudson | maybe it's the deprecated value handling is not doing something right. | 20:37 |
dhellmann | unless maybe something isn't handling it correctly? | 20:37 |
bknudson | dhellmann: we can call it a feature. | 20:37 |
dstanek | dhellmann: both options resolve to the same beharior right? | 20:38 |
dhellmann | in a config file you might have foo_bar but on the command line we like to use --foo-bar | 20:38 |
dhellmann | yeah, they should just be aliases for the same thing | 20:38 |
dstanek | dhellmann: the --help output, at least for log_config, contains the underscore version | 20:38 |
dhellmann | dstanek: that may depend on how the option is originally registered | 20:39 |
bknudson | dhellmann: Here's what keystone-all --help outputs:Â --log-config-append PATH, --log_config PATH | 20:39 |
*** kamalic2 has joined #openstack-dev | 20:39 | |
dstanek | dhellmann: i was just curious when i saw a change in the docs in a review | 20:39 |
bknudson | dhellmann: so for the deprecated value it prints _ instead of - | 20:39 |
*** crandquist has joined #openstack-dev | 20:39 | |
bknudson | dhellmann: for cfg.StrOpt('log-config-append', deprecated_name='log-config', ...) | 20:40 |
*** crobertsrh has joined #openstack-dev | 20:40 | |
dhellmann | bknudson: interesting | 20:40 |
dhellmann | that does look like it could be a bug | 20:40 |
bknudson | dhellmann: probably not the worst bug we've ever seen. | 20:40 |
dhellmann | bknudson: true, but there was just a ML thread about finding some easy bugs for new contributors, so please file it anyway? | 20:41 |
bknudson | I'll open a bug since I've got the info there. | 20:41 |
dhellmann | ty! | 20:41 |
*** amuller has quit IRC | 20:43 | |
luisbg | bknudson, I can fix it. I am looking for good starter bugs :) | 20:44 |
luisbg | dhellmann, I joined the ML recently, do you have the archive link to that thread? | 20:44 |
*** morazi has quit IRC | 20:47 | |
bknudson | luisbg: https://bugs.launchpad.net/oslo/+bug/1279973 -- you can assign it to yourself if you want | 20:47 |
*** CaptTofu has joined #openstack-dev | 20:48 | |
*** novas0x2a|laptop has joined #openstack-dev | 20:48 | |
luisbg | bknudson, thanks! assigned | 20:48 |
*** SumitNaiksatam has joined #openstack-dev | 20:49 | |
*** bhuvan has quit IRC | 20:50 | |
*** Sukhdev has quit IRC | 20:50 | |
*** gokrokve has joined #openstack-dev | 20:51 | |
*** anniec has quit IRC | 20:51 | |
*** yolanda has quit IRC | 20:51 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 20:51 | |
*** anniec has joined #openstack-dev | 20:51 | |
dhellmann | luisbg: I think it came up as part of http://lists.openstack.org/pipermail/openstack-dev/2014-February/026931.html | 20:51 |
*** bhuvan has joined #openstack-dev | 20:52 | |
dhellmann | luisbg: and thanks for volunteering for that bug! | 20:52 |
dhellmann | dims: ping? | 20:52 |
luisbg | dhellmann, mail from Julie Pichon. She is a friend :) | 20:52 |
*** ijw has joined #openstack-dev | 20:52 | |
luisbg | dhellmann, my pleasure (volunteering) | 20:52 |
*** Tross has joined #openstack-dev | 20:53 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 20:54 | |
*** SumitNaiksatam has quit IRC | 20:54 | |
dims | dhellmann, pong | 20:54 |
dhellmann | dims: how are things looking with the oslo.vmware library? | 20:55 |
dims | infra needs to allocate time for new project creation by hand i believe the automation has broken down | 20:55 |
dhellmann | ah, right | 20:55 |
*** asalkeld_ has joined #openstack-dev | 20:55 | |
dims | https://bugs.launchpad.net/openstack-ci/+bug/1242569 | 20:56 |
dhellmann | ok, I asked for oslo.test as well, so maybe they can do them together | 20:56 |
dhellmann | ok, I forgot about that bug | 20:56 |
*** anniec has quit IRC | 20:57 | |
*** tjones has joined #openstack-dev | 20:57 | |
*** asalkeld has quit IRC | 20:58 | |
*** andreaf2 has quit IRC | 21:01 | |
*** anniec has joined #openstack-dev | 21:02 | |
ayoung | dolphm I know it is way early to ask this, but I need to book travel for the Summit: should I plan on us working up until COB on Friday? Is it worth delaying departure until Saturday morning? | 21:02 |
*** achampion has quit IRC | 21:03 | |
*** caleb_ has joined #openstack-dev | 21:03 | |
dolphm | ayoung: i always leave saturday; the last few sessions are usually release management ones, so it depends on if you want to attend those | 21:04 |
ayoung | Probably worth it...I'll plan on a Saturday departure as well. | 21:04 |
*** denis_makogon_ has joined #openstack-dev | 21:05 | |
*** bswartz1 has joined #openstack-dev | 21:05 | |
*** mdurnosvistov_ has joined #openstack-dev | 21:05 | |
dhellmann | dolphm: you win at names https://review.openstack.org/#/c/73022/2 | 21:05 |
*** dave_tucker_zzz is now known as dave_tucker | 21:06 | |
morganfainberg | ayoung, are you using the cms hashed token_id for the revocation event? or the full PKI token ID? | 21:06 |
morganfainberg | ayoung, come to think of it... i _have_ the code open... i should go look | 21:07 |
*** xmltok has quit IRC | 21:07 | |
ayoung | morganfainberg, ID is not part of it | 21:07 |
ayoung | at all | 21:07 |
*** tqtran1 has joined #openstack-dev | 21:07 | |
morganfainberg | ayoung, oh oh | 21:07 |
ayoung | morganfainberg, that would be BAD | 21:07 |
morganfainberg | ayoung, token_data derp | 21:07 |
ayoung | these are world readable | 21:07 |
morganfainberg | ayoung, yesh yesh. | 21:07 |
*** bswartz has quit IRC | 21:07 | |
*** caleb_ has quit IRC | 21:07 | |
*** bswartz1 is now known as bswartz | 21:07 | |
morganfainberg | ayoung, i'm staring right at it... heck i even call is_revoked alreday... *ugh* i need coffee | 21:08 |
*** tqtran has quit IRC | 21:08 | |
*** xmltok has joined #openstack-dev | 21:08 | |
*** tqtran has joined #openstack-dev | 21:08 | |
morganfainberg | ayoung, do revocation events work with V2 tokens? or only V3? | 21:09 |
*** thedodd has joined #openstack-dev | 21:09 | |
ayoung | both | 21:09 |
morganfainberg | ayoung, awesome | 21:09 |
*** denis_makogon_ is now known as denis_makogon | 21:10 | |
morganfainberg | ayoung, it looked like it, but wanted to 2x check | 21:10 |
ayoung | morganfainberg, in the provider there is a v2 and v3 function for converting the token data into a pam. | 21:10 |
ayoung | map | 21:10 |
morganfainberg | ayoung, ++ thanks see it now | 21:10 |
*** DinaBelova is now known as DinaBelova_ | 21:10 | |
bknudson | https://review.openstack.org/#/c/73370/ is merged so we should be back in business | 21:11 |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 21:11 | |
*** caleb_ has joined #openstack-dev | 21:11 | |
*** tqtran1 has quit IRC | 21:11 | |
*** kamalic2 has quit IRC | 21:13 | |
*** kamalic3 has joined #openstack-dev | 21:13 | |
*** kgriffs is now known as kgriffs_afk | 21:14 | |
*** kamalic3 has quit IRC | 21:15 | |
*** jeckersb has joined #openstack-dev | 21:16 | |
*** kgriffs_afk is now known as kgriffs | 21:16 | |
stevemar | bknudson, just did a bunch of rechecks no bugs | 21:16 |
bknudson | stevemar: there is a bug... I lost the email for it though | 21:17 |
*** slagle_ is now known as slagle | 21:17 | |
stevemar | bknudson, a different one? the s3 one merged... i thought we're good to go? | 21:17 |
bknudson | stevemar: there was a bug filed that I should have referenced in the s3_token change. | 21:18 |
dolphm | dhellmann: /salute | 21:18 |
*** romcheg_ltp has quit IRC | 21:18 | |
stevemar | i see | 21:18 |
* stevemar afk | 21:19 | |
bknudson | I think dolphm marked it as invalid... that's why I can't find it | 21:19 |
*** jobewan has joined #openstack-dev | 21:20 | |
*** csd has quit IRC | 21:20 | |
*** derekh has joined #openstack-dev | 21:23 | |
*** marun has joined #openstack-dev | 21:24 | |
*** IanGovett1 has quit IRC | 21:24 | |
*** CaptTofu has quit IRC | 21:25 | |
*** coasterz has quit IRC | 21:25 | |
*** cadenzajon has joined #openstack-dev | 21:26 | |
dolphm | bknudson: i did | 21:27 |
*** jtomasek has quit IRC | 21:27 | |
dolphm | stevemar: no bug is fine for rechecks | 21:27 |
*** Clabbe has quit IRC | 21:28 | |
dolphm | stevemar: well, it's "okay" | 21:28 |
*** rodrigods has joined #openstack-dev | 21:29 | |
*** mrodden has joined #openstack-dev | 21:29 | |
*** amcrn has quit IRC | 21:29 | |
*** mriedem has joined #openstack-dev | 21:29 | |
*** mikeoutland has joined #openstack-dev | 21:29 | |
*** ramishra has joined #openstack-dev | 21:30 | |
*** alexpilotti has quit IRC | 21:30 | |
*** achampion has joined #openstack-dev | 21:32 | |
*** ramishra has quit IRC | 21:35 | |
*** colinmcnamara has joined #openstack-dev | 21:35 | |
ayoung | stevemar, I lost your ping...what was it you wanted my feedback on? | 21:35 |
*** jecarey has quit IRC | 21:36 | |
morganfainberg | dolphm, ayoung, so i am up against one minor issue for ephemeral tokens. caching, in the case of PKI tokens, you need to use the short-form tokenID as part of the cache key if a key_mangler isn't used or memcached will fail with a too-large key | 21:37 |
morganfainberg | dolphm, ayoung, now, the only case peiople should be running w/o a key_mangler is for debugging | 21:37 |
ayoung | morganfainberg, always use the short form for caching. THat is what ATM does | 21:38 |
morganfainberg | dolphm, ayoung, and likely no one will ever do that. should i assume that is the case and stop always-hashing the ids down to the short-id on validate / check calls? | 21:38 |
dolphm | ayoung: ATM? | 21:38 |
ayoung | any problem with that | 21:38 |
ayoung | Auth token middleware | 21:38 |
*** promulo has quit IRC | 21:38 | |
ayoung | AuToMi | 21:38 |
morganfainberg | ayoung, that i want to pass the PKI token down to the provider so it can tear it apart | 21:38 |
morganfainberg | rather than having to rely on the persistence to look it all up | 21:39 |
dolphm | morganfainberg: i don't understand why you would *stop*? don't you want to *always* hash them? | 21:39 |
*** derekh is now known as derekh_afk | 21:39 | |
morganfainberg | dolphm, ok so dogpile has a key_mangler, it sha1's the args. great, you can turn that off for debugging, but pki tokens would overflow memcache key-lengths then | 21:39 |
*** bdpayne has joined #openstack-dev | 21:39 | |
*** gokrokve has quit IRC | 21:39 | |
morganfainberg | dolphm, right now, i always hash the PKI id down to the unique_id (short) to avoid that | 21:40 |
dolphm | morganfainberg: is this in calls to token_api.get_token() ? | 21:40 |
ayoung | morganfainberg, question is whether we need to cache at all? | 21:40 |
*** gokrokve has joined #openstack-dev | 21:40 | |
morganfainberg | dolphm, and token_provider.validate_token etc | 21:40 |
morganfainberg | ayoung, i see a benefit still to caching | 21:40 |
*** vkozhukalov has quit IRC | 21:41 | |
ayoung | morganfainberg, I'd say "always key mangle" then and be done with it | 21:41 |
*** csd has joined #openstack-dev | 21:41 | |
morganfainberg | ayoung, sure, i can remove the option to disable the key-mangler or make it some hidden option | 21:42 |
ayoung | morganfainberg, there is going to be no benefit to not-mangling. The token is going to be a big long Base64 string | 21:42 |
morganfainberg | ayoung, exactly, | 21:42 |
*** bdpayne_ has quit IRC | 21:43 | |
morganfainberg | ayoung, dolphm, next question, is there a legitimate benefit to doing the same logic auth_token does in the provider for validate regardless of ephemeral for PKI? rather than reconstructing the token each-and-every-time | 21:43 |
ayoung | morganfainberg, don't reconstruct | 21:43 |
morganfainberg | ayoung, dolphm , not sure what the overhead there is. but i'm inclined to say if it's a PKI token, always use the same logic (ish) that auth_token does rather than reconstruct | 21:43 |
morganfainberg | ayoung, ++ ok, cool. | 21:44 |
ayoung | that is what the events are there for: to confirm that the assumptions made when the token was signed are still valid | 21:44 |
morganfainberg | ayoung, yeah it's all coming together, and actually i'm liking the code flow much much more. | 21:44 |
*** gokrokve has quit IRC | 21:44 | |
ayoung | dolphm, on https://review.openstack.org/#/c/69084/10/keystone/notifications.py what should have/expect an actual signature? | 21:44 |
*** Tross has quit IRC | 21:44 | |
*** anniec has quit IRC | 21:48 | |
*** coasterz has joined #openstack-dev | 21:48 | |
ayoung | dstanek, if the client was fixed...the test for CMS using the library should be broken now in https://review.openstack.org/#/c/71455/ right? | 21:49 |
*** jhesketh__ has joined #openstack-dev | 21:50 | |
*** SumitNaiksatam has joined #openstack-dev | 21:51 | |
*** nelsnelson is now known as nelsnelson_away | 21:53 | |
*** nelsnelson_away is now known as nelsnelson | 21:53 | |
SergeyLukjanov | dhellmann, re https://review.openstack.org/#/c/73119/ | 21:54 |
dhellmann | SergeyLukjanov: yes? | 21:55 |
SergeyLukjanov | dhellmann, IMO it's incorrect to replace setuptools.setup(**util.cfg_to_args()) with setuptools.setup(setup_requires=['pbr'],pbr=True) | 21:55 |
SergeyLukjanov | in setup.py | 21:55 |
*** CaptTofu has joined #openstack-dev | 21:55 | |
dhellmann | SergeyLukjanov: yes, you're right | 21:55 |
* dhellmann head-desk | 21:55 | |
*** bdpayne has quit IRC | 21:55 | |
SergeyLukjanov | dhellmann, so, we should add a condition to requirements proposal script to avoid breaking pbr | 21:56 |
*** exed_ has joined #openstack-dev | 21:56 | |
dhellmann | SergeyLukjanov: that's a good idea, do you want to file a bug for that? | 21:56 |
*** adreznec has joined #openstack-dev | 21:57 | |
dhellmann | well that's interesting | 21:58 |
dhellmann | ah, nevermind, wrong button | 21:59 |
dhellmann | SergeyLukjanov: I submitted a new patch to fix that change | 21:59 |
*** bdpayne has joined #openstack-dev | 21:59 | |
SergeyLukjanov | dhellmann, lgtm | 21:59 |
SergeyLukjanov | dhellmann, I think yes, we should have an issue for it | 21:59 |
*** jpomero has quit IRC | 22:00 | |
*** gokrokve has joined #openstack-dev | 22:01 | |
*** vartom1111111115 has joined #openstack-dev | 22:01 | |
*** jsavak has joined #openstack-dev | 22:01 | |
*** joesavak has quit IRC | 22:03 | |
*** joesavak has joined #openstack-dev | 22:03 | |
dstanek | ayoung: fixed to use a differnt method for detecting ldap? | 22:05 |
dstanek | ayoung: s/ldap/eventlet/ | 22:05 |
ayoung | heh | 22:05 |
ayoung | dstanek, yeah, | 22:05 |
ayoung | dstanek, let me see if I can find the test that passes but should fail | 22:05 |
*** jdob has quit IRC | 22:05 | |
*** arborism has joined #openstack-dev | 22:05 | |
*** mrunge has quit IRC | 22:05 | |
*** dave_tucker is now known as dave_tucker_zzz | 22:06 | |
*** francois has quit IRC | 22:06 | |
dstanek | ayoung: then i think https://review.openstack.org/#/c/71455/1/keystone/token/providers/pki.py this code would still be catching the wrong exception | 22:06 |
ayoung | dstanek, I have to run All tests....I thought it was in test_v3_auth | 22:06 |
ayoung | dstanek, yep | 22:06 |
*** vijendar has quit IRC | 22:06 | |
ayoung | that is the code, but not sure which test execrizes the excpetion | 22:06 |
*** jsavak has quit IRC | 22:06 | |
ayoung | Feh ERROR: Failure: NameError (name '_' is not defined | 22:07 |
*** dave_tucker_zzz is now known as dave_tucker | 22:07 | |
*** francois has joined #openstack-dev | 22:07 | |
ayoung | what is supposed to define the _ in those cases? | 22:07 |
dstanek | ayoung: keystone.tests | 22:07 |
ayoung | dstanek, hmmm | 22:07 |
dstanek | there is a patch to make those explicit floating around | 22:07 |
dstanek | i don't know if there was a test to causes the exception - i may have manually messed up the command that is was trying to run to simulate a failure | 22:08 |
dolphm | dstanek: that really needs to merge :( i haven't seen it in a long time | 22:08 |
dstanek | dolphm: i think the author just rebased it a week or so ago; probably needs another | 22:08 |
ayoung | I think it has to do with how the code is kicked off by the test runner, happens outside of a stacktrace that includes keystone.tests | 22:08 |
ayoung | anywayy... | 22:09 |
*** arborism is now known as amcrn | 22:09 | |
dstanek | dolphm: i can do that tonight we then we have lobby for some +2s | 22:09 |
dolphm | dstanek: ping me! | 22:09 |
*** skraynev is now known as skraynev_afk | 22:09 | |
ayoung | dolphm, how is, say test_v_auth, locting the code to use for the client library? | 22:09 |
ayoung | Is it pip installed into the venv? | 22:10 |
dstanek | ayoung: we have the client in our requirements.txt so it is pip installed | 22:10 |
*** jecarey has joined #openstack-dev | 22:10 | |
ayoung | dstanek, OK...so until we do another release of the client with the eventlet test fix, this code is going to be wrong | 22:11 |
dstanek | ayoung: i believe so | 22:12 |
dstanek | ayoung: iirc, the client used a different way to figure out if it should use eventlet or not | 22:12 |
dstanek | ayoung: so without a client fix we'd introduct a blocking issue for people using eventlet | 22:13 |
ayoung | dstanek we're good on that | 22:13 |
*** mfer has quit IRC | 22:13 | |
dstanek | ayoung: but i think you still need to revert the import change in that patch to catch the correct exception | 22:13 |
ayoung | it was just checking for a monkeypatched OS before, now it is checking for any monkeypatching | 22:13 |
ayoung | dstanek, yes, and I don;t want to revert that until I see it fail. | 22:13 |
*** cagrev_ has quit IRC | 22:13 | |
dstanek | ayoung: ah, yes. that just went in recently right? | 22:14 |
morganfainberg | ok, so.. if you verify a V3 token against V2 you get the V2 equivalent... and vice-versa? | 22:14 |
morganfainberg | that is intended, right? | 22:14 |
ayoung | yes , that is intended | 22:14 |
dstanek | ayoung: i can get you a failing test, but for not i have to go do some dad stuff | 22:14 |
morganfainberg | ok so i need to still keep the reconstruct code around, if the token is the wrong version, reconstruct. | 22:14 |
morganfainberg | otherwise use what is in the token data | 22:14 |
ayoung | dstanek, not your problem to fix | 22:14 |
* morganfainberg would kill for a nice unifed token data structure | 22:15 | |
ayoung | dstanek, If we approve that change, when we update the client, we'll break EVERYTHING | 22:15 |
ayoung | and...I am kindof worried about breaking everything | 22:15 |
dstanek | ayoung: no but i like writing tests - if you get to it first i won't bother | 22:15 |
ayoung | dstanek, the test is written...it just passes with the bad code. | 22:15 |
*** achampion has quit IRC | 22:15 | |
ayoung | I want to see the existing test fail. But the real question is: how do we keep client changes from breaking Keystone Server once we link to the client | 22:16 |
ayoung | \I think we need a new gate job for Keystoneclient | 22:16 |
ayoung | it has to spin up a Keystone server and run the regression tests against it | 22:16 |
*** abhirc has quit IRC | 22:16 | |
*** thomasem has quit IRC | 22:17 | |
*** thomasem has joined #openstack-dev | 22:17 | |
*** thomasem has quit IRC | 22:17 | |
*** anniec has joined #openstack-dev | 22:17 | |
ayoung | dolphm, if we make the server import the client, then we need to run the server regression tests on any client change, with the new version of the client. No? | 22:20 |
*** dstanek has quit IRC | 22:20 | |
dolphm | ayoung: that's where tempest comes in | 22:21 |
ayoung | dolphm, will that be sufficient? | 22:21 |
ayoung | dolphm, I'd feel better if we ran the Keystone unit tests, but with the test version of the keystoneclient | 22:22 |
dolphm | ayoung: if the client affects service-side unit tests, they're not unit tests and belong in tempest | 22:23 |
*** e0ne has quit IRC | 22:23 | |
ayoung | dolphm, that definies about 90% of our "unit" tests | 22:23 |
*** e0ne has joined #openstack-dev | 22:23 | |
ayoung | I mean, the ones that depend on sqlA and memcached, and any other 3rd party library | 22:24 |
ayoung | I'm talking about the common code that we will be calling from the client | 22:24 |
ayoung | like the CMS call, or potentiall commong auth_token_middleware helper classes called by auth_context | 22:24 |
*** buzztroll has quit IRC | 22:24 | |
*** gokrokve has quit IRC | 22:25 | |
*** buzztroll has joined #openstack-dev | 22:25 | |
*** READ10 has quit IRC | 22:25 | |
*** gokrokve has joined #openstack-dev | 22:25 | |
*** sballe has quit IRC | 22:26 | |
*** sballe has joined #openstack-dev | 22:26 | |
*** gokrokve_ has joined #openstack-dev | 22:27 | |
ayoung | dolphm, Ias I rework the token signing, I find I need to change code such that it will work when it is pulled into the server "as is" and I'm worride about implied contracts being broken, but not caught in the client gate | 22:27 |
*** e0ne has quit IRC | 22:28 | |
*** xmltok has quit IRC | 22:28 | |
bknudson | what is the OS-KSCATALOG extension? http://api.openstack.org/api-ref-identity.html#os-kscatalog-ext | 22:29 |
*** marun has quit IRC | 22:29 | |
*** gokrokve has quit IRC | 22:29 | |
bknudson | and there's a OS-KSVALIDATE extension too? | 22:30 |
*** ramishra has joined #openstack-dev | 22:30 | |
*** jnoller_ has quit IRC | 22:34 | |
ayoung | bknudson, they in the code base or just in the API doc? | 22:34 |
bknudson | ayoung: I can't find them in keystone | 22:34 |
openstackstatus | NOTICE: restarting zuul for a configuration change | 22:35 |
*** ChanServ changes topic to "restarting zuul for a configuration change" | 22:35 | |
*** anniec has left #openstack-dev | 22:35 | |
*** ramishra has quit IRC | 22:35 | |
*** jmontemayor has quit IRC | 22:35 | |
*** dstanek has joined #openstack-dev | 22:36 | |
*** caleb_ has quit IRC | 22:40 | |
*** Tross has joined #openstack-dev | 22:41 | |
*** dstanek has quit IRC | 22:42 | |
*** ChanServ changes topic to "OpenStack development || Support is in #openstack" | 22:43 | |
* morganfainberg is scared. refactor hasn't caused test errors yet | 22:45 | |
*** buzztroll has quit IRC | 22:45 | |
*** buzztroll has joined #openstack-dev | 22:45 | |
*** xmltok has joined #openstack-dev | 22:46 | |
ayoung | Heh | 22:47 |
*** buzztroll has quit IRC | 22:47 | |
*** mlegault has quit IRC | 22:47 | |
ayoung | morganfainberg, do you use an integrated debugger? Put breakpoints in the new code to make sure it is actually hit | 22:48 |
morganfainberg | if it doesn't cause at least 1 error, our tests have a gap i just found | 22:48 |
*** buzztroll has joined #openstack-dev | 22:48 | |
morganfainberg | ayoung, i'm sure we're hitting this code. | 22:48 |
ayoung | morganfainberg, STEP THROUGH YOUR CODE! | 22:48 |
morganfainberg | ayoung, i can't | 22:48 |
ayoung | Or my code as the case may be | 22:48 |
ayoung | morganfainberg, you are using Idea, no? | 22:48 |
morganfainberg | ayoung, not atm. don't run IDE on box running unit tests | 22:48 |
ayoung | er PyCharm | 22:48 |
morganfainberg | ayoung, also just unit tests not real test yet | 22:49 |
*** sgordon has joined #openstack-dev | 22:49 | |
tjones | morganfainberg: i have been able to use pdb in unit tests. | 22:49 |
ayoung | why not? | 22:49 |
ayoung | I mean, why is IDE not the machine you run tests on? | 22:49 |
*** byeager has quit IRC | 22:49 | |
morganfainberg | tjones, remote pydev debugger | 22:49 |
morganfainberg | ayoung, IDE = on mac | 22:49 |
morganfainberg | ayoung, unit tests = VM | 22:49 |
ayoung | set up PyCharm to get its code out of the venv | 22:49 |
morganfainberg | ayoung, I have been having issues with running unit tests on the mac. | 22:50 |
ayoung | does Keystone run on the mac? | 22:50 |
morganfainberg | ayoung, venv etc never builds right | 22:50 |
morganfainberg | ayoung, no reason it shouldn't (used to be able to) | 22:50 |
ayoung | probably cuz it is make Linux File system assumptions | 22:50 |
morganfainberg | ayoung, but in either case, yeah IDE runs on desktop, unit tests in linux vm | 22:50 |
dolphm | morganfainberg: i run everything in os x with a separate python installs + venvs (brew install python python3) | 22:50 |
*** joesavak has quit IRC | 22:51 | |
*** stevemar has quit IRC | 22:51 | |
morganfainberg | dolphm, isn't brew bad and it replaces system stuff? | 22:51 |
*** colinmcnamara has quit IRC | 22:51 | |
morganfainberg | dolphm, like... really bad | 22:51 |
tjones | morganfainberg: not the pydev remote debugger - put "import pdb; pbd.set_trace()" in the area of interest and then run the tests | 22:51 |
ayoung | morganfainberg, I assume he means into the venv | 22:51 |
morganfainberg | ayoung, python installs != venv | 22:51 |
*** clayb has quit IRC | 22:52 | |
*** med_ has quit IRC | 22:52 | |
*** med_ has joined #openstack-dev | 22:52 | |
morganfainberg | dolphm, i thought that was why people used ports... i might be mis-remembering though | 22:52 |
*** mikeoutland has quit IRC | 22:53 | |
*** colinmcnamara has joined #openstack-dev | 22:53 | |
*** doug-fish has quit IRC | 22:53 | |
*** galstrom is now known as galstrom_zzz | 22:54 | |
*** mikeoutland has joined #openstack-dev | 22:54 | |
*** e0ne has joined #openstack-dev | 22:54 | |
*** beagles has quit IRC | 22:54 | |
ayoung | morganfainberg, the short of it is that if you cannot use the integrated debugger with PyCharm you are selling yourself and your development short. You need to make that work. | 22:55 |
morganfainberg | ayoung, can't do it on unit tests afaik | 22:55 |
morganfainberg | ayoung, it assume it's a remote debugger right? | 22:55 |
*** byeager has joined #openstack-dev | 22:55 | |
*** e0ne has quit IRC | 22:55 | |
morganfainberg | ayoung, which is all i'm using at the moment, not to the "standup keystone and connect debugger to it" or anything | 22:55 |
*** e0ne has joined #openstack-dev | 22:56 | |
*** thedodd has quit IRC | 22:56 | |
morganfainberg | first step - don't brreak things, seconds step, make sure i really didn't break things, 3rd step add more tests, 4th step... profit? | 22:56 |
ayoung | Nope, I do this | 22:56 |
ayoung | (in Eclipse) | 22:56 |
*** MaxV has quit IRC | 22:57 | |
ayoung | for example, running test-v3_auth | 22:57 |
ayoung | /usr/bin/nosetests -x keystone.tests.test_v3_auth | 22:57 |
morganfainberg | ayoung, i don't run linux on my laptop directly. if i did, i think that would be doable. | 22:58 |
ayoung | morganfainberg, that is an old one I haven't updated. | 22:58 |
ayoung | let me see the testr approach | 22:58 |
*** mdurnosvistov_ has quit IRC | 22:59 | |
morganfainberg | ayoung, again, it would require pydev stupport for the tests. i don't think that is doable | 22:59 |
morganfainberg | ayoung, remote pydev* | 22:59 |
ayoung | no that is thepoint, it doesnt | 22:59 |
*** galstrom_zzz is now known as galstrom | 23:00 | |
ayoung | morganfainberg, Ok...let me switch to pydev | 23:00 |
ayoung | er pycharm | 23:00 |
morganfainberg | ayoung, i am very very very lost on what you're describing | 23:00 |
morganfainberg | ayoung, i don't use eclipse :P | 23:00 |
*** galstrom is now known as galstrom_zzz | 23:00 | |
*** SumitNaiksatam has quit IRC | 23:00 | |
ayoung | morganfainberg, yeah, but the setup is pretty much the smae | 23:00 |
*** dvarga has quit IRC | 23:00 | |
morganfainberg | ayoung, and i am still not clear on if you're running code on the same box as your IDE | 23:00 |
morganfainberg | ayoung, tests* | 23:00 |
morganfainberg | ayoung, which is where i think the argument falls over. | 23:01 |
*** e0ne has quit IRC | 23:01 | |
ayoung | yes, my ide is on my laptop, and all of the python code I am running is either in there or the venv | 23:01 |
morganfainberg | ayoung, ok that is the limitation. | 23:01 |
morganfainberg | ayoung, i need to spend time fixing the OS X setup to be able to run tests.. then this wont be an issue | 23:02 |
morganfainberg | ayoung, and yes, then i can do what you're describing | 23:02 |
ayoung | morganfainberg, and that is what dolphm was describing, how he gets unit tests to work | 23:02 |
*** exed_ has quit IRC | 23:02 | |
morganfainberg | ayoung, and afaik last time i used brew i ended up having to reinstall the OS because it replaced system libs os x needed | 23:02 |
morganfainberg | ayoung, which was why i was confused.. or it was ports that did that... *is very confused* | 23:03 |
*** amcrn_ has joined #openstack-dev | 23:03 | |
morganfainberg | ayoung, i remember one method was bad and the other was not bad. | 23:03 |
morganfainberg | ayoung, and i really don't want to have to reinstall :P | 23:03 |
ayoung | morganfainberg, what happens when you run ./run_tests.sh in your Keystone dir? | 23:04 |
*** SumitNaiksatam has joined #openstack-dev | 23:04 | |
morganfainberg | ayoung, venv fails to build. | 23:04 |
morganfainberg | ayoung, in horrific ways | 23:04 |
*** amcrn has quit IRC | 23:05 | |
*** MaxV has joined #openstack-dev | 23:05 | |
morganfainberg | ayoung, i haven't had time since i upgraded to the new os to solve this issue | 23:05 |
*** jasdeepH has joined #openstack-dev | 23:05 | |
*** mkollaro has joined #openstack-dev | 23:05 | |
ayoung | Well, I don't have the mac know how to help you, but it seems to me that remote debugging should also work for you there. | 23:06 |
ayoung | But I've not done that. | 23:06 |
morganfainberg | ayoung, it does, but pydev remote i think only works when you're running keystone not in the test suite | 23:06 |
morganfainberg | ayoung, at elast it isn't clear to me how to make pydev remote work for the test suite. | 23:06 |
*** maurosr has quit IRC | 23:06 | |
*** gyee has joined #openstack-dev | 23:07 | |
ayoung | morganfainberg, I suspect it is on how you launch the process | 23:07 |
*** jckasper__ has quit IRC | 23:07 | |
ayoung | the import pdb approach with a breakpoint might be the trick | 23:07 |
morganfainberg | ayoung, probably. blech | 23:07 |
ayoung | but I've never done remote debugging | 23:07 |
morganfainberg | ayoung, i have done it a few times, when i do it i love it | 23:07 |
*** hdd_ has quit IRC | 23:07 | |
morganfainberg | ayoung, but i have used it fairly infrequently.. | 23:08 |
morganfainberg | ayoung, so it changes / needs refrehsing in my mind to make it work | 23:08 |
*** buzztroll has quit IRC | 23:08 | |
ayoung | You need the local venv setup | 23:08 |
morganfainberg | ayoung, ah pydev has it's own test runner | 23:08 |
ayoung | yeah...playing with that now | 23:09 |
morganfainberg | that might do waht i need | 23:09 |
ayoung | unable to open database file None None | 23:09 |
*** sarob has joined #openstack-dev | 23:09 | |
ayoung | running test_v3_auth | 23:09 |
morganfainberg | oh | 23:09 |
morganfainberg | wow. | 23:09 |
morganfainberg | *derp* | 23:10 |
morganfainberg | new pycharm has exactly what i need. | 23:10 |
morganfainberg | *sigh* | 23:10 |
*** mrodden has quit IRC | 23:10 | |
morganfainberg | i should read the release notes on this IDE more often | 23:10 |
*** tmclaugh[work] has quit IRC | 23:10 | |
*** mrodden1 has joined #openstack-dev | 23:10 | |
ayoung | Ah..ok, had to set working directory, and set the env var for STANDARD_THREAD (I assume) | 23:10 |
tjones | morganfainberg: glad it's working out for you | 23:11 |
ayoung | Let me see if I can set up a "run all tests" config | 23:11 |
morganfainberg | ayoung, yeah and pycharm has direct vagrant support for just this usecase | 23:11 |
morganfainberg | ayoung, remote python interpreters etc | 23:11 |
ayoung | good | 23:12 |
ayoung | so you can run local unit tests now? | 23:12 |
morganfainberg | ayoung, trying to do the setup for it, perhaps | 23:12 |
*** e0ne has joined #openstack-dev | 23:12 | |
morganfainberg | ayoung, wont be local, but possibly get the same net effect | 23:12 |
ayoung | morganfainberg, good luck. Going to go be Dad for a while. Back after dinner | 23:13 |
morganfainberg | ayoung, catch ya tomororw. in either case should have the 1st patch that does cms stuff for PKI tokens up tonight | 23:13 |
morganfainberg | ayoung, might need extra unit tests, but it'll be there. | 23:13 |
*** e0ne has quit IRC | 23:14 | |
*** abhirc has joined #openstack-dev | 23:14 | |
morganfainberg | then ephemeral is a new provider on top of that. w/ more testing. should be not too hairy actually | 23:14 |
*** adreznec has quit IRC | 23:14 | |
*** e0ne has joined #openstack-dev | 23:14 | |
*** e0ne has quit IRC | 23:15 | |
*** e0ne has joined #openstack-dev | 23:16 | |
*** ndipanov has joined #openstack-dev | 23:16 | |
*** MaxV has quit IRC | 23:18 | |
*** byeager has quit IRC | 23:19 | |
*** e0ne has quit IRC | 23:21 | |
*** dims has quit IRC | 23:22 | |
*** kgriffs is now known as kgriffs_afk | 23:26 | |
*** nkinder has quit IRC | 23:27 | |
*** tjones has quit IRC | 23:27 | |
*** bauzas has quit IRC | 23:28 | |
*** mkollaro has quit IRC | 23:28 | |
*** tjones has joined #openstack-dev | 23:28 | |
*** mkollaro has joined #openstack-dev | 23:29 | |
*** ndipanov has quit IRC | 23:29 | |
*** doug-fish has joined #openstack-dev | 23:30 | |
*** ramishra has joined #openstack-dev | 23:31 | |
*** sarob has quit IRC | 23:31 | |
*** anniec has joined #openstack-dev | 23:31 | |
*** topol has quit IRC | 23:32 | |
*** bdpayne_ has joined #openstack-dev | 23:32 | |
*** sarob has joined #openstack-dev | 23:32 | |
*** dave_tucker is now known as dave_tucker_zzz | 23:32 | |
*** FunnyLookinHat has quit IRC | 23:33 | |
*** dims_ has joined #openstack-dev | 23:35 | |
*** bdpayne has quit IRC | 23:35 | |
*** ramishra has quit IRC | 23:36 | |
*** lbragstad has quit IRC | 23:36 | |
*** samuelqueiroz has joined #openstack-dev | 23:38 | |
*** gokrokve_ has quit IRC | 23:39 | |
*** gokrokve has joined #openstack-dev | 23:39 | |
*** alagalah has joined #openstack-dev | 23:41 | |
zzelle_ | clarkb, i am back | 23:42 |
clarkb | zzelle_: hi | 23:43 |
zzelle_ | clarkb, what do mean by "yeah, we allow the patchset to be provided with ssh as well, maybe we make it required now?" ? | 23:43 |
*** gokrokve has quit IRC | 23:44 | |
*** neelashah has quit IRC | 23:44 | |
*** doug-fish has quit IRC | 23:45 | |
*** dhellmann is now known as dhellmann_ | 23:45 | |
*** rcleere has quit IRC | 23:46 | |
zzelle_ | the question was, could it make sense to allow to use --download with a patchset directly instead of a changeid ? | 23:48 |
*** SumitNaiksatam has quit IRC | 23:48 | |
*** MaxV has joined #openstack-dev | 23:49 | |
*** dzimine has quit IRC | 23:49 | |
*** spzala has quit IRC | 23:49 | |
*** bhuvan has quit IRC | 23:50 | |
*** doug-fish has joined #openstack-dev | 23:51 | |
*** denis_makogon has quit IRC | 23:52 | |
*** bhuvan has joined #openstack-dev | 23:52 | |
clarkb | zzelle_: yes, the ssh version of --download supports that today | 23:53 |
*** MaxV has quit IRC | 23:53 | |
clarkb | zzelle_: I think we can support the other option with http only | 23:53 |
*** gokrokve has joined #openstack-dev | 23:54 | |
zzelle_ | clarkb, for http i can support both ... in prevision for OS gerrit update :) | 23:56 |
*** derekh_afk is now known as derekh | 23:56 | |
*** sarob_ has joined #openstack-dev | 23:56 | |
*** SumitNaiksatam has joined #openstack-dev | 23:57 | |
*** kevinconway has quit IRC | 23:57 | |
*** jgrimm has quit IRC | 23:58 | |
*** bhuvan has quit IRC | 23:59 | |
*** mkollaro has quit IRC | 23:59 | |
*** arnaud__1 has joined #openstack-dev | 23:59 | |
*** kamalic has joined #openstack-dev | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!