Tuesday, 2019-02-26

adriantlbragstad, cmurphy, kmalloc: I've been swamped by internal work that right now a lot of my upstream stuff is crawling to a halt. Which means the Keystoneauth MFA related parts (and then OSClient and Horizon) kind of feel into a ditch because what little upstream time I have right now has other priorities. Is anyone willing to take that over and des00:04
adriantign/implement it, at least the keystoneauth parts? I'd be more than happy to review and test.00:04
*** eandersson has quit IRC00:16
*** eandersson_ has joined #openstack-keystone00:17
*** markvoelker has joined #openstack-keystone00:31
lbragstadadriant i'm not sure off the top of my head - maybe hit up the mailing list?00:36
lbragstadsee if you get any bits and at the very least document your thoughts on where you wanted to go with it?00:36
openstackgerritMerged openstack/keystone master: Add domain level limit support - Manager  https://review.openstack.org/62146800:45
*** markvoelker has quit IRC01:04
*** jaosorior has quit IRC01:20
*** jamesmcarthur has joined #openstack-keystone01:23
*** jaosorior has joined #openstack-keystone01:32
*** jamesmcarthur has quit IRC01:49
*** whoami-rajat has joined #openstack-keystone02:01
*** jamesmcarthur has joined #openstack-keystone02:25
adriantlbragstad: there isn't anything really documented about it. Me and kmalloc have had discussions in this channel about it a few times, but never formally wrote anything up02:33
adriantmain jist: add error handling for Authreceipt 409 into a new error class that contains the receipt data. Add support for passing auth receipt and another (or more than one) auth methods. Add an all at once multi-auth method way of authing.02:34
adriantand then loaders for a lot of that I guess.02:35
*** fiddletwix has quit IRC02:35
adriantand as part of that we ought to think about how OSClient interactts with those, so we can eventually make it gracefully ask for additional auth details when an error is raised.02:35
*** fiddletwix has joined #openstack-keystone02:39
*** lbragstad has quit IRC02:44
*** Dinesh_Bhor has joined #openstack-keystone02:53
*** markvoelker has joined #openstack-keystone03:01
*** jamesmcarthur has quit IRC03:25
*** jamesmcarthur has joined #openstack-keystone03:28
*** markvoelker has quit IRC03:35
*** jamesmcarthur has quit IRC03:36
*** erus has quit IRC03:36
*** erus has joined #openstack-keystone03:37
*** jamesmcarthur has joined #openstack-keystone03:40
*** jamesmcarthur has quit IRC03:45
*** gyee has quit IRC03:58
*** shyamb has joined #openstack-keystone03:59
*** shyamb has quit IRC04:06
*** jamesmcarthur has joined #openstack-keystone04:07
*** jamesmcarthur has quit IRC04:23
*** markvoelker has joined #openstack-keystone04:32
*** dave-mccowan has quit IRC04:44
*** lbragstad has joined #openstack-keystone04:53
*** ChanServ sets mode: +o lbragstad04:53
openstackgerritMerged openstack/keystone master: Update service policies for system admin  https://review.openstack.org/61927904:55
*** shyamb has joined #openstack-keystone05:05
*** markvoelker has quit IRC05:05
*** shyam89 has joined #openstack-keystone05:14
*** shyam89 has quit IRC05:16
*** shyam89 has joined #openstack-keystone05:17
*** shyamb has quit IRC05:17
*** shyam89 has quit IRC05:48
*** markvoelker has joined #openstack-keystone06:03
*** shyamb has joined #openstack-keystone06:14
*** shyam89 has joined #openstack-keystone06:17
*** shyamb has quit IRC06:19
*** shyam89 has quit IRC06:19
*** shyamb has joined #openstack-keystone06:20
*** shyamb has quit IRC06:27
*** shyamb has joined #openstack-keystone06:27
*** markvoelker has quit IRC06:35
*** jdennis has quit IRC06:40
*** shyam89 has joined #openstack-keystone07:07
*** shyamb has quit IRC07:10
*** shyam89 has quit IRC07:13
*** shyam89 has joined #openstack-keystone07:24
*** erus has quit IRC07:24
*** erus has joined #openstack-keystone07:25
*** lbragstad has quit IRC07:44
*** shyam89 has quit IRC07:51
*** shyam89 has joined #openstack-keystone07:51
*** rcernin has quit IRC07:56
*** shyam89 has quit IRC08:01
*** shyam89 has joined #openstack-keystone08:01
*** shyam89 has quit IRC08:07
*** tkajinam has quit IRC08:16
*** awalende has joined #openstack-keystone08:18
*** markvoelker has joined #openstack-keystone08:32
*** pcaruana has joined #openstack-keystone08:35
cmurphyadriant: think you'd have time for it next cycle? the final non-client release would have been this week so we're already past the cutoff anyway08:36
*** shyam89 has joined #openstack-keystone08:52
openstackgerritColleen Murphy proposed openstack/keystone-specs master: Update app cred capabilities spec  https://review.openstack.org/63918209:00
*** markvoelker has quit IRC09:06
*** dklyle has quit IRC09:25
*** dklyle has joined #openstack-keystone09:27
*** FlorianFa has quit IRC09:30
*** FlorianFa has joined #openstack-keystone09:35
*** markvoelker has joined #openstack-keystone10:03
*** shyam89 has quit IRC10:10
*** shyam89 has joined #openstack-keystone10:11
*** Dinesh_Bhor has quit IRC10:32
*** yan0s has joined #openstack-keystone10:35
*** markvoelker has quit IRC10:36
*** shyamb has joined #openstack-keystone10:57
*** shyam89 has quit IRC10:59
*** shyamb has quit IRC11:08
*** shyamb has joined #openstack-keystone11:24
*** rafaelweingartne has joined #openstack-keystone11:27
rafaelweingartneHello Keystone folks, when using identity federation, what is the URL we are supposed to call to trigger the single-logout within keystone?11:27
rafaelweingartneor, you do not care about SLO?11:39
cmurphyrafaelweingartne: I don't think we have horizon hooked up to trigger SLO, you'd have to navigate to the IdP's SLO endpoint directly11:40
rafaelweingartneyes, you do not11:40
rafaelweingartnethe same happens with IdP discovery11:40
rafaelweingartneI already fixed the IdP discovery process in horizon here, and now we have the issue of single logout11:41
rafaelweingartneand in keystone? do we have something to trigger a logout?11:41
rafaelweingartneI mean, keystone is the one handling feredated authentication, and the user has a session there as well11:42
rafaelweingartneshouldn't we logout/invalidate this session?11:42
cmurphyI agree we should, I just don't think we do yet11:42
rafaelweingartneah ok, that was my doubt11:43
rafaelweingartneso, there is nothing in keystone to invalidate the user session11:43
*** jamesmcarthur has joined #openstack-keystone11:44
*** erus has quit IRC11:44
*** erus has joined #openstack-keystone11:45
cmurphywithin keystone itself you can revoke a token or a token can expire, but if you were to start your session again from the IdP's perspective your session would still be active and so keystone would grant you a new token11:45
rafaelweingartneI see11:46
rafaelweingartneacutally, this feature already exist11:46
rafaelweingartnethe module handling authentication is not anything in python11:46
rafaelweingartneis the Apache HTTPD mod OIDC11:46
rafaelweingartneto invalidate the federated session, we need to trigger its logout process11:46
*** shyamb has quit IRC12:13
*** raildo has joined #openstack-keystone12:16
*** dmellado_ has joined #openstack-keystone12:28
*** beekneemech has joined #openstack-keystone12:29
*** aning_ has joined #openstack-keystone12:29
*** erus has quit IRC12:30
*** mvkr has quit IRC12:30
*** aning has quit IRC12:30
*** erus1 has joined #openstack-keystone12:30
*** fiddletwix has quit IRC12:30
*** dmellado has quit IRC12:30
*** zzzeek has quit IRC12:30
*** bnemec has quit IRC12:30
*** openstackgerrit has quit IRC12:30
*** dmellado_ is now known as dmellado12:30
*** zzzeek has joined #openstack-keystone12:31
*** mvkr has joined #openstack-keystone12:31
*** rafaelweingartne has quit IRC12:33
*** markvoelker has joined #openstack-keystone12:33
*** jamesmcarthur has quit IRC12:34
*** jamesmcarthur has joined #openstack-keystone12:34
erus1o/12:34
erus1good morning everyone :)12:35
cmurphyhi erus1 o/12:36
erus1how are you?12:37
erus1i don't know what happen with my nick D: haha12:37
cmurphyerus1: try /nick erus12:41
*** shyamb has joined #openstack-keystone12:41
*** erus1 is now known as erus12:41
erus:D12:41
*** shyamb has quit IRC12:46
*** shyamb has joined #openstack-keystone12:50
*** jamesmcarthur has quit IRC12:52
*** jamesmcarthur has joined #openstack-keystone12:57
*** markvoelker has quit IRC13:06
*** erus has quit IRC13:06
*** erus has joined #openstack-keystone13:07
*** jamesmcarthur has quit IRC13:35
*** shyamb has quit IRC13:39
*** jamesmcarthur has joined #openstack-keystone13:39
*** jamesmcarthur has quit IRC13:40
*** jamesmcarthur has joined #openstack-keystone13:40
*** dave-mccowan has joined #openstack-keystone13:54
*** beekneemech is now known as bnemec13:59
*** prashkre has joined #openstack-keystone14:09
*** jdennis has joined #openstack-keystone14:12
knikollao/14:19
cmurphy\o14:20
kmalloc /o\14:30
kmallocI mean...14:31
kmalloc\o/14:31
kmalloc( ͡°Ĺ̯ ͡° )14:33
*** erus has quit IRC14:33
*** erus has joined #openstack-keystone14:34
*** dave-mccowan has quit IRC14:34
*** lbragstad has joined #openstack-keystone14:40
*** ChanServ sets mode: +o lbragstad14:40
*** awalende has quit IRC14:45
*** awalende has joined #openstack-keystone14:46
*** erus has quit IRC14:46
*** erus has joined #openstack-keystone14:46
*** awalende has quit IRC14:51
erushello kmalloc and knikolla o/14:59
*** markvoelker has joined #openstack-keystone15:07
yan0sIs there a way to use openstack cli client authenticating with a non-ECP IDP ?15:09
*** jamesmcarthur has quit IRC15:11
*** jamesmcarthur has joined #openstack-keystone15:11
*** wxy| has joined #openstack-keystone15:15
*** jamesmcarthur has quit IRC15:15
knikollayan0s: no, you're going to have to create an application credential or get a token through the browser and use that through the CLI15:23
*** yan0s has quit IRC15:26
*** jamesmcarthur has joined #openstack-keystone15:27
*** mchlumsky has joined #openstack-keystone15:27
*** jamesmcarthur has quit IRC15:30
*** markvoelker has quit IRC15:37
*** jamesmcarthur has joined #openstack-keystone15:39
*** vishakha has joined #openstack-keystone15:52
kmallocerus: how are you today?16:00
*** itlinux has joined #openstack-keystone16:25
erushi kmalloc, i'm fine :D the weather it's getting better, what about you?16:28
*** dave-mccowan has joined #openstack-keystone16:29
*** jmlowe has quit IRC16:32
*** erus has quit IRC16:32
kmallocit's light a bit earlier now (yay springtime) and so I am not having the keystone meeting in the dark :P16:32
*** pcaruana has quit IRC16:32
*** erus has joined #openstack-keystone16:32
*** markvoelker has joined #openstack-keystone16:35
*** erus has quit IRC16:38
*** erus has joined #openstack-keystone16:39
*** prashkre has quit IRC16:42
*** erus has quit IRC16:47
*** erus has joined #openstack-keystone16:47
*** wxy| has quit IRC16:49
*** prashkre has joined #openstack-keystone16:53
*** erus has quit IRC16:53
*** erus has joined #openstack-keystone16:54
*** markvoelker has quit IRC17:07
*** itlinux_ has joined #openstack-keystone17:09
*** gyee has joined #openstack-keystone17:13
*** itlinux has quit IRC17:13
*** imacdonn_ is now known as imacdonn17:22
eruscmurphy are you around?17:24
cmurphyerus: yep what's up?17:25
eruswhere is the change that i needed to do to access to the dashboard on suse when building devstack for the first time?17:28
eruswhat* D:17:28
cmurphyerus: are you not able to connect to the dashboard with your browser?17:29
cmurphyerus: what's the specific problem you're having? so i don't give you bad advice ;)17:30
*** openstackgerrit has joined #openstack-keystone17:35
openstackgerritMerged openstack/keystone master: Remove idp policies from policy.v3cloudsample.json  https://review.openstack.org/61937617:35
*** jmlowe has joined #openstack-keystone17:40
erusyay, i mean i don't know why i enter to the vm i devstack wasn't running so i had to build it again17:41
erusand*17:41
erusso when i try to connect through the browser it says unable to connect cmurphy17:42
erusi remember that for centos i use iptables -f if i remember, but with suse was something else17:42
cmurphyerus: ah right, i think iptables -F should still work on this suse image17:43
erusoh yay it worked thanks, i thought i did something else ^.^17:45
erusokay, hmm do i have to copy all the files with the changes including the migrations right? before testing17:46
erusi'm trying to understand all the process >.< and what everything do and why17:47
cmurphyerus: you have two options, if you're starting devstack from scratch then you can configure it to pull keystone from your gerrit patch like this https://docs.openstack.org/devstack/latest/configuration.html#service-repos if you already have devstack deployed then you can copy your keystone code using scp or rsync into /opt/stack/keystone on the devstack vm17:48
erusokay i will use rsync17:51
erusso, after doing the test with curl and if everything is fine, i have to do the unit test, or should i make them before?17:53
cmurphyerus: testing it out with curl is optional to help you get familiar with how it works, the unit tests will be needed for the patch to move forward - you can do it in whichever order you like17:54
cmurphyerus: i gotta run to get groceries before the stores close, i'll be back in about an hour :)17:56
*** erus has quit IRC17:56
*** erus has joined #openstack-keystone17:56
erusokay :)17:58
prashkrelbragstad: Hi. seeing this bug https://bugs.launchpad.net/keystone/+bug/1817769 in my environment with use of token caching.18:06
openstackLaunchpad bug 1817769 in OpenStack Identity (keystone) "Token validation failing with use of token caching." [Undecided,New]18:06
lbragstadprashkre how do you have caching configured?18:08
prashkre[token]18:09
prashkrecaching = True18:09
prashkre, cache_on_issue = True18:09
*** erus has quit IRC18:09
prashkre[cache]18:09
prashkrebackend_argument = url:localhost:1121118:09
prashkre, enabled = True18:09
prashkre, backend = oslo_cache.memcache_pool18:09
prashkreI have this in my configuration18:09
*** erus has joined #openstack-keystone18:10
lbragstadand you see this when you validate a token (GET /v3/auth/tokens)?18:10
prashkreyes18:10
*** itlinux_ has quit IRC18:13
lbragstadhmm18:14
lbragstadi'm working off of 5b410cfd815b84cc411d90c3a10f4530d82968d618:15
prashkreDuring token caching, for first time when token doesn't exists in cache, I can see it is being serialized properly with _TokenModelHandler(https://github.com/openstack/keystone/blob/master/keystone/models/token_model.py#L576)18:15
lbragstadi'm using the same caching configuration - and i can't seem to recreate18:15
prashkrebut while getting token from cache, I don't see _TokenModelHandler is used to deserialze it.18:17
*** itlinux has joined #openstack-keystone18:17
prashkrelbragstad: are you not seeing the same issue with the above cache configuration?18:18
lbragstadno18:19
lbragstadthis is what i changed locally for debugging18:19
lbragstadhttps://pasted.tech/pastes/2e7077b46cd99e629d4c05a25021f85c75ba3ff5.raw18:19
lbragstadthis is the log it generates https://pasted.tech/pastes/3ae81d32464bce590202273f4705b3f9fb350d72.raw18:20
lbragstadand i turned caching up to 1118:22
*** erus has quit IRC18:22
lbragstadhttps://pasted.tech/pastes/3c0e086ed58d087bd143a21ae8a46c702de830b318:22
lbragstadis that consistent with what you have locallty?18:22
lbragstadlocally*?18:22
*** erus has joined #openstack-keystone18:22
prashkreyes. I am able to reproduce it consistently.18:23
lbragstadhmm18:24
lbragstadand you do have stein/master installed?18:25
prashkrecould you try validating same token again.. so that second time it should fetch token from cache..18:25
prashkreyes. it is stein master18:25
lbragstadyeah - i can validate the token repeatedly18:25
lbragstadand i see the log exception in deserialize get invoked each time18:26
lbragstadin _TokenModelHandler18:26
prashkrecan you add some logger at https://github.com/openstack/keystone/blob/master/keystone/common/cache/_context_cache.py#L7218:28
prashkreand see does it is going through it18:28
prashkreand please see what is the type of value it is returning.18:29
cmurphyerus: hey i'm back18:33
lbragstadprashkre value is a tuple18:36
lbragstadhttps://pasted.tech/pastes/28cc4a5d5bc12241aa6a4809a4f4a3e07b0676af.raw18:36
lbragstadwhich logs https://pasted.tech/pastes/d099b08c19fe1fb3c4857d81cdc7aed990126b55.raw18:36
lbragstadit would appear that .get() is being called18:37
lbragstadand the cache is being hit18:37
lbragstadlogs from validating a token - https://pasted.tech/pastes/3323040731f9f8e8db4ea62fe808463202eec0c0.raw18:38
prashkreI don't see any token values returned in your logs, .get() was called for someother caching, not token caching.18:40
prashkreIf token was cached it should .get() should return TokenModel object18:41
lbragstadi didn't scroll up enough18:41
lbragstadhttps://pasted.tech/pastes/facf64fb01d39e01da0b8405c3486c67ef1b921c.raw18:41
lbragstadat line devstack@keystone.service[11540]:18:42
lbragstadright after the logging statement in deserialize()18:42
prashkrewhat is the version of msgpack package installed in your env?18:45
prashkrejust want to check whether it is the issue with msgpack module installed in my env18:45
lbragstadfwiw - here is my entire log from several token validations  want to check whether it is the issue with18:46
lbragstadbah - bad paste18:46
lbragstadsorry18:46
lbragstadhttps://pasted.tech/pastes/87356af895af503742ff734343a7eb5c1c9c499b.raw18:46
lbragstadlogging diff - https://pasted.tech/pastes/72583200293c1000d615a3da1f037ced42d90040.raw18:47
lbragstadpip list https://pasted.tech/pastes/ee39698dfd48174ec528836a9208e121079cabc7.raw18:47
lbragstadi am using msgpack 0.5.618:48
lbragstadbe back in about 10 minutes18:51
prashkrewill debug more into the issue and get back to you.18:51
*** markvoelker has joined #openstack-keystone19:04
lbragstadprashkre are you sure the token wasn't cached with an old keystone and fetched with a new keystone?19:09
lbragstadtry kicking the caching server19:09
lbragstadand see if the issue still hangs around19:10
prashkreI have refreshed caching server, tokens being stored/fetched in cache are triggered by new keystone.19:12
*** fiddletwix has joined #openstack-keystone19:19
*** mchlumsky_ has joined #openstack-keystone19:19
*** itlinux_ has joined #openstack-keystone19:19
*** vishakha has quit IRC19:19
*** itlinux has quit IRC19:21
*** mchlumsky has quit IRC19:21
*** mvkr has quit IRC19:21
*** mvkr has joined #openstack-keystone19:21
lbragstadhmm19:23
*** erus has quit IRC19:23
*** erus has joined #openstack-keystone19:24
*** prashkre has quit IRC19:25
*** prashkre has joined #openstack-keystone19:28
*** markvoelker has quit IRC19:38
*** prashkre has quit IRC19:44
*** prashkre has joined #openstack-keystone19:45
*** prashkre has quit IRC19:47
*** prashkre_ has joined #openstack-keystone19:47
*** prashkre_ has quit IRC19:49
*** prashkre_ has joined #openstack-keystone19:50
*** itlinux_ has quit IRC19:52
*** prashkre_ has quit IRC19:52
*** prashkre_ has joined #openstack-keystone19:52
*** prashkre_ has quit IRC19:55
*** prashkre__ has joined #openstack-keystone19:55
*** itlinux has joined #openstack-keystone19:55
*** prashkre__ has quit IRC19:57
*** erus has quit IRC19:57
*** prashkre_ has joined #openstack-keystone19:57
*** erus has joined #openstack-keystone19:58
kmalloci'll read backscroll past lunch19:58
kmallocthis seems like something i should be involved in19:58
kmalloc(caching that is)19:58
eruscmurphy i'm back D:19:59
lbragstadcmurphy do you want to get ayoung to ack your spec amendment?20:01
lbragstadafaict - you incorporated all his feedback into it20:01
*** prashkre_ has quit IRC20:02
*** prashkre__ has joined #openstack-keystone20:02
lbragstadotherwise - i can +A it and we can get it merged20:02
*** prashkre__ has quit IRC20:04
*** prashkre_ has joined #openstack-keystone20:04
*** prashkre_ has quit IRC20:06
*** prashkre_ has joined #openstack-keystone20:07
*** prashkre_ has quit IRC20:09
*** prashkre has joined #openstack-keystone20:09
*** prashkre has quit IRC20:12
*** prashkre_ has joined #openstack-keystone20:12
cmurphylbragstad: yeah i was hoping he'd ack it20:12
*** prashkre__ has joined #openstack-keystone20:14
*** jamesmcarthur has quit IRC20:15
lbragstadcmurphy sounds good - i'll wait then20:15
*** jamesmcarthur has joined #openstack-keystone20:16
*** itlinux has quit IRC20:16
*** prashkre__ has quit IRC20:16
*** prashkre__ has joined #openstack-keystone20:17
*** prashkre_ has quit IRC20:17
*** prashkre_ has joined #openstack-keystone20:19
*** itlinux has joined #openstack-keystone20:20
*** jamesmcarthur has quit IRC20:20
*** prashkre_ has quit IRC20:21
*** prashkre_ has joined #openstack-keystone20:22
*** prashkre__ has quit IRC20:24
*** erus has quit IRC20:24
*** prashkre_ has quit IRC20:24
*** prashkre_ has joined #openstack-keystone20:24
*** imacdonn has quit IRC20:26
*** imacdonn has joined #openstack-keystone20:28
*** prashkre__ has joined #openstack-keystone20:29
*** prashkre__ has quit IRC20:32
*** prashkre has joined #openstack-keystone20:32
*** prashkre_ has quit IRC20:33
*** prashkre has quit IRC20:34
*** prashkre has joined #openstack-keystone20:34
*** prashkre has quit IRC20:37
*** prashkre_ has joined #openstack-keystone20:37
*** prashkre_ has quit IRC20:41
*** prashkre_ has joined #openstack-keystone20:41
*** Guest60949 has joined #openstack-keystone20:44
*** prashkre_ has quit IRC20:46
*** prashkre has joined #openstack-keystone20:46
*** takamatsu_ has quit IRC20:48
*** jmlowe has quit IRC20:49
*** takamatsu_ has joined #openstack-keystone20:50
*** prashkre_ has joined #openstack-keystone20:50
*** prashkre has quit IRC20:50
*** prashkre_ has quit IRC20:53
*** prashkre__ has joined #openstack-keystone20:53
*** prashkre__ has quit IRC20:55
*** prashkre_ has joined #openstack-keystone20:55
*** prashkre_ has quit IRC20:58
*** prashkre__ has joined #openstack-keystone20:58
*** itlinux has quit IRC20:59
*** prashkre__ has quit IRC21:00
*** prashkre_ has joined #openstack-keystone21:00
*** spsurya has quit IRC21:03
*** Guest60949 has quit IRC21:05
*** prashkre_ has quit IRC21:05
*** prashkre_ has joined #openstack-keystone21:05
*** erus1 has joined #openstack-keystone21:05
*** jmlowe has joined #openstack-keystone21:06
*** itlinux has joined #openstack-keystone21:07
*** prashkre__ has joined #openstack-keystone21:08
*** erus1 is now known as erus21:09
*** prashkre_ has quit IRC21:10
*** jamesmcarthur has joined #openstack-keystone21:11
*** prashkre__ has quit IRC21:11
*** prashkre has joined #openstack-keystone21:12
*** prashkre has quit IRC21:14
*** prashkre_ has joined #openstack-keystone21:14
*** prashkre_ has quit IRC21:16
*** prashkre_ has joined #openstack-keystone21:17
*** prashkre_ has quit IRC21:19
*** prashkre__ has joined #openstack-keystone21:19
*** prashkre__ has quit IRC21:21
*** prashkre__ has joined #openstack-keystone21:22
*** prashkre__ has quit IRC21:24
*** prashkre_ has joined #openstack-keystone21:24
*** prashkre_ has quit IRC21:26
*** prashkre__ has joined #openstack-keystone21:27
*** prashkre__ has quit IRC21:29
*** prashkre_ has joined #openstack-keystone21:29
*** prashkre__ has joined #openstack-keystone21:32
*** raildo has quit IRC21:33
*** prashkre has joined #openstack-keystone21:35
*** prashkre_ has quit IRC21:35
*** markvoelker has joined #openstack-keystone21:35
*** prashkre has quit IRC21:36
*** prashkre has joined #openstack-keystone21:37
*** prashkre__ has quit IRC21:37
*** prashkre has quit IRC21:39
*** prashkre_ has joined #openstack-keystone21:39
*** eandersson_ is now known as eandersson21:40
*** whoami-rajat has quit IRC21:41
*** prashkre_ has quit IRC21:42
*** prashkre has joined #openstack-keystone21:42
*** prashkre has quit IRC21:44
*** prashkre_ has joined #openstack-keystone21:44
*** prashkre_ has quit IRC21:47
*** prashkre__ has joined #openstack-keystone21:47
*** prashkre__ has quit IRC21:49
*** prashkre has joined #openstack-keystone21:49
*** prashkre has quit IRC21:52
*** prashkre_ has joined #openstack-keystone21:52
*** itlinux has quit IRC21:53
*** erus has quit IRC21:54
*** erus has joined #openstack-keystone21:54
*** prashkre_ has quit IRC21:58
openstackgerritMerged openstack/keystone master: Add py37 tox env  https://review.openstack.org/63905521:59
*** mchlumsky_ has quit IRC22:00
*** erus has quit IRC22:01
*** erus has joined #openstack-keystone22:02
*** itlinux has joined #openstack-keystone22:04
*** rcernin has joined #openstack-keystone22:05
openstackgerritLance Bragstad proposed openstack/keystone master: Implement system reader for role_assignments  https://review.openstack.org/60921022:06
openstackgerritLance Bragstad proposed openstack/keystone master: Reorganize role assignment tests for system users  https://review.openstack.org/63830922:06
openstackgerritLance Bragstad proposed openstack/keystone master: Add role assignment test coverage for system members  https://review.openstack.org/63831022:06
openstackgerritLance Bragstad proposed openstack/keystone master: Add role assignment test coverage for system admin  https://review.openstack.org/63831122:06
*** itlinux has quit IRC22:08
*** markvoelker has quit IRC22:09
*** itlinux has joined #openstack-keystone22:17
*** erus has quit IRC22:18
*** erus has joined #openstack-keystone22:18
*** itlinux has quit IRC22:24
*** itlinux has joined #openstack-keystone22:26
*** erus has quit IRC22:27
*** erus has joined #openstack-keystone22:28
*** itlinux has quit IRC22:31
*** dave-mccowan has quit IRC22:33
*** erus has quit IRC22:40
*** erus has joined #openstack-keystone22:40
*** jamesmcarthur has quit IRC22:49
*** itlinux has joined #openstack-keystone22:50
*** itlinux has quit IRC22:57
*** erus has quit IRC22:57
*** erus has joined #openstack-keystone22:58
*** jamesmcarthur has joined #openstack-keystone23:02
*** tkajinam has joined #openstack-keystone23:02
*** jamesmcarthur has quit IRC23:09
*** erus has quit IRC23:12
*** erus has joined #openstack-keystone23:13
*** dave-mccowan has joined #openstack-keystone23:19
*** erus has quit IRC23:20
*** erus has joined #openstack-keystone23:21

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!