*** jasonsb has joined #openstack-keystone | 00:02 | |
*** jasonsb has quit IRC | 00:07 | |
*** jasonsb_ has joined #openstack-keystone | 00:08 | |
jamielennox | notmorgan: no, my outstanding question is how it integrates with the clients, because you construct an adapter within the Client.__init__ so there's no argparse ns there | 00:10 |
---|---|---|
notmorgan | jamielennox: hm. | 00:11 |
jamielennox | see last comment, not inline | 00:11 |
notmorgan | damn that comment didn't load before | 00:11 |
notmorgan | reading now | 00:11 |
jamielennox | so we can do a client.register which calls out to adapter.register | 00:12 |
notmorgan | that is probably the cleanest way | 00:12 |
jamielennox | and then have adapter.get_kwargs which will get passed through to client.__init__ | 00:12 |
notmorgan | yeah | 00:12 |
jamielennox | notmorgan: i had https://review.openstack.org/#/c/222013/ a while ago, but it's not an easy one | 00:13 |
notmorgan | jamielennox: i don't think you're going to get around the adapter needing to know service_type stuff | 00:13 |
notmorgan | jamielennox: the more I think about it | 00:13 |
notmorgan | oooh that is kindof a painful one (the one you just linked) | 00:14 |
jamielennox | same concept i was just doing it with the loading.Opts | 00:15 |
notmorgan | right. | 00:16 |
jamielennox | but doing it that way means you don't get difference between argparse and conf | 00:16 |
notmorgan | eh. i prefer to lean more heavily on argparse where we can | 00:16 |
notmorgan | rather than leaning on oslo_config | 00:16 |
notmorgan | if that makes sense? | 00:16 |
*** EinstCrazy has quit IRC | 00:17 | |
jamielennox | oh yea, that's fine, i'm pretty sure we'll need to do an oslo_config one as well | 00:17 |
notmorgan | sure. | 00:17 |
jamielennox | so, i think it's fine to do with argparse and oslo_config seperately, that's what session does | 00:18 |
jamielennox | but the only way we can handle adapter.load_from_argparse is to essentially do | 00:19 |
jamielennox | sess = session.load_from_argparse() | 00:19 |
jamielennox | sess.adapter = adapter.load_from_argparse | 00:19 |
jamielennox | and it looses stuff | 00:19 |
notmorgan | how is it losing stuff in that case? | 00:38 |
jamielennox | anything passed into Client(**kwargs) will be lost because you wholesale replace adapter | 00:38 |
notmorgan | oh right | 00:38 |
jamielennox | ahh, sess.adapter doesn't make sense | 00:39 |
jamielennox | client.adapter = adapter.laod_from | 00:39 |
notmorgan | yea | 00:39 |
notmorgan | there we go | 00:39 |
*** muralia1 has left #openstack-keystone | 00:42 | |
jamielennox | notmorgan: you want to have a look at https://review.openstack.org/#/c/243869/ | 00:43 |
notmorgan | looking now | 00:43 |
notmorgan | ugh we have to do _exc. | 00:44 |
notmorgan | but yeah makes sense | 00:44 |
jamielennox | it was a comment | 00:45 |
notmorgan | jamielennox: +2/+A | 00:45 |
notmorgan | that wasn't too hard to review | 00:45 |
jamielennox | want harder? :) | 00:45 |
notmorgan | uh... i should be doing laundry and packing for travel tomorrow | 00:45 |
jamielennox | actually if you have a minute i was about to +A my own requests-mock review | 00:45 |
notmorgan | oh i can do that | 00:45 |
jamielennox | i don't expect you to know it well, but you can at least tell me if i'm doing something stupid | 00:46 |
jamielennox | https://review.openstack.org/#/c/246700/ | 00:46 |
notmorgan | nothing crazy there | 00:48 |
jamielennox | i didn't think so, was going to merge that and i think tag a release | 00:49 |
notmorgan | yah | 00:49 |
jamielennox | it's the only outstanding bug | 00:49 |
jamielennox | well one other, but it's a weird use case | 00:49 |
jamielennox | what are you supposed to be packing for? | 00:50 |
jamielennox | i thought you moved already | 00:51 |
jamielennox | or another trip? | 00:51 |
*** EinstCrazy has joined #openstack-keystone | 00:56 | |
notmorgan | going to NYC for the holiday | 00:57 |
openstackgerrit | Jamie Lennox proposed openstack/keystonemiddleware: Use keystoneauth https://review.openstack.org/235090 | 01:03 |
jamielennox | ah, i always forget about thanksgiving | 01:13 |
*** fangxu has quit IRC | 01:17 | |
notmorgan | jamielennox: hah | 01:25 |
*** _zouyee has joined #openstack-keystone | 01:31 | |
ayoung | notmorgan, hey, isn't heckj in Portland now, or is he in Seatlle? | 01:38 |
ayoung | Seattattle | 01:39 |
notmorgan | No idea | 01:39 |
notmorgan | Looks like Seattle. | 01:40 |
*** btully has quit IRC | 01:43 | |
*** jerrygb has joined #openstack-keystone | 01:44 | |
*** aginwala has joined #openstack-keystone | 01:51 | |
openstackgerrit | Merged openstack/python-keystoneclient: Map keystoneclient exceptions to keystoneauth https://review.openstack.org/243869 | 01:55 |
*** aginwala has quit IRC | 01:58 | |
*** mylu has quit IRC | 01:59 | |
*** mylu has joined #openstack-keystone | 02:00 | |
*** mylu has quit IRC | 02:00 | |
*** mylu has joined #openstack-keystone | 02:00 | |
*** jerrygb has quit IRC | 02:05 | |
*** jerrygb has joined #openstack-keystone | 02:05 | |
*** jerrygb has quit IRC | 02:10 | |
*** ninag has joined #openstack-keystone | 02:14 | |
*** ninag has quit IRC | 02:14 | |
*** ninag has joined #openstack-keystone | 02:14 | |
*** davechen1 has left #openstack-keystone | 02:18 | |
*** ninag has quit IRC | 02:19 | |
*** mylu has quit IRC | 02:26 | |
*** mylu has joined #openstack-keystone | 02:26 | |
*** mylu has quit IRC | 02:31 | |
*** ninag has joined #openstack-keystone | 02:36 | |
*** ninag has quit IRC | 02:36 | |
*** ninag has joined #openstack-keystone | 02:36 | |
*** ninag has quit IRC | 02:41 | |
*** yangyap__ has joined #openstack-keystone | 03:02 | |
*** jerrygb has joined #openstack-keystone | 03:06 | |
*** jerrygb has quit IRC | 03:11 | |
*** ninag has joined #openstack-keystone | 03:35 | |
*** chrisshattuck has joined #openstack-keystone | 03:36 | |
*** ninag has quit IRC | 03:40 | |
*** chrisshattuck has quit IRC | 03:51 | |
*** wuhg has joined #openstack-keystone | 03:55 | |
openstackgerrit | Jamie Lennox proposed openstack/keystoneauth: Add load_from_options_getter to plugin loading https://review.openstack.org/222029 | 04:02 |
openstackgerrit | Jamie Lennox proposed openstack/keystoneauth: Add documentation to Opt https://review.openstack.org/248522 | 04:02 |
openstackgerrit | Jamie Lennox proposed openstack/keystoneauth: Tweak the way plugin attributes are loaded https://review.openstack.org/248523 | 04:02 |
openstackgerrit | Jamie Lennox proposed openstack/keystoneauth: Allow prompting for password when CLI loading https://review.openstack.org/248524 | 04:02 |
stevemar | jamielennox: more patches eh | 04:07 |
stevemar | jamielennox: if we wanted to support a project id/name for federated work flows, how ugly would that be? | 04:07 |
jamielennox | stevemar: you mean that you got back a scoped token straight away? | 04:13 |
stevemar | jamielennox: yeah, so things like `openstack image list` just works | 04:15 |
jamielennox | stevemar: it just works now, this would be an optimization | 04:15 |
stevemar | jamielennox: it just works now? | 04:15 |
jamielennox | unless you are tlaking k2k | 04:16 |
jamielennox | I'm pretty sure i can fix the k2k flow as well i'm jsut waiting to get somewhere i can actually host VMs to test it all | 04:17 |
jamielennox | grr softlayer | 04:17 |
jamielennox | so you want for example SAML auth to do local image list? | 04:17 |
stevemar | jamielennox: i think i can get you two VMs? | 04:18 |
stevemar | jamielennox: yes, i didn't think that work now | 04:18 |
jamielennox | stevemar: i'm going to whinge at someone tomorrow | 04:18 |
stevemar | jamielennox: i think all IBMers get access to bluemix, you can sign up there and get 2 VMs | 04:18 |
jamielennox | ah - so it wouldn't have worked - but it should now | 04:18 |
*** agireud has quit IRC | 04:18 | |
stevemar | https://console.ng.bluemix.net | 04:18 |
jamielennox | so keystoneclient SAML didn't support it | 04:19 |
jamielennox | but OSC does ksa now right? | 04:19 |
jamielennox | but we haven't made the SAML plugin public | 04:19 |
jamielennox | ok - it works just fine we just have to publish it all | 04:19 |
stevemar | jamielennox: OSC is doing weird stuff now, it's using OCC which uses KSA | 04:19 |
jamielennox | stevemar: yea, i commented on the OSC review for ksa.Session - you shouldn't need to wait for the exceptions merge patch from KSC | 04:20 |
stevemar | jamielennox: nice | 04:20 |
*** agireud has joined #openstack-keystone | 04:20 | |
jamielennox | stevemar: add an entry point in ksa for https://github.com/openstack/keystoneauth/blob/master/keystoneauth1/extras/_saml2/_loading.py#L17 | 04:23 |
jamielennox | but i was testing with keystoneauth-saml2 and it was working | 04:23 |
jamielennox | the cleanup i want to do there essentially is a rewrite :( | 04:24 |
jamielennox | so if it works we might try to publish it now and i'll just make sure all the interfaces i want to change are private | 04:24 |
stevemar | jamielennox: i'll try it tonight/tomorrow with OIDC | 04:25 |
*** agireud has quit IRC | 04:25 | |
jamielennox | stevemar: https://github.com/openstack/keystoneauth/blob/master/keystoneauth1/identity/v3/federation.py#L86-L96 is the logic | 04:25 |
jamielennox | so if it's inhreitting from that class it should be fine | 04:25 |
stevemar | jamielennox: how does rescoping_plugin work? | 04:26 |
* stevemar goes to read | 04:26 | |
jamielennox | stevemar: it's just v3.token.Token | 04:26 |
jamielennox | given a token get a new token with different scope | 04:26 |
stevemar | actually _get_scoping_data is what i meant | 04:26 |
jamielennox | so the first token you get back from federation is always unscoped | 04:27 |
stevemar | so if i set all the V3OIDC bits, then set OS_PROJECT_ID, it'll rescope to that? | 04:27 |
stevemar | niiiice | 04:27 |
jamielennox | so _get_scoping_data is just a dictionary of what you can scope to | 04:27 |
jamielennox | if anything is present it will rescope for you | 04:27 |
stevemar | that info is based off of env. vars? | 04:28 |
stevemar | or cli or whatever occ uses | 04:28 |
jamielennox | right, the same way as everything else | 04:28 |
stevemar | this is KSA-specific right? | 04:28 |
stevemar | not in KSC | 04:28 |
jamielennox | loading is exactly the same, it's just a more complicated auth step | 04:28 |
jamielennox | the base class is in KSC i think, but we didn't convert saml2 to use it | 04:29 |
jamielennox | and if you didn't do OIDC then i doubt we did that either | 04:29 |
*** shunliz has joined #openstack-keystone | 04:36 | |
*** jbell8 has joined #openstack-keystone | 04:39 | |
*** jbell8 has quit IRC | 04:39 | |
*** mylu has joined #openstack-keystone | 04:43 | |
*** agireud has joined #openstack-keystone | 04:46 | |
*** btully has joined #openstack-keystone | 05:26 | |
*** rcernin has joined #openstack-keystone | 05:36 | |
*** rcernin has quit IRC | 05:42 | |
*** aginwala has joined #openstack-keystone | 05:51 | |
*** yangyap__ has quit IRC | 05:52 | |
*** gildub has quit IRC | 05:58 | |
*** lhcheng has joined #openstack-keystone | 06:00 | |
*** ChanServ sets mode: +v lhcheng | 06:00 | |
*** aginwala has quit IRC | 06:02 | |
*** mylu has quit IRC | 06:09 | |
*** lhcheng has quit IRC | 06:22 | |
*** jasonsb_ has quit IRC | 06:23 | |
*** aginwala has joined #openstack-keystone | 06:27 | |
*** topol has joined #openstack-keystone | 06:37 | |
*** ChanServ sets mode: +v topol | 06:37 | |
*** fawadkhaliq has joined #openstack-keystone | 06:41 | |
*** lhcheng has joined #openstack-keystone | 06:43 | |
*** ChanServ sets mode: +v lhcheng | 06:43 | |
*** topol has quit IRC | 06:44 | |
*** aginwala has quit IRC | 06:54 | |
*** lhcheng_ has joined #openstack-keystone | 06:57 | |
*** aginwala has joined #openstack-keystone | 07:00 | |
*** lhcheng has quit IRC | 07:00 | |
*** _zouyee has quit IRC | 07:03 | |
*** jasonsb has joined #openstack-keystone | 07:03 | |
*** _zouyee has joined #openstack-keystone | 07:03 | |
*** _zouyee has quit IRC | 07:04 | |
*** rcernin has joined #openstack-keystone | 07:07 | |
*** jasonsb has quit IRC | 07:09 | |
*** jaosorior has joined #openstack-keystone | 07:10 | |
*** openstack has joined #openstack-keystone | 07:18 | |
*** zqfan_AFK has joined #openstack-keystone | 07:29 | |
*** ninag has joined #openstack-keystone | 07:38 | |
*** ninag has quit IRC | 07:42 | |
*** urulama has quit IRC | 07:48 | |
*** urulama has joined #openstack-keystone | 07:48 | |
*** jerrygb has joined #openstack-keystone | 07:51 | |
openstackgerrit | yangweiwei proposed openstack/oslo.policy: Modified enforce method in oslo.policy to enforce user-defined policy rules https://review.openstack.org/247975 | 07:54 |
*** jerrygb has quit IRC | 07:57 | |
*** aginwala has quit IRC | 07:58 | |
*** aginwala has joined #openstack-keystone | 08:04 | |
*** fawadkhaliq has quit IRC | 08:11 | |
*** fawadkhaliq has joined #openstack-keystone | 08:12 | |
*** jimbaker has quit IRC | 08:25 | |
*** btully has quit IRC | 08:25 | |
*** josecastroleon has joined #openstack-keystone | 08:29 | |
*** zsli_ has joined #openstack-keystone | 08:30 | |
*** shunliz has quit IRC | 08:33 | |
*** aginwala has quit IRC | 08:44 | |
*** xek has joined #openstack-keystone | 08:46 | |
*** fhubik has joined #openstack-keystone | 08:49 | |
*** gildub has joined #openstack-keystone | 08:51 | |
*** btully has joined #openstack-keystone | 08:52 | |
*** btully has quit IRC | 08:56 | |
*** fhubik is now known as fhubik_brb | 08:58 | |
*** fhubik_brb is now known as fhubik | 09:00 | |
*** fawadkhaliq has quit IRC | 09:00 | |
*** fhubik is now known as fhubik_brb | 09:01 | |
*** fawadkhaliq has joined #openstack-keystone | 09:01 | |
openstackgerrit | yangweiwei proposed openstack/oslo.policy: Modified enforce method in oslo.policy to enforce user-defined policy rules https://review.openstack.org/247975 | 09:03 |
*** fhubik_brb is now known as fhubik | 09:08 | |
*** fawadkhaliq has quit IRC | 09:21 | |
*** fawadkhaliq has joined #openstack-keystone | 09:22 | |
*** fhubik is now known as fhubik_brb | 09:26 | |
*** jistr has joined #openstack-keystone | 09:27 | |
*** e0ne has joined #openstack-keystone | 09:28 | |
*** aix has joined #openstack-keystone | 09:43 | |
*** fhubik_brb is now known as fhubik | 09:45 | |
*** zsli_ has quit IRC | 09:51 | |
*** aix has quit IRC | 09:52 | |
*** ekarlso- has joined #openstack-keystone | 09:59 | |
*** ekarlso has quit IRC | 10:00 | |
*** ekarlso- is now known as ekarlso | 10:00 | |
*** josecastroleon has quit IRC | 10:05 | |
*** jerrygb has joined #openstack-keystone | 10:08 | |
*** jerrygb has quit IRC | 10:13 | |
*** daemontool has joined #openstack-keystone | 10:19 | |
*** rha has quit IRC | 10:24 | |
*** aix has joined #openstack-keystone | 10:24 | |
*** jimbaker has joined #openstack-keystone | 10:25 | |
*** jimbaker has quit IRC | 10:25 | |
*** jimbaker has joined #openstack-keystone | 10:25 | |
*** fhubik has quit IRC | 10:27 | |
*** fhubik has joined #openstack-keystone | 10:28 | |
*** tellesnobrega_af is now known as tellesnobrega | 10:33 | |
*** daemontool has quit IRC | 10:34 | |
*** daemontool has joined #openstack-keystone | 10:35 | |
openstackgerrit | Daniele Pizzolli proposed openstack/keystone: Add instuction: how to intall python-virtualenv https://review.openstack.org/248614 | 10:44 |
*** fhubik has quit IRC | 10:45 | |
*** fhubik has joined #openstack-keystone | 10:45 | |
*** flaper87 has quit IRC | 10:46 | |
*** flaper87 has joined #openstack-keystone | 10:46 | |
*** josecastroleon has joined #openstack-keystone | 10:46 | |
openstackgerrit | yangweiwei proposed openstack/oslo.policy: Modified enforce method in oslo.policy to enforce user-defined policy rules https://review.openstack.org/247975 | 10:50 |
*** rha has joined #openstack-keystone | 10:54 | |
*** rha has quit IRC | 10:54 | |
*** rha has joined #openstack-keystone | 10:54 | |
*** tsufiev_ is now known as tsufiev | 10:54 | |
*** NM has joined #openstack-keystone | 11:04 | |
*** Ephur has joined #openstack-keystone | 11:09 | |
*** fhubik is now known as fhubik_brb | 11:17 | |
*** urulama has quit IRC | 11:20 | |
*** urulama has joined #openstack-keystone | 11:21 | |
*** fhubik_brb is now known as fhubik | 11:22 | |
*** Ephur has quit IRC | 11:26 | |
*** fhubik is now known as fhubik_brb | 11:28 | |
*** fhubik_brb is now known as fhubik | 11:40 | |
*** fawadkhaliq has quit IRC | 11:41 | |
*** fawadkhaliq has joined #openstack-keystone | 11:41 | |
*** josecastroleon has quit IRC | 11:45 | |
samueldmq | morning keystoners | 11:49 |
lhcheng_ | morning! | 11:49 |
xek | morning :) | 11:55 |
*** fhubik is now known as fhubik_brb | 12:00 | |
*** fhubik_brb is now known as fhubik | 12:00 | |
*** shunliz has joined #openstack-keystone | 12:07 | |
*** EinstCrazy has quit IRC | 12:11 | |
marekd | lhcheng_: ?! | 12:11 |
marekd | morning?! | 12:11 |
marekd | where are you?! | 12:11 |
*** josecastroleon has joined #openstack-keystone | 12:14 | |
lhcheng_ | marekd: in Paris atm, going to work here remotely for the next couple of weeks | 12:15 |
marekd | lhcheng_: wow, super! | 12:15 |
marekd | lhcheng_: work or holiday? | 12:15 |
lhcheng_ | marekd: holiday, traveling just on the weekends | 12:16 |
marekd | yy, i don't get it | 12:16 |
marekd | so holiday full time, or working remotely mon-fri and holiday on the weekends? | 12:16 |
lhcheng_ | the latter :) | 12:17 |
marekd | ok :-) | 12:17 |
marekd | welcome to the old continent then :-) | 12:17 |
lhcheng_ | thank you | 12:17 |
lhcheng_ | you have more company in this tz for the next couple of weeks | 12:18 |
lhcheng_ | :D | 12:18 |
marekd | lhcheng_: yep! | 12:18 |
marekd | happy! | 12:18 |
lhcheng_ | marekd: got the basic CRUD for mapping in horizon: https://review.openstack.org/#/c/248551/ | 12:20 |
*** gildub has quit IRC | 12:21 | |
lhcheng_ | I haven't added the code from Univ. of Kent yet, I want to have a simple CRUD for the first pass so that I can continue with the federation protocol panel too. | 12:21 |
marekd | how can i search keystone bps and filter them by author? | 12:21 |
marekd | lhcheng_: cool! | 12:23 |
lhcheng_ | the BP search capability in launchpad is not great :( | 12:25 |
marekd | lhcheng_: yeah, but i found what i was looking for. | 12:25 |
marekd | lhcheng_: so you are wokring from some paris based yahoo office or from your hotel? | 12:28 |
marekd | lhcheng_: i commented | 12:29 |
*** gordc has joined #openstack-keystone | 12:31 | |
lhcheng_ | cool, thanks for looking at the patch | 12:32 |
*** pauloewerton has joined #openstack-keystone | 12:34 | |
*** EinstCrazy has joined #openstack-keystone | 12:34 | |
*** pnavarro has joined #openstack-keystone | 12:41 | |
*** aix has quit IRC | 12:47 | |
*** aix has joined #openstack-keystone | 12:48 | |
*** jerrygb has joined #openstack-keystone | 12:59 | |
*** jerrygb has quit IRC | 12:59 | |
*** jerrygb has joined #openstack-keystone | 12:59 | |
*** jdennis has joined #openstack-keystone | 12:59 | |
*** jerrygb_ has joined #openstack-keystone | 13:00 | |
*** jerrygb has quit IRC | 13:03 | |
*** fhubik is now known as fhubik_brb | 13:06 | |
*** ninag has joined #openstack-keystone | 13:10 | |
*** ayoung has quit IRC | 13:10 | |
*** topol has joined #openstack-keystone | 13:14 | |
*** ChanServ sets mode: +v topol | 13:14 | |
samueldmq | dstanek: you around ? | 13:16 |
dstanek | samueldmq: somewhat | 13:16 |
samueldmq | dstanek: about https://review.openstack.org/#/c/158442 | 13:16 |
samueldmq | dstanek: k, you're quick! | 13:17 |
dstanek | samueldmq: looks like i need to fix that up | 13:18 |
samueldmq | dstanek: just wanted to understand a bit better, for me it seems weird because the templated backend won't support write ops anymore | 13:18 |
dstanek | samueldmq: it already doesn't | 13:18 |
*** topol has quit IRC | 13:18 | |
dstanek | samueldmq: if you do a write operation to add an endpoint it won't fail, but the data won't show up either | 13:20 |
samueldmq | dstanek: why ? when I do create an endpoint, won't it appear in the catalog ? | 13:21 |
dstanek | samueldmq: i don't believe so no. and it shouldn't because it's templated | 13:22 |
samueldmq | dstanek: hmm, templated means there is a sample catalog in a file, and that will be used for read ops | 13:22 |
samueldmq | dstanek: and then write ops will have no effect | 13:22 |
dstanek | samueldmq: yes, and it gets parsed and put in self.templates which is how it generated the catalog | 13:23 |
samueldmq | dstanek: cool, I will take a better look | 13:23 |
samueldmq | dstanek: thanks for clarifying | 13:23 |
dstanek | samueldmq: being a subclass of kvs gives it "write", but it's really just a joke | 13:24 |
*** daemontool has quit IRC | 13:25 | |
*** doug-fish has joined #openstack-keystone | 13:25 | |
openstackgerrit | Henrique Truta proposed openstack/keystone: API support for project cascade delete https://review.openstack.org/244248 | 13:25 |
openstackgerrit | Henrique Truta proposed openstack/keystone: Manager support for project delete cascade https://review.openstack.org/244149 | 13:25 |
openstackgerrit | Henrique Truta proposed openstack/keystone: Add backend support for deleting a projects list https://review.openstack.org/245916 | 13:25 |
samueldmq | dstanek: haha, yes :) | 13:25 |
*** urulama has quit IRC | 13:25 | |
*** urulama has joined #openstack-keystone | 13:26 | |
htruta | hey stevemar, just saw your review in here https://review.openstack.org/#/c/248310/ that you suggest using the common code | 13:31 |
htruta | stevemar: I have only one concern... seems like if we pass the attribute with the same value as it is, it raises an exception | 13:32 |
*** daemontool has joined #openstack-keystone | 13:38 | |
*** fhubik_brb is now known as fhubik | 13:39 | |
*** rdo_ has quit IRC | 13:42 | |
*** rdo has joined #openstack-keystone | 13:43 | |
*** jistr has quit IRC | 13:46 | |
*** jdennis has quit IRC | 13:50 | |
iurygregory | marekd, are you around? | 13:51 |
marekd | yep | 13:51 |
marekd | hi | 13:51 |
iurygregory | for K2K in Liberty, i can't use anymore WSGIScriptAliasMatch ^(/v3/OS-FEDERATION/identity_providers/.*?/protocols/.*?/auth)$ /var/www/keystone/main/$1 ? | 13:52 |
iurygregory | SP configuration | 13:52 |
iurygregory | in your link you point WSGIScriptAlias but not WSGIScriptAliasMatch.. | 13:53 |
marekd | what i mean is this: /var/www/keystone/main/$1 | 13:54 |
marekd | first of all i think the path depends on the distro | 13:54 |
marekd | secondly, there was some change recently | 13:54 |
*** fawadkhaliq has quit IRC | 13:55 | |
*** fawadkhaliq has joined #openstack-keystone | 13:55 | |
iurygregory | do you have some link about the changes in K2K for SP in Liberty? | 13:55 |
marekd | iurygregory: also devstack /stable/liberty has this https://github.com/openstack-dev/devstack/blob/stable/liberty/files/apache-keystone.template#L8 | 13:55 |
marekd | it's not change related to SP | 13:55 |
marekd | it's a change related to wsgi starting script. | 13:55 |
iurygregory | oh ok | 13:56 |
*** jdennis has joined #openstack-keystone | 14:00 | |
*** richm has joined #openstack-keystone | 14:02 | |
iurygregory | marekd, i'll let the template to match the path keystone in other distros when i figure out how to make work on redhat, because need other repo and in puppet we will not manage other repositories that are not related to keystone ^^ | 14:10 |
marekd | iurygregory: i don't follow. I just saw some switches if os == debian then, else if redhat then {} | 14:10 |
samueldmq | dstanek: left a couple of comments there, hope it helps when doing a new patchset | 14:12 |
iurygregory | for now only works on debian and do everything... on redhat we don't configure the virtualhost , just the keystone.conf for now, in the next patch i'll let configure on redhat | 14:12 |
*** daemontool has quit IRC | 14:12 | |
*** daemontool has joined #openstack-keystone | 14:13 | |
lbragstad | jamielennox around? | 14:15 |
lbragstad | jamielennox at least for a minute or two? | 14:15 |
lbragstad | jamielennox it looks like we've gotten some feedback on our policy changes etherpad - https://etherpad.openstack.org/p/mitaka-ops-policy-modifications | 14:15 |
*** tellesnobrega is now known as tellesnobrega_af | 14:17 | |
lbragstad | jamielennox how do you think we should proceed with next steps? parse it individually and bring it to the next keystone meeting? | 14:17 |
*** tellesnobrega_af is now known as tellesnobrega | 14:17 | |
lbragstad | and come up with patterns? | 14:17 |
*** raildo is now known as raildo-afk | 14:20 | |
*** raildo-afk is now known as raildo | 14:20 | |
marekd | iurygregory: aha | 14:24 |
marekd | iurygregory: so make sur it works with newest openstack code on debian | 14:24 |
marekd | iurygregory: cause i am not sure the path didn't change there either. | 14:24 |
marekd | i just gave you headsup :-) | 14:25 |
*** ayoung has joined #openstack-keystone | 14:26 | |
*** ChanServ sets mode: +v ayoung | 14:26 | |
iurygregory | ok marekd, i'll let the template get the value from the virtualhost tag in WSGIScriptAlias =) | 14:26 |
marekd | whatever works finr on a system is a good solution :-) | 14:26 |
iurygregory | ^^ tks for your review, about apache 2.4 i'll verify ^^ | 14:27 |
marekd | sure | 14:30 |
*** jasondotstar_afk is now known as jasondotstar | 14:33 | |
*** alextricity_h has joined #openstack-keystone | 14:41 | |
*** NM has quit IRC | 14:42 | |
*** roxanaghe has joined #openstack-keystone | 14:48 | |
*** alextricity_h has quit IRC | 14:49 | |
*** fhubik has quit IRC | 14:50 | |
*** roxanaghe has quit IRC | 14:53 | |
*** aix has quit IRC | 14:54 | |
*** petertr7 is now known as petertr7_away | 14:57 | |
stevemar | lbragstad: jamielennox was headed out for the evening when we last spoke | 14:58 |
*** shunliz has quit IRC | 15:01 | |
lbragstad | stevemar ah, makes sense | 15:01 |
*** aix has joined #openstack-keystone | 15:01 | |
*** openstackgerrit has quit IRC | 15:02 | |
lbragstad | stevemar if you have any opinion on the operator feedback, i'd be happy to hear it :) | 15:02 |
*** petertr7_away is now known as petertr7 | 15:02 | |
lbragstad | stevemar just trying to figure out what the next steps should be | 15:02 |
*** openstackgerrit has joined #openstack-keystone | 15:03 | |
stevemar | lbragstad: you around all week, or off like everyone else? :) | 15:03 |
lbragstad | I'm available today, tomorrow, and wednesday | 15:03 |
lbragstad | off thursday and taking friday, too | 15:03 |
stevemar | lbragstad: whatcha talking about for op feedback? | 15:03 |
stevemar | lbragstad: my sametime list is dead | 15:04 |
lbragstad | stevemar ++ yeah, it's a ghost town here too | 15:04 |
lbragstad | stevemar the policy pattern that we wanted to get feedback on from the policy session at the summit | 15:04 |
lbragstad | stevemar the action item was that we would open up an etherpad for operators to put their policy changes into, | 15:04 |
lbragstad | and let that sit for a while. | 15:05 |
lbragstad | next, jamielennox and I wanted to see if it were possible to find a pattern and abstract it | 15:05 |
lbragstad | and propose it upstream | 15:05 |
*** breitz has joined #openstack-keystone | 15:08 | |
*** btully has joined #openstack-keystone | 15:09 | |
*** davechen has joined #openstack-keystone | 15:10 | |
*** jaosorior has quit IRC | 15:11 | |
*** jaosorior has joined #openstack-keystone | 15:12 | |
*** ninag has quit IRC | 15:12 | |
stevemar | lbragstad: you can +A https://review.openstack.org/#/c/248312/, it'll actually pull in both and start merging them together | 15:12 |
*** jaosorior has quit IRC | 15:12 | |
lbragstad | stevemar done | 15:13 |
*** jaosorior has joined #openstack-keystone | 15:13 | |
openstackgerrit | Ajaya Agrawal proposed openstack/keystone: Remove assignments when deleting a domain https://review.openstack.org/127433 | 15:17 |
*** pumaranikar has joined #openstack-keystone | 15:17 | |
*** EinstCrazy has quit IRC | 15:17 | |
openstackgerrit | Grzegorz Grasza (xek) proposed openstack/keystone-specs: Online schema migration https://review.openstack.org/245186 | 15:19 |
*** urulama has quit IRC | 15:21 | |
*** urulama has joined #openstack-keystone | 15:22 | |
samueldmq | stevemar: lbragstad: anything special in US this week ? (hence people taking off days) | 15:22 |
*** r-daneel has joined #openstack-keystone | 15:22 | |
lbragstad | samueldmq thursday is Thanksgiving | 15:22 |
samueldmq | lbragstad: I was recalling it had already happened in October | 15:25 |
samueldmq | lbragstad: it actually did, but in Canada :) | 15:25 |
lbragstad | samueldmq US Thanksgiving is always the last Thursday of November | 15:25 |
davechen | stevemar: interesting, my colleagues recommend me this: https://developer.ibm.com/opentech/2015/03/27/checklist-performing-openstack-code-reviews/ | 15:27 |
*** slberger has joined #openstack-keystone | 15:28 | |
davechen | lbragstad: not going to take extra leaves? | 15:28 |
lbragstad | davechen i'm taking thursday and friday off | 15:28 |
davechen | lbragstad: is it the offical holiday? I saw a lot of rackers take leave the whole week. | 15:29 |
lbragstad | only thursday is Thanksgiving, but most people take friday and/or the whole week off | 15:30 |
davechen | i like the black friday, going to shop this thurday. :) | 15:31 |
samueldmq | lbragstad: cool, nice to know | 15:33 |
samueldmq | lbragstad: so this week is supposed to be a bit quiet here (mostly from Wed) | 15:33 |
stevemar | davechen: hehe, glad that was recommended! | 15:33 |
lbragstad | davechen have fun! I avoid shopping like the plague | 15:34 |
stevemar | davechen: but why was it recommended to you? you already do a great job :P | 15:34 |
*** mylu has joined #openstack-keystone | 15:34 | |
*** davechen1 has joined #openstack-keystone | 15:36 | |
*** jorge_munoz has joined #openstack-keystone | 15:36 | |
*** davechen has quit IRC | 15:38 | |
*** josecastroleon has quit IRC | 15:39 | |
*** NM has joined #openstack-keystone | 15:39 | |
davechen1 | lbragstad: sure, I dont have any experience about black friday, but looks like will be a lot of people there. | 15:40 |
lbragstad | davechen1 everyone should experience it at least once ;) | 15:41 |
*** davechen1 is now known as davechen | 15:41 | |
stevemar | davechen1: it can get crazy, :P | 15:41 |
bknudson | somebody always gets run over in a parking lot | 15:41 |
bknudson | or trampled or something | 15:41 |
davechen | you scare me! bknudson | 15:42 |
stevemar | davechen: be safe out there | 15:43 |
*** Daviey_ is now known as Daviey | 15:43 | |
bknudson | https://www.google.com/search?q=black+friday+run+over+walmart+grand+forks&ie=utf-8&oe=utf-8 | 15:43 |
bknudson | http://www.nytimes.com/2008/11/29/business/29walmart.html?pagewanted=all | 15:43 |
davechen | stevemar: thanks you, boss. | 15:43 |
davechen | I just want to save money. :) | 15:44 |
bknudson | you have to fight for the best deals | 15:44 |
*** topol has joined #openstack-keystone | 15:45 | |
*** ChanServ sets mode: +v topol | 15:45 | |
davechen | i can imagine it's not easy to shop that day :) | 15:46 |
*** daemontool_ has joined #openstack-keystone | 15:48 | |
*** navid_ has joined #openstack-keystone | 15:49 | |
*** daemontool has quit IRC | 15:52 | |
stevemar | topol: topolizer! | 15:55 |
*** NM has quit IRC | 15:57 | |
*** fawadkhaliq has quit IRC | 16:04 | |
*** urulama has quit IRC | 16:04 | |
*** urulama has joined #openstack-keystone | 16:05 | |
*** petertr7 is now known as petertr7_away | 16:06 | |
*** rcernin has quit IRC | 16:08 | |
openstackgerrit | Merged openstack/keystone: Use standard credential_id parameter in jsonhome https://review.openstack.org/248311 | 16:10 |
notmorgan | o/ | 16:10 |
*** mylu_ has joined #openstack-keystone | 16:10 | |
*** navid_ has quit IRC | 16:11 | |
stevemar | notmorgan: o/ | 16:11 |
notmorgan | stevemar: o/! | 16:11 |
stevemar | notmorgan: hidey ho | 16:12 |
notmorgan | (>^_^)/ | 16:12 |
*** jaosorior has quit IRC | 16:12 | |
*** Pablo|off| has joined #openstack-keystone | 16:14 | |
topol | stevemar | 16:14 |
*** mylu has quit IRC | 16:14 | |
stevemar | topol: ahoy mr meeting canceller | 16:14 |
*** Pablo|off| is now known as pcaruana | 16:15 | |
topol | yes | 16:16 |
*** EinstCrazy has joined #openstack-keystone | 16:18 | |
topol | sounds like stevemar WANTS more meetings... | 16:18 |
topol | stevemar... calling my admin now | 16:19 |
notmorgan | topol: i'll just schedule stevemar for tons of meetings that no one else will go to... he has his email setup to auto-accept them doesn't he? >.> | 16:19 |
* notmorgan used to enjoy booking people for meetings at 3am when they auto accepted meeting invites | 16:20 | |
openstackgerrit | Steve Martinelli proposed openstack/keystone-specs: clean up implied roles spec https://review.openstack.org/248798 | 16:20 |
openstackgerrit | Steve Martinelli proposed openstack/keystone-specs: move implied roles spec to mitaka and clean it up https://review.openstack.org/248798 | 16:20 |
*** petertr7_away is now known as petertr7 | 16:21 | |
stevemar | notmorgan: in fact, i do not have it set to auto-accept :P | 16:21 |
stevemar | topol: notmorgan clean up for you to review :P ^ | 16:21 |
notmorgan | stevemar: you should fix that so i can book you for 3am meetings randomly | 16:21 |
notmorgan | stevemar: you want me to be happy right? :P | 16:21 |
stevemar | undoubtedly | 16:22 |
stevemar | notmorgan: you on east coast time? | 16:22 |
topol | notmorgan, Im just jealous how you and Deva are drinking all kinds of cool stuff yet I didnt spend much time with you in Tokyo to participate :-( | 16:22 |
notmorgan | stevemar: uhm... about saltlake city time. | 16:22 |
notmorgan | stevemar: for the moment. | 16:22 |
notmorgan | but that will change in the next few minutes | 16:23 |
*** EinstCrazy has quit IRC | 16:23 | |
stevemar | notmorgan: coolio | 16:24 |
*** aix has quit IRC | 16:24 | |
notmorgan | stevemar: i was sleeping but someone was eating something that smelled so bad it woke me up... from a drug induced sleep. | 16:25 |
notmorgan | stevemar: /me glares at other passengers on the plane | 16:25 |
*** navid_ has joined #openstack-keystone | 16:26 | |
stevemar | notmorgan: i'm surprised that food made it past TSA | 16:29 |
*** ryanpetrello has quit IRC | 16:30 | |
*** jistr has joined #openstack-keystone | 16:33 | |
*** navid_ has quit IRC | 16:37 | |
*** navid_ has joined #openstack-keystone | 16:38 | |
*** fawadkhaliq has joined #openstack-keystone | 16:41 | |
openstackgerrit | Merged openstack/keystone: Use idp_id and protocol_id in jsonhome https://review.openstack.org/248312 | 16:43 |
notmorgan | stevemar: that email i told you i was going to send... | 16:43 |
notmorgan | stevemar: sent it. | 16:43 |
notmorgan | stevemar: it was food served by the airline | 16:44 |
*** petertr7 is now known as petertr7_away | 16:44 | |
*** lhcheng_ has quit IRC | 16:46 | |
*** lhcheng has joined #openstack-keystone | 16:47 | |
*** ChanServ sets mode: +v lhcheng | 16:47 | |
openstackgerrit | Dave Chen proposed openstack/keystone: Update docs for legacy keystone extensions https://review.openstack.org/247900 | 16:47 |
*** gordc has quit IRC | 16:47 | |
*** petertr7_away is now known as petertr7 | 16:49 | |
*** gordc has joined #openstack-keystone | 16:51 | |
*** ankita_wagh has joined #openstack-keystone | 16:53 | |
*** thiagop has joined #openstack-keystone | 16:53 | |
*** mylu_ has quit IRC | 16:54 | |
*** mylu has joined #openstack-keystone | 16:54 | |
mfisch | notmorgan: your email is going to be a good convo | 16:55 |
mfisch | I happen to disagree with it, but its a dicussion we should have | 16:55 |
mfisch | discussion... | 16:55 |
*** topol has quit IRC | 16:57 | |
stevemar | mfisch: i think it'll have to be a project to project case | 16:57 |
mfisch | agree | 16:57 |
stevemar | in keystone we could do it | 16:57 |
stevemar | but maybe not for the newer projects | 16:58 |
*** mylu has quit IRC | 16:59 | |
notmorgan | stever, mfisch:it is def a project-by-project basis | 17:01 |
mfisch | about to reply to that effect | 17:02 |
notmorgan | that is why i phrased it as [keystone] but also tagged all | 17:03 |
*** ryanpetrello has joined #openstack-keystone | 17:04 | |
mfisch | PTL emeritus lol | 17:05 |
dstanek | stevemar: yeah, so i'm not sure how my thoughts on versioning fit into the docs yet, so i am making a gist first | 17:05 |
*** daemontool_ has quit IRC | 17:06 | |
notmorgan | mfisch: i stole that from jeblair | 17:07 |
*** spandhe has joined #openstack-keystone | 17:07 | |
*** spandhe has quit IRC | 17:07 | |
*** daemontool has joined #openstack-keystone | 17:08 | |
notmorgan | mfisch: he has it on his business cards | 17:08 |
openstackgerrit | Steve Martinelli proposed openstack/keystone-specs: Create an attic for APIs we don't support https://review.openstack.org/248828 | 17:11 |
notmorgan | mfisch: notably i kindof want to abolish the policy for keystoneauth and open the door for other highly specialized libs. | 17:12 |
stevemar | dstanek: i'm lacking the context, versioning and docs? | 17:12 |
dstanek | stevemar: the driver versioning we were talking about on Friday | 17:12 |
stevemar | ahhhh | 17:12 |
stevemar | right | 17:12 |
*** ir2ivps8 has joined #openstack-keystone | 17:13 | |
*** jasonsb has joined #openstack-keystone | 17:13 | |
notmorgan | stevemar: gonna want to do a KSA release if we can after the holiday | 17:13 |
notmorgan | stevemar: if we can land the last of these outstanding things | 17:13 |
notmorgan | stevemar: i'll propose it up but just an FYI | 17:13 |
*** obedmr has joined #openstack-keystone | 17:17 | |
dstanek | mfisch: i actually don't think you are correct in the case of keystone, but the fact that you stated it validates my point | 17:17 |
*** jasonsb has quit IRC | 17:18 | |
obedmr | hi there, is there any reason to keep using the "_member_" role instead of "user" role? | 17:18 |
notmorgan | obedmr: it is a holdover for how we migrated to the v3 things. i think we have done away with it's need now. but ayoung can you confirm? | 17:19 |
notmorgan | cc bknudson ^ | 17:19 |
*** jasonsb has joined #openstack-keystone | 17:20 | |
bknudson | I think if you use v2 to create a user with e default project it gets the _member_ role | 17:20 |
openstackgerrit | Steve Martinelli proposed openstack/keystone-specs: move implied roles spec to mitaka and clean it up https://review.openstack.org/248798 | 17:21 |
bknudson | as far as I know by default there's nothing outside of keystone that cares about _member_ role (or any other role) | 17:21 |
*** rcernin has joined #openstack-keystone | 17:21 | |
notmorgan | bknudson: i think we can even move the v2 stuff back to "member" | 17:22 |
notmorgan | if we needed to | 17:22 |
obedmr | bknudson: ok, got it, so, I'm working with horizon and it is using _member_ as default. Of course they have a note in their docs for changing it (http://docs.openstack.org/liberty/install-guide-ubuntu/horizon-install.html) | 17:22 |
notmorgan | idon't even know what the migration need was for _member_ at this point | 17:22 |
mfisch | dstanek: not correct about what? | 17:22 |
mfisch | wrt my email? | 17:22 |
dstanek | mfisch: yes | 17:22 |
mfisch | I don't think keystone has political pressure to merge stuff no | 17:22 |
bknudson | that's a weird config option, but maybe that makes it easier for horizon users. | 17:23 |
mfisch | I do know for sure that other projects do | 17:23 |
dstanek | mfisch: that's probably true. | 17:24 |
mfisch | but any company is a new hot-shot VP away from telling cores to merge something... and while many of us could just say "no" and quit, some people can't | 17:24 |
obedmr | ok, thanks folks for your help, I will send some comments to Horizon mailing list | 17:24 |
bknudson | obedmr: there's a config option in keystone to use a different role for v2 users: http://git.openstack.org/cgit/openstack/keystone/tree/etc/keystone.conf.sample#n41 | 17:25 |
bknudson | so you could set that to your "user" role. | 17:25 |
dstanek | mfisch: just the fact that you think that's possible is the protection i was talking about | 17:25 |
*** jerrygb_ has quit IRC | 17:26 | |
mfisch | yep | 17:26 |
ayoung | obedmr, no reason | 17:27 |
ayoung | Member was in common use by Horizon, which is why we wanted to match, but not conflict with it | 17:27 |
ayoung | jamielennox has a proposal for an expanded set of basic roles for openstack | 17:28 |
stevemar | notmorgan: its gonna be the first release of KSA with saml2 and kerberos in 'extras', hope no one freaks out :D | 17:28 |
stevemar | ayoung: poke: https://review.openstack.org/#/c/248798/ | 17:28 |
*** petertr7 is now known as petertr7_away | 17:29 | |
*** aginwala has joined #openstack-keystone | 17:29 | |
notmorgan | stevemar: that is kindof why i wanted it out in december before holidays | 17:30 |
notmorgan | so we can smush anything crazy befoe people disappear | 17:30 |
notmorgan | and we don't need to wait until next year | 17:30 |
ayoung | stevemar, ooh that makes me happy! | 17:30 |
notmorgan | (cc mordred )^ | 17:30 |
*** aginwala has quit IRC | 17:30 | |
ayoung | notmorgan, the migration for _member_ was around migration 14 or so....ancient history | 17:32 |
notmorgan | ayoung: exactly | 17:32 |
*** NM has joined #openstack-keystone | 17:33 | |
*** jerrygb has joined #openstack-keystone | 17:33 | |
dstanek | i thought we still used _member_ in certain cases | 17:35 |
ayoung | dstanek, it is configurable | 17:35 |
ayoung | dstanek, for V2 add user to tenant | 17:35 |
dstanek | ayoung: ah, ok | 17:35 |
openstackgerrit | Raildo Mascena de Sousa Filho proposed openstack/keystone: Translation-friendly formatting of msg string https://review.openstack.org/240316 | 17:35 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystone: Updating sample configuration file https://review.openstack.org/248834 | 17:36 |
*** jerrygb has quit IRC | 17:36 | |
*** ankita_wagh has quit IRC | 17:37 | |
*** e0ne has quit IRC | 17:39 | |
*** jerrygb has joined #openstack-keystone | 17:40 | |
*** petertr7_away is now known as petertr7 | 17:41 | |
*** pnavarro has quit IRC | 17:41 | |
*** roxanaghe has joined #openstack-keystone | 17:42 | |
*** aix has joined #openstack-keystone | 17:45 | |
*** jerrygb has quit IRC | 17:45 | |
openstackgerrit | Steve Martinelli proposed openstack/keystone: Updating sample configuration file https://review.openstack.org/248834 | 17:47 |
openstackgerrit | Tom Cocozzello proposed openstack/keystone: Improve code and comments in test_catalog https://review.openstack.org/248846 | 17:48 |
openstackgerrit | Merged openstack/keystoneauth: Cleanup time patching https://review.openstack.org/248467 | 17:53 |
*** ankita_wagh has joined #openstack-keystone | 17:57 | |
*** NM has quit IRC | 17:57 | |
*** spandhe has joined #openstack-keystone | 17:57 | |
*** tsymancz1k has quit IRC | 17:58 | |
*** aginwala has joined #openstack-keystone | 18:01 | |
*** shaleh has joined #openstack-keystone | 18:02 | |
notmorgan | soooooo since i have skipped every single IRC meeting for a bit | 18:03 |
notmorgan | is Keystone doing a midcycle and if so where? | 18:03 |
notmorgan | and when | 18:03 |
breton_ | notmorgan: the ptl said in texas | 18:07 |
breton_ | I suggested to do it in canada and he said it's too cold there :( | 18:07 |
breton_ | I liked Vancouver :( | 18:07 |
notmorgan | breton_:so, san antonio again? | 18:07 |
notmorgan | stevemar: ^ | 18:07 |
openstackgerrit | Merged openstack/keystone-specs: move implied roles spec to mitaka and clean it up https://review.openstack.org/248798 | 18:09 |
*** EinstCrazy has joined #openstack-keystone | 18:10 | |
*** jasonsb has quit IRC | 18:11 | |
openstackgerrit | ayoung proposed openstack/keystone-specs: Tokens with subsets of roles or endpoints https://review.openstack.org/186979 | 18:15 |
*** EinstCrazy has quit IRC | 18:17 | |
*** aix has quit IRC | 18:18 | |
*** tsymanczyk has joined #openstack-keystone | 18:18 | |
*** tsymanczyk is now known as Guest70585 | 18:18 | |
*** e0ne has joined #openstack-keystone | 18:22 | |
*** fawadkhaliq has quit IRC | 18:24 | |
*** fawadkhaliq has joined #openstack-keystone | 18:24 | |
*** jerrygb has joined #openstack-keystone | 18:27 | |
*** fawadkhaliq has quit IRC | 18:28 | |
lbragstad | notmorgan i think stevemar was setting things up for Austin | 18:28 |
lbragstad | since IBM has a campus there | 18:29 |
*** fawadkhaliq has joined #openstack-keystone | 18:29 | |
*** e0ne has quit IRC | 18:29 | |
*** fawadkhaliq has quit IRC | 18:29 | |
*** e0ne has joined #openstack-keystone | 18:29 | |
samueldmq | is there a policy for abandoning reviews with negative scores and without any new change in the last X days/weeks (perhaps 1 month) ? | 18:31 |
samueldmq | stevemar: dstanek: ^ | 18:33 |
*** NM has joined #openstack-keystone | 18:35 | |
*** aginwala has quit IRC | 18:36 | |
*** topol has joined #openstack-keystone | 18:38 | |
*** ChanServ sets mode: +v topol | 18:38 | |
bknudson | stevemar: what did you do to https://review.openstack.org/#/c/248834/ ? | 18:40 |
*** petertr7 is now known as petertr7_away | 18:41 | |
*** wuhg has quit IRC | 18:41 | |
*** jerrygb has quit IRC | 18:42 | |
*** liemmn has joined #openstack-keystone | 18:42 | |
samueldmq | bknudson: I *think* it can be related to https://review.openstack.org/#/c/247304/ | 18:43 |
samueldmq | bknudson: because that should have merged, and the bot tried to update it again, to remove it; but actually it didn't get merge | 18:43 |
samueldmq | bknudson: because that should have merged/the bot assumed that had merged | 18:44 |
bknudson | ok, fix the bot | 18:44 |
*** liemmn_ has joined #openstack-keystone | 18:44 | |
*** liemmn has quit IRC | 18:44 | |
*** liemmn_ has left #openstack-keystone | 18:44 | |
samueldmq | bknudson: actually I didn't know gerrit accepted patches with no changes | 18:45 |
*** liemmn has joined #openstack-keystone | 18:45 | |
*** NM has quit IRC | 18:46 | |
*** jerrygb has joined #openstack-keystone | 18:46 | |
*** boris-42 has quit IRC | 18:48 | |
*** Guest70585 has quit IRC | 18:50 | |
*** jerrygb has quit IRC | 18:51 | |
*** mylu has joined #openstack-keystone | 18:53 | |
*** daemontool has quit IRC | 18:54 | |
openstackgerrit | Henrique Truta proposed openstack/keystone: Replace tenant for project in resource files https://review.openstack.org/248295 | 18:59 |
*** jerrygb has joined #openstack-keystone | 19:03 | |
*** mylu has quit IRC | 19:05 | |
*** mylu has joined #openstack-keystone | 19:06 | |
*** mylu has quit IRC | 19:06 | |
*** mylu has joined #openstack-keystone | 19:06 | |
stevemar | bknudson: the bot is acting weird | 19:09 |
stevemar | bknudson: ps1 was in merge conflict | 19:09 |
bknudson | stevemar: ok, but now it has no change | 19:09 |
bknudson | only a commit message | 19:09 |
stevemar | bknudson: yes, i noticed that | 19:09 |
*** jasonsb has joined #openstack-keystone | 19:10 | |
bknudson | stevemar: I abandoned it. | 19:10 |
stevemar | bknudson: thank you | 19:10 |
stevemar | bknudson: theres something wrong with the way it's proposing patches, i haven't had time to poke around at it yet | 19:11 |
*** ayoung has quit IRC | 19:14 | |
*** jbell8 has joined #openstack-keystone | 19:15 | |
*** tsymancz1k has joined #openstack-keystone | 19:15 | |
*** jasonsb_ has joined #openstack-keystone | 19:15 | |
*** urulama has quit IRC | 19:15 | |
*** jasonsb has quit IRC | 19:15 | |
*** urulama has joined #openstack-keystone | 19:16 | |
stevemar | tjcocozz: you hide very well on irc | 19:17 |
tjcocozz | stevemar, Similar to batman :-) I hid in the shadows | 19:17 |
tjcocozz | hide | 19:17 |
stevemar | http://36.media.tumblr.com/tumblr_lp6pvwTGgP1r02m6bo1_250.jpg | 19:18 |
*** tjcocozz_ has joined #openstack-keystone | 19:18 | |
shaleh | that was a really great batman show | 19:19 |
stevemar | shaleh: it was fantastic | 19:19 |
*** josecastroleon has joined #openstack-keystone | 19:19 | |
shaleh | stevemar: regarding your comment about my TODO comments, do you want me to submit a new patch with better text? | 19:20 |
tjcocozz | stevemar, took me a while to dig this out of my imgur. http://i.imgur.com/BqNNpYm.gif | 19:24 |
shaleh | tjcocozz: *face palm* | 19:24 |
shaleh | tjcocozz: was that a blooper reel piece or just an internet creation? | 19:25 |
tjcocozz | shaleh, I am not 100% sure, probably an internet creation | 19:26 |
stevemar | tjcocozz: hehe, that was good | 19:33 |
stevemar | shaleh: i don't remember what my comments were | 19:33 |
stevemar | shaleh: probably new patch, i always want new patches | 19:34 |
shaleh | stevemar: heh. Can do. | 19:34 |
samueldmq | stevemar: would you mind to take a look at my comment on bug #1410029 ? | 19:34 |
openstack | bug 1410029 in OpenStack Identity (keystone) "Unnecessary conflict wrapper on assignment driver delete_project() method" [Low,In progress] https://launchpad.net/bugs/1410029 - Assigned to Ajaya Agrawal (ajayaa) | 19:34 |
samueldmq | or any other core ^ | 19:34 |
samueldmq | I think it is invalid, and we have a patch for it already | 19:35 |
bknudson | if it's invalid how can we have a fix for it? | 19:35 |
stevemar | bknudson: i'll make release notes for 210581 | 19:35 |
shaleh | bknudson: it thwaps the submitter and deletes the bug? | 19:35 |
samueldmq | bknudson: it isn't considered as invalid at the moment | 19:36 |
samueldmq | bknudson: I think it is, and that's why I am asking someone else to take a look | 19:37 |
*** aginwala has joined #openstack-keystone | 19:39 | |
*** simondodsley_ has joined #openstack-keystone | 19:41 | |
*** Dave has quit IRC | 19:41 | |
*** simondodsley_ is now known as simondodsley | 19:45 | |
*** ayoung has joined #openstack-keystone | 19:45 | |
*** ChanServ sets mode: +v ayoung | 19:45 | |
*** aginwala has quit IRC | 19:45 | |
*** petertr7_away is now known as petertr7 | 19:45 | |
*** Dave has joined #openstack-keystone | 19:46 | |
bknudson | samueldmq: if you want to propose a new wrapper then go ahead. Keystone should already be converting any unexpected exceptions from DB to 500 | 19:47 |
bknudson | so I don't think it is invalid. | 19:47 |
*** josecastroleon has quit IRC | 19:49 | |
openstackgerrit | Steve Martinelli proposed openstack/keystone: Accepts Group IDs from the IdP without domain https://review.openstack.org/210581 | 19:49 |
openstackgerrit | Steve Martinelli proposed openstack/keystone: Accepts Group IDs from the IdP without domain https://review.openstack.org/210581 | 19:50 |
stevemar | bknudson: added the release note to ^ | 19:51 |
stevemar | bknudson: also, if you could revisit my release notes for mitaka thus far: https://review.openstack.org/#/c/246749/ | 19:51 |
openstackgerrit | Sean Perry proposed openstack/keystone: Cleanup use of service refs https://review.openstack.org/248889 | 19:52 |
*** aginwala has joined #openstack-keystone | 19:54 | |
*** e0ne has quit IRC | 19:55 | |
*** dims has joined #openstack-keystone | 19:56 | |
openstackgerrit | Priti Desai proposed openstack/keystone: Fix for listing role assignments by project admin https://review.openstack.org/248892 | 19:59 |
*** maxabidi has joined #openstack-keystone | 20:01 | |
*** ayoung has quit IRC | 20:01 | |
*** reed has joined #openstack-keystone | 20:06 | |
*** mylu has quit IRC | 20:06 | |
reed | hello folks | 20:06 |
*** mylu has joined #openstack-keystone | 20:06 | |
reed | is this spec the most up-to-date info on multitenancy? https://specs.openstack.org/openstack/keystone-specs/specs/juno/hierarchical_multitenancy.html | 20:06 |
*** ankita_wagh has quit IRC | 20:07 | |
reed | google finds what seems to be an older wiki page https://wiki.openstack.org/wiki/HierarchicalMultitenancy | 20:07 |
reed | or at least, the wiki page doesn't link back to the specs page | 20:09 |
*** mylu has quit IRC | 20:11 | |
stevemar | reed: the link you pasted to specs was for juno, there have been a few specs proposed to our backlog for HMT: https://specs.openstack.org/openstack/keystone-specs/#untargeted-specifications | 20:14 |
stevemar | reed: such as: materialized_path and reseller | 20:15 |
reed | thanks stevemar | 20:16 |
samueldmq | bknudson: thanks for looking at it | 20:18 |
samueldmq | bknudson: if it isn't invalid (proposing to remove the annotation on delete_project), then we don't need another wrapper ? | 20:19 |
stevemar | bknudson: you think [bug 123456] and [bp xyz] for release notes format? | 20:19 |
openstack | bug 123456 in xine-lib (Ubuntu) "podcast crashes amarok" [Undecided,Fix released] https://launchpad.net/bugs/123456 | 20:19 |
samueldmq | bknudson: those two sentences seemed a bit contradictory tome | 20:19 |
bknudson | samueldmq: I don't think we'll need another wrapper... I'd need to do an experiment to know for sure. | 20:20 |
bknudson | stevemar: y, I like that | 20:20 |
*** mylu has joined #openstack-keystone | 20:20 | |
stevemar | bknudson: alright, i'll change them up, agreed we need a standard way. | 20:20 |
bknudson | I think it'll look better. Something we can always fix up at the end of the release. | 20:21 |
*** jistr has quit IRC | 20:23 | |
*** ayoung has joined #openstack-keystone | 20:27 | |
*** ChanServ sets mode: +v ayoung | 20:27 | |
*** gordc has quit IRC | 20:30 | |
bknudson | maybe we should change reno to allow specifying the bug for the line and have it render however it wants. | 20:32 |
*** ankita_wagh has joined #openstack-keystone | 20:36 | |
openstackgerrit | Steve Martinelli proposed openstack/keystone: Add release notes for mitaka thus far https://review.openstack.org/246749 | 20:41 |
*** e0ne has joined #openstack-keystone | 20:42 | |
*** petertr7 is now known as petertr7_away | 20:43 | |
*** jasonsb_ has quit IRC | 20:44 | |
*** mylu has quit IRC | 20:44 | |
*** mylu has joined #openstack-keystone | 20:46 | |
*** petertr7_away is now known as petertr7 | 20:46 | |
*** ankita_wagh has quit IRC | 20:52 | |
*** ankita_wagh has joined #openstack-keystone | 20:53 | |
stevemar | bknudson: ^ | 20:59 |
*** spandhe_ has joined #openstack-keystone | 20:59 | |
*** spandhe has quit IRC | 21:01 | |
*** spandhe_ is now known as spandhe | 21:01 | |
*** jbell8 has quit IRC | 21:08 | |
*** e0ne has quit IRC | 21:08 | |
*** urulama is now known as urulama__ | 21:10 | |
*** krotscheck has quit IRC | 21:10 | |
*** andreaf has quit IRC | 21:11 | |
*** anteaya has quit IRC | 21:11 | |
*** jasondotstar has quit IRC | 21:12 | |
*** krotscheck has joined #openstack-keystone | 21:17 | |
*** e0ne has joined #openstack-keystone | 21:17 | |
dstanek | bknudson: that's a great idea | 21:17 |
bknudson | dstanek: I'll put it on my list! | 21:18 |
bknudson | (it's a long list) | 21:18 |
*** jasondotstar has joined #openstack-keystone | 21:18 | |
*** diegows has joined #openstack-keystone | 21:19 | |
*** andreaf has joined #openstack-keystone | 21:19 | |
dstanek | i can only imagine | 21:19 |
*** pauloewerton has quit IRC | 21:21 | |
stevemar | bknudson: thanks, i'll clean it up a bit | 21:21 |
*** jerrygb has quit IRC | 21:22 | |
openstackgerrit | Olivier Pilotte proposed openstack/keystone: Accepts Group IDs from the IdP without domain https://review.openstack.org/210581 | 21:23 |
openstackgerrit | Dave Chen proposed openstack/keystone: Correct docstring warnings https://review.openstack.org/244333 | 21:24 |
openstackgerrit | Dave Chen proposed openstack/keystone: Using the right format to render the docstring correctly https://review.openstack.org/226225 | 21:24 |
openstackgerrit | Olivier Pilotte proposed openstack/keystone: Accepts Group IDs from the IdP without domain https://review.openstack.org/210581 | 21:25 |
*** jerrygb has joined #openstack-keystone | 21:26 | |
*** anteaya has joined #openstack-keystone | 21:26 | |
*** bradjones has quit IRC | 21:27 | |
*** bradjones has joined #openstack-keystone | 21:29 | |
*** bradjones has quit IRC | 21:29 | |
*** bradjones has joined #openstack-keystone | 21:29 | |
openstackgerrit | Steve Martinelli proposed openstack/keystone: Add release notes for mitaka thus far https://review.openstack.org/246749 | 21:29 |
*** jerrygb has quit IRC | 21:31 | |
*** david-lyle has quit IRC | 21:31 | |
*** david-lyle has joined #openstack-keystone | 21:34 | |
*** urulama__ has quit IRC | 21:36 | |
*** urulama__ has joined #openstack-keystone | 21:36 | |
*** navid__ has joined #openstack-keystone | 21:43 | |
*** dims_ has joined #openstack-keystone | 21:43 | |
*** thiagop has quit IRC | 21:43 | |
*** e0ne has quit IRC | 21:43 | |
*** navid__ has quit IRC | 21:44 | |
*** navid__ has joined #openstack-keystone | 21:44 | |
*** dims has quit IRC | 21:44 | |
*** navid_ has quit IRC | 21:45 | |
*** navid__ is now known as navid_ | 21:46 | |
mnaser | is there any concept in keystone where i can store extra attributes for a specific user/tenant/project? | 21:46 |
*** EinstCrazy has joined #openstack-keystone | 21:46 | |
shaleh | mnaser: https://bugs.launchpad.net/python-keystoneclient/+bug/1180317 | 21:47 |
openstack | Launchpad bug 1180317 in python-keystoneclient "keystone supports extra attributes for tenants, but keystone client does not" [Wishlist,Fix released] - Assigned to Charles V Bock (charles-v-bock) | 21:47 |
shaleh | mnaser: read through the linked items, you should find what you need | 21:47 |
mnaser | shaleh: that's perfect, thank you so much! | 21:47 |
shaleh | mnaser: np | 21:48 |
openstackgerrit | Dave Chen proposed openstack/keystone: Correct docstring warnings https://review.openstack.org/244333 | 21:48 |
*** EinstCrazy has quit IRC | 21:51 | |
*** mylu has quit IRC | 21:55 | |
*** david-lyle has quit IRC | 21:55 | |
*** mylu has joined #openstack-keystone | 21:55 | |
*** maxabidi has quit IRC | 21:56 | |
*** mylu_ has joined #openstack-keystone | 21:57 | |
*** mylu has quit IRC | 21:57 | |
jamielennox | lbragstad: you still here/ | 21:59 |
*** harlowja_ has joined #openstack-keystone | 21:59 | |
*** harlowja has quit IRC | 21:59 | |
lbragstad | jamielennox yep | 21:59 |
jamielennox | lbragstad: so i put up a basic review: https://review.openstack.org/#/c/245629/ | 22:00 |
jamielennox | lbragstad: just because its going to take a lot of time to get through openstack-specs and i wanted to point some people at the idea | 22:01 |
jamielennox | and see if there are any dev opinions as well | 22:01 |
raildo | lhcheng, ping, are you around? | 22:01 |
openstackgerrit | Priti Desai proposed openstack/keystone: Fix for listing role assignments by project admin https://review.openstack.org/248892 | 22:01 |
lbragstad | jamielennox ah, good idea | 22:01 |
jamielennox | lbragstad: so far not much | 22:01 |
*** david-lyle has joined #openstack-keystone | 22:03 | |
jamielennox | lbragstad: you want to have a quick read through that, and we'll go through what's on the etherpad | 22:03 |
lbragstad | jamielennox yeah, I can do that | 22:04 |
shaleh | jamielennox: good to see this conversation continuing | 22:04 |
*** david-lyle has quit IRC | 22:04 | |
*** mylu_ has quit IRC | 22:05 | |
jamielennox | lbragstad: didn't mean to cut you out in any way writing that up already | 22:05 |
*** mylu has joined #openstack-keystone | 22:05 | |
shaleh | jamielennox: it was interesting listening to the operators in the various chats. While there is this idea that they don't edit policy nearly all of them had come up with a default policy tweaked from what keystone shipped | 22:05 |
lbragstad | jamielennox no not at all, I was just curious where everything stood | 22:05 |
samueldmq | stevemar: left a couple of questions on #246749 | 22:05 |
lbragstad | jamielennox I knew we had action items and it looked like the operator feedback was getting stale, so i figured it was time to move on to the next phase of that discussion | 22:06 |
jamielennox | there are still a few notable ops that never added their changes | 22:06 |
jamielennox | i was going to show the spec to a few keystoners (not done) and get a few other eyes on it | 22:06 |
*** navid__ has joined #openstack-keystone | 22:06 | |
*** navid__ has left #openstack-keystone | 22:06 | |
jamielennox | then put a final call out to the ops list and see if they want to add more to the etherpad or have other comments | 22:06 |
*** petertr7 is now known as petertr7_away | 22:06 | |
*** navid_ has quit IRC | 22:06 | |
*** mylu has quit IRC | 22:06 | |
*** mylu has joined #openstack-keystone | 22:07 | |
*** tjcocozz_ has quit IRC | 22:07 | |
lbragstad | jamielennox that sounds like a good plan | 22:08 |
jamielennox | lbragstad: so i don't really know if we can/should support any of the "elevated" rules | 22:10 |
jamielennox | elevated seems somewhat arbitrary | 22:11 |
*** jerrygb has joined #openstack-keystone | 22:11 | |
*** mylu has quit IRC | 22:11 | |
jamielennox | i also don't think we can wait for ayoung's is_admin project | 22:12 |
*** ayoung has quit IRC | 22:12 | |
mnaser | 2015-11-23 22:11:42.028 25060 WARNING oslo_config.cfg [req-dfd9205b-fbdb-4a49-8345-50bd7ef6abb5 - - - - -] Option "username" from group "keystoneclient" is deprecated. Use option "username" from group "keystoneclient". | 22:12 |
mnaser | are my eyes tricking me? | 22:12 |
lbragstad | jamielennox where do you have the "elevated" roles? | 22:12 |
*** navid_ has joined #openstack-keystone | 22:12 | |
jamielennox | lbragstad: i don't, they're like line 100 in etherpad | 22:13 |
jamielennox | mnaser: wait - what | 22:13 |
mnaser | im kinda working off of this - http://www.jamielennox.net/blog/2014/09/15/how-to-use-keystoneclient-sessions | 22:14 |
jamielennox | mnaser: yea, it's just the message that's weird | 22:15 |
mnaser | i havent had much luck .. http://paste.openstack.org/show/479793/ | 22:15 |
mnaser | LOG.debug(ks_auth) gives <keystoneclient.auth.identity.v3.Password object at 0x7f0cbb3c3650> .. so im sorta confused why it says there isnt one | 22:16 |
*** aginwala_ has joined #openstack-keystone | 22:16 | |
jamielennox | yea, it looks right to me | 22:18 |
jamielennox | mnaser: is the code up somewhere? | 22:18 |
jamielennox | or can you isolate it a bit that i could urn it | 22:19 |
mnaser | let me try to get it more isolated (that might help me fix it as well) | 22:19 |
*** rcernin has quit IRC | 22:20 | |
*** aginwala has quit IRC | 22:20 | |
*** aginwala_ has quit IRC | 22:21 | |
*** david-lyle has joined #openstack-keystone | 22:21 | |
*** aginwala has joined #openstack-keystone | 22:21 | |
mnaser | ugh | 22:24 |
mnaser | jamielennox: session=session | 22:24 |
mnaser | vs session=ks_session | 22:24 |
mnaser | session = the imported module | 22:24 |
mnaser | o-o-p-s | 22:24 |
*** david-lyle has quit IRC | 22:25 | |
mnaser | jamielennox: btw, auth_url is an option that's needed which is not listed in the blog post, just an fyi | 22:25 |
jamielennox | ah :) | 22:25 |
jamielennox | oh! how has that never been pointed out before | 22:25 |
jamielennox | mnaser: want to leave it in comments? | 22:25 |
mnaser | sure | 22:25 |
jamielennox | it's kind of weird that it made it that far if you were passing the module around | 22:26 |
mnaser | i know right? | 22:26 |
*** mylu has joined #openstack-keystone | 22:27 | |
jamielennox | mnaser: are you still seeing the weird deprecation msg? | 22:28 |
mnaser | yup :\ | 22:28 |
jamielennox | so i think it might be trying to say user_name there somewhere | 22:29 |
jamielennox | i will need to look into that one | 22:29 |
jamielennox | working otherwise? | 22:30 |
mnaser | posted a comment and yes, it seems to be working | 22:30 |
jamielennox | excellent | 22:32 |
mnaser | i am still doing some more things, right now generating a session per request so i'm going to move it to a single session/single client | 22:33 |
mnaser | but i'll report if any other weird stuff come up | 22:33 |
jamielennox | yea, i try to make the sessions fairly long running as that auth is reusable and will auto reauthenticate if it expires | 22:34 |
*** topol has quit IRC | 22:34 | |
mnaser | perfect, its global now and its single auth and its great that the auth reauth is taken care of... thank you jamielennox | 22:35 |
jamielennox | np | 22:36 |
*** mylu has quit IRC | 22:38 | |
*** mylu has joined #openstack-keystone | 22:40 | |
*** woodster_ has joined #openstack-keystone | 22:43 | |
stevemar | notmorgan: still have your old form for the mid-cycle? | 22:44 |
notmorgan | Nope :( | 22:45 |
notmorgan | Sorry | 22:45 |
*** mylu has quit IRC | 22:46 | |
*** mylu has joined #openstack-keystone | 22:47 | |
*** josecastroleon has joined #openstack-keystone | 22:49 | |
*** mylu has quit IRC | 22:51 | |
*** josecastroleon has quit IRC | 22:54 | |
*** dims_ has quit IRC | 22:55 | |
*** harshs has joined #openstack-keystone | 23:01 | |
harshs | hi, does anybody use uwsgi instead of mod_wsgi behind apache for keystone deployment? | 23:02 |
*** david-lyle has joined #openstack-keystone | 23:03 | |
*** slberger has left #openstack-keystone | 23:04 | |
*** david-lyle has quit IRC | 23:05 | |
shaleh | harshs: https://review.openstack.org/#/c/206181/ | 23:05 |
*** tellesnobrega is now known as tellesnobrega_af | 23:08 | |
*** ayoung has joined #openstack-keystone | 23:10 | |
*** ChanServ sets mode: +v ayoung | 23:10 | |
harshs | shaleh: thanks for pointing me to the spec. | 23:10 |
shaleh | harshs: np. If you can live without the apache mods for auth it SHOULD be possible. As you can see, some of us are interested in it too. | 23:11 |
shaleh | harshs: voices saying it works and for which use cases are definitely helpful | 23:12 |
openstackgerrit | Jamie Lennox proposed openstack/keystoneauth: Allow prompting for password when CLI loading https://review.openstack.org/248524 | 23:13 |
openstackgerrit | Jamie Lennox proposed openstack/keystoneauth: Add documentation to Opt https://review.openstack.org/248522 | 23:13 |
openstackgerrit | Jamie Lennox proposed openstack/keystoneauth: Tweak the way plugin attributes are loaded https://review.openstack.org/248523 | 23:13 |
stevemar | notmorgan: does mid-cycle related content just go to the -dev mailing list ? | 23:13 |
harshs | shaleh: definitely makes sense. it would be great to know the use cases and if people are already using alternatives | 23:15 |
*** doug-fish has quit IRC | 23:17 | |
*** navid_ has quit IRC | 23:17 | |
*** david-lyle has joined #openstack-keystone | 23:23 | |
jamielennox | stevemar: when are you thinking? | 23:23 |
stevemar | jamielennox: for midcycle | 23:24 |
stevemar | m2 is due 19-21, | 23:24 |
stevemar | so maybe the week after, or possibly that week | 23:24 |
*** obedmr has quit IRC | 23:24 | |
*** dims_ has joined #openstack-keystone | 23:25 | |
*** david-lyle has quit IRC | 23:25 | |
*** dims_ has quit IRC | 23:26 | |
*** dgonzalez has quit IRC | 23:33 | |
*** EinstCrazy has joined #openstack-keystone | 23:34 | |
*** diegows has quit IRC | 23:35 | |
*** david-lyle has joined #openstack-keystone | 23:35 | |
*** navid_ has joined #openstack-keystone | 23:37 | |
*** navid__ has joined #openstack-keystone | 23:37 | |
*** jgriffith is now known as jgriffith_away | 23:38 | |
*** simondodsley has quit IRC | 23:38 | |
*** david-lyle has quit IRC | 23:41 | |
*** david-ly_ has joined #openstack-keystone | 23:41 | |
*** EinstCrazy has quit IRC | 23:45 | |
*** davechen has quit IRC | 23:53 | |
*** davechen has joined #openstack-keystone | 23:54 | |
*** aginwala has quit IRC | 23:56 | |
*** pumaranikar has quit IRC | 23:56 | |
*** aginwala has joined #openstack-keystone | 23:58 | |
*** navid_ has quit IRC | 23:59 | |
*** diegows has joined #openstack-keystone | 23:59 | |
*** navid__ has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!