Friday, 2018-03-23

openstackgerritayoung proposed openstack/keystone-specs master: Add fine-grained-restrictions-for-app-creds  https://review.openstack.org/39633100:16
*** gyee has quit IRC00:21
*** masber has quit IRC00:22
*** Dinesh_Bhor has joined #openstack-keystone00:28
*** Dinesh_Bhor has quit IRC00:31
*** Dinesh_Bhor has joined #openstack-keystone00:33
*** odyssey4me has quit IRC00:38
*** odyssey4me has joined #openstack-keystone00:39
cloudnulllbragstad: ping00:45
*** edmondsw has quit IRC00:46
cloudnullor anyone for that matter. in the osa gate we're seeing - http://logs.openstack.org/47/552047/31/check/openstack-ansible-deploy-aio_lxc-ubuntu-xenial/3ebf2e1/job-output.txt.gz#_2018-03-22_23_55_49_311626 curious if others have seen this?00:46
cloudnullthis testing against the current head of master.00:47
*** idlemind has quit IRC00:47
openstackgerritOpenStack Proposal Bot proposed openstack/keystoneauth master: Updated from global requirements  https://review.openstack.org/55555801:02
openstackgerritOpenStack Proposal Bot proposed openstack/keystonemiddleware master: Updated from global requirements  https://review.openstack.org/55555901:02
*** masber has joined #openstack-keystone01:12
*** harlowja_ has quit IRC01:13
*** bhagyashris has quit IRC01:26
*** germs has left #openstack-keystone01:26
*** bhagyashris has joined #openstack-keystone01:27
*** sapd has quit IRC01:34
adriantkmalloc, mordred, cmurphy: as a stop gap, can we add a lazy fetch util into keystoneauth that takes a keystone url, and if it isn't a versioned one, fetches a versioned one?01:35
adriantso to the v2/v3 plugind you'd do: auth_url=lazy_version(my_auth_url)01:35
adriantand when the plugin goes to fetch setup the url it does the eval to make it v2/v301:36
adriantthat doesn't change the underlying behavior, but gives us a better way to allow people to use versioned or verionless urls without hitting stupid errors with the versioned plugins.01:37
adriantthat way it's entirely opt-in and we can safely add it to the docs as the default example01:37
adriantit still sucks, but it's better than nothing if we can't change the error01:38
openstackgerritOpenStack Proposal Bot proposed openstack/oslo.policy master: Updated from global requirements  https://review.openstack.org/55558001:40
openstackgerritOpenStack Proposal Bot proposed openstack/python-keystoneclient master: Updated from global requirements  https://review.openstack.org/55558601:47
*** zhurong has joined #openstack-keystone01:52
*** dangtrinhnt has joined #openstack-keystone01:56
*** sapd has joined #openstack-keystone02:01
*** Dinesh_Bhor has quit IRC02:12
*** Dinesh_Bhor has joined #openstack-keystone02:22
*** germs has joined #openstack-keystone02:28
*** edmondsw has joined #openstack-keystone02:34
*** edmondsw has quit IRC02:39
*** masber has quit IRC02:41
*** AlexeyAbashkin has joined #openstack-keystone03:15
*** masber has joined #openstack-keystone03:19
*** AlexeyAbashkin has quit IRC03:20
openstackgerritwangxiyuan proposed openstack/keystone master: Clean up token extra code  https://review.openstack.org/55527903:42
*** itlinux has quit IRC03:59
*** germs has quit IRC04:01
*** germs has joined #openstack-keystone04:02
openstackgerritDoug Hellmann proposed openstack/keystone master: add lower-constraints job  https://review.openstack.org/55562404:03
openstackgerritDoug Hellmann proposed openstack/keystoneauth master: add lower-constraints job  https://review.openstack.org/55562504:03
openstackgerritDoug Hellmann proposed openstack/keystonemiddleware master: add lower-constraints job  https://review.openstack.org/55562604:04
*** zhurong has quit IRC04:04
lbragstadcloudnull: hmm04:15
lbragstadcloudnull: looks like issues with fernet key creation?04:15
lbragstadi have seen anything like that yet04:15
cloudnullyea its odd04:15
lbragstadlooks like a whole bunch of issues starting the service afterwords, too04:16
cloudnullhere's another job with it http://logs.openstack.org/21/552721/17/check/openstack-ansible-deploy-aio_lxc-ubuntu-xenial/944407f/job-output.txt.gz#_2018-03-23_01_51_54_12510604:17
cloudnullwe tell the handlers to fire no matter if the play fails.04:17
cloudnullwhich in this case is causing a mess of errors04:18
cloudnulli have an aio spinning now see if i can get the same thing going locally04:18
cloudnulljust curious if you'all have seen that before04:18
lbragstadhuh - looks like the same trace04:18
*** harlowja has joined #openstack-keystone04:19
cloudnullyup04:20
cloudnullit could be something specific to how we build the keystone . but idk atm .04:20
lbragstadeventlet is blowing up?04:20
lbragstadfrom oslo.messaging04:21
*** edmondsw has joined #openstack-keystone04:23
lbragstadoh - keystone -> keystone.conf -> oslo.messaging -> oslo.service -> eventlet -> boom..04:23
*** links has joined #openstack-keystone04:26
*** edmondsw has quit IRC04:27
cloudnullill have a environment up in a few to try and reproduce04:28
lbragstadhttps://github.com/eventlet/eventlet/issues/37004:28
cloudnullORLY04:29
cloudnullif it blows up ill give that a try04:29
lbragstadhttps://stackoverflow.com/questions/40184788/protocol-not-found-socket-getprotobyname04:30
lbragstadapparently the netbase package can fix it?04:30
lbragstadif that's the actual problem?04:31
* lbragstad has no idea what net is04:31
* lbragstad also has no idea what a base is04:31
*** gus has quit IRC04:36
*** gus has joined #openstack-keystone04:37
lbragstadthat apparently works... http://paste.openstack.org/show/709474/04:44
lbragstadi wonder if something changed with the image or packages that mucked with /etc/protocols04:44
cloudnullyea we've recently switch to a more minimal image.04:46
lbragstadhuh..04:46
cloudnullI've got https://review.openstack.org/#/c/555614 up and https://review.openstack.org/#/c/552047 which depends on the change.04:48
cloudnullhope it makes it go :)04:48
cloudnullsorry for the channel noise, but thanks a bunch for the help.04:48
*** sapd_ has joined #openstack-keystone04:51
*** sapd has quit IRC04:51
lbragstadnot a problem - let us know if it ends up being a keystone problem we can help with04:53
cloudnulli think that'll make it go but i'll keep an eye on it .04:53
lbragstadyeah04:54
cloudnullthanks lbragstad!04:54
lbragstadanytime, sir!04:54
*** Dinesh_Bhor has quit IRC05:02
*** Dinesh_Bhor has joined #openstack-keystone05:05
*** harlowja has quit IRC05:12
*** AlexeyAbashkin has joined #openstack-keystone05:15
*** AlexeyAbashkin has quit IRC05:19
*** gyankum has joined #openstack-keystone05:23
*** dangtrinhnt has quit IRC05:34
openstackgerritmelissaml proposed openstack/keystonemiddleware master: Follow the new PTI for document build  https://review.openstack.org/55185706:11
*** AlexeyAbashkin has joined #openstack-keystone06:17
*** Dinesh_Bhor has quit IRC06:18
*** Dinesh_Bhor has joined #openstack-keystone06:19
*** zhurong has joined #openstack-keystone06:21
*** AlexeyAbashkin has quit IRC06:22
openstackgerritmelissaml proposed openstack/keystonemiddleware master: Follow the new PTI for document build  https://review.openstack.org/55185706:29
*** aojea has joined #openstack-keystone06:52
*** josecastroleon has joined #openstack-keystone07:17
*** pcaruana has joined #openstack-keystone07:21
openstackgerritmelissaml proposed openstack/keystonemiddleware master: Follow the new PTI for document build  https://review.openstack.org/55185707:26
*** aojea has quit IRC07:28
*** Dinesh_Bhor has quit IRC07:30
*** zhurong has quit IRC07:30
*** Dinesh_Bhor has joined #openstack-keystone07:30
*** martinus__ has joined #openstack-keystone07:42
*** Dinesh_Bhor has quit IRC07:44
*** Dinesh_Bhor has joined #openstack-keystone07:48
*** edmondsw has joined #openstack-keystone07:59
cmurphyadriant: i mean wouldn't lazy_version() end up being like four lines of code? not sure why that would need to be implemented in keystoneauth07:59
cmurphyand i'm on your side about the versioned plugins being more friendly but i'm also unclear why the generic plugin isn't meeting your needs08:00
*** AlexeyAbashkin has joined #openstack-keystone08:02
*** edmondsw has quit IRC08:03
*** tesseract has joined #openstack-keystone08:20
*** rcernin has quit IRC09:20
*** Dinesh_Bhor has quit IRC09:43
*** edmondsw has joined #openstack-keystone09:47
*** edmondsw has quit IRC09:51
*** rcernin has joined #openstack-keystone10:08
adriantcmurphy: in the specific bit of code in question... I built two sessions side by side v2 and v3 and was testing something. So generic didn't help :P10:55
adriantso I just reused some old code I had which given a version would make the endpoint the right version if it wasn't already10:56
adrianthonestly, in most cases I do use generic, this was just an odd little thing that cropped up and I was curious10:57
*** annp has quit IRC11:06
openstackgerritmelissaml proposed openstack/keystonemiddleware master: Follow the new PTI for document build  https://review.openstack.org/55185711:11
*** josecastroleon has quit IRC11:12
*** pcaruana has quit IRC11:27
*** dangtrinhnt has joined #openstack-keystone11:37
*** dangtrinhnt has quit IRC11:53
*** raildo has joined #openstack-keystone11:54
*** usr2033 has joined #openstack-keystone11:55
*** jaosorior has quit IRC11:56
*** edmondsw has joined #openstack-keystone12:03
*** DevX has quit IRC12:10
*** odyssey4me has quit IRC12:12
*** odyssey4me has joined #openstack-keystone12:12
*** josecastroleon has joined #openstack-keystone12:19
openstackgerritDoug Hellmann proposed openstack/ldappool master: add lower-constraints job  https://review.openstack.org/55575712:29
*** NM has joined #openstack-keystone12:30
*** pcaruana has joined #openstack-keystone12:30
*** rcernin has quit IRC12:30
*** voelzmo has joined #openstack-keystone12:31
*** panbalag has joined #openstack-keystone12:33
openstackgerritDoug Hellmann proposed openstack/keystoneauth master: add lower-constraints job  https://review.openstack.org/55562512:33
openstackgerritDoug Hellmann proposed openstack/keystonemiddleware master: add lower-constraints job  https://review.openstack.org/55562612:34
openstackgerritDoug Hellmann proposed openstack/keystone master: add lower-constraints job  https://review.openstack.org/55562412:41
*** voelzmo has quit IRC12:47
usr2033hi, how can i compare get parameter like project id with api parameter in policy.json? i tried this one domain_id:%(target.project.domain_id)s12:55
*** usr2033 has quit IRC13:17
*** panbalag has quit IRC13:25
*** dklyle has quit IRC13:27
*** idlemind has joined #openstack-keystone13:30
*** dansmith is now known as superdan13:39
*** jdennis has quit IRC13:40
*** jdennis has joined #openstack-keystone13:41
*** panbalag has joined #openstack-keystone13:42
*** panbalag has left #openstack-keystone13:42
*** josecastroleon has quit IRC13:46
*** panbalag has joined #openstack-keystone13:51
*** d0ugal_ has joined #openstack-keystone13:56
*** d0ugal has quit IRC13:57
*** links has quit IRC13:58
knikollao/14:02
lbragstado/14:03
*** dave-mccowan has joined #openstack-keystone14:07
lbragstadkmalloc: do you know of any tricks for using our current caching implementation to cache instances of python objects?14:10
lbragstadi mean, technically, everything in python is an object...  but the token model14:11
lbragstador an instance of it14:11
gagehugoo/14:17
*** gus has quit IRC14:18
*** usr2033 has joined #openstack-keystone14:22
*** usr2033 has quit IRC14:22
*** usr2033 has joined #openstack-keystone14:22
lbragstadknikolla: did you catch the federated user issue that was brought up yesterday?14:28
knikollalbragstad: no. have a link to the eavesdrop?14:29
*** dave-mcc_ has joined #openstack-keystone14:29
lbragstadknikolla: http://eavesdrop.openstack.org/irclogs/%23openstack-keystone/%23openstack-keystone.2018-03-22.log.html#t2018-03-22T19:47:0414:29
*** gus has joined #openstack-keystone14:30
lbragstadi thought that was pretty interesting...14:30
lbragstadit *felt* mapping purge related... but we couldn't quite nail it down14:30
*** dave-mccowan has quit IRC14:32
*** spilla has joined #openstack-keystone14:32
knikollalbragstad: gists are no longer up14:40
lbragstadahh14:43
lbragstadDevX was going to try a couple things and check back14:43
*** r-daneel has joined #openstack-keystone14:44
-openstackstatus- NOTICE: zuul.o.o has been restarted to pick up latest code base and clear memory usage. Both check / gate queues were saved, be sure to check your patches and recheck when needed.14:51
*** NM has quit IRC14:55
*** david-lyle has joined #openstack-keystone14:57
*** NM has joined #openstack-keystone14:59
*** d0ugal__ has joined #openstack-keystone15:01
*** d0ugal_ has quit IRC15:01
*** d0ugal__ has quit IRC15:02
*** d0ugal has joined #openstack-keystone15:02
*** r-daneel has quit IRC15:04
*** usr2033 has quit IRC15:10
*** itlinux has joined #openstack-keystone15:21
*** bhagyashris has quit IRC15:24
*** melwitt is now known as jgwentworth15:26
*** DevX has joined #openstack-keystone15:32
DevXlbragstad: Thanks for all your help yesterday.  I figured out what happend. TLDR: propperties changed with in the AD like cn, etc15:33
lbragstadahh... so the IDs were changing underneath you?15:34
DevXyeah15:35
lbragstadweird, did the config change when edir went away?15:36
DevXwhich resulted in the public_id of the id_mapping table to change15:36
DevXno, that was at the AD15:36
DevXthe edir was a readonly15:36
lbragstadhuh - interesting15:36
DevXit was there to help in a wirld ldap v2 bandaid as AD is ldap v3 only15:37
*** marius1 has joined #openstack-keystone15:37
lbragstadaha - gotcha15:37
DevXso the fix was to make the public_id from id_mapping match the user_id from the nonlocal_user table15:38
lbragstadso the fact that authentication started failing and edir was removed were coincidence15:38
DevXso it was a Layer 8 problem :)15:38
DevXright15:38
lbragstadlol15:38
DevXthe rootcause was a change in cn's and other attributes done at the AD level15:38
DevXOnce again thanks for all the help15:39
lbragstadanytime, not sure how much i helped, but it was a mind-bender ;)15:39
DevXwell you gave me the clue15:40
DevXwhen you noticed the local_user15:40
lbragstadoh - from the logging?15:40
DevXyeah15:40
*** links has joined #openstack-keystone15:40
DevXi had not taken that into consideration15:41
lbragstadsure15:41
DevXi figure that was a foreign key15:41
*** gyee has joined #openstack-keystone15:41
*** NM has quit IRC15:41
*** josecastroleon has joined #openstack-keystone15:42
*** links has quit IRC15:46
-openstackstatus- NOTICE: Gerrit will be temporarily unreachable as we restart it to complete the rename of some projects.15:49
*** marius1 has quit IRC15:49
*** NM has joined #openstack-keystone15:58
*** gyankum has quit IRC16:00
*** jroll has quit IRC16:07
*** jroll has joined #openstack-keystone16:10
*** wes_dillingham has joined #openstack-keystone16:10
*** panbalag has quit IRC16:11
*** panbalag has joined #openstack-keystone16:11
*** AlexeyAbashkin has quit IRC16:14
*** panbalag has left #openstack-keystone16:14
*** josecastroleon has quit IRC16:15
*** jroll has quit IRC16:15
*** jroll has joined #openstack-keystone16:16
*** harlowja has joined #openstack-keystone16:16
*** jmlowe has quit IRC16:25
*** germs has quit IRC16:26
*** germs has joined #openstack-keystone16:27
*** germs has quit IRC16:27
*** germs has joined #openstack-keystone16:27
*** josecastroleon has joined #openstack-keystone16:31
DevXlbragstad: is the mapping ID table supposed to update the user table? as I have a problem as the result of the underling AD changes16:35
*** josecastroleon has quit IRC16:36
*** NM has quit IRC16:48
*** david-lyle has quit IRC16:52
*** NM has joined #openstack-keystone16:59
*** masber has quit IRC17:06
lbragstadDevX: not that i know of - but i'd have to double check the code17:17
*** masber has joined #openstack-keystone17:18
*** pcaruana has quit IRC17:23
*** itlinux has quit IRC17:27
*** wes_dillingham has quit IRC17:31
*** wes_dillingham has joined #openstack-keystone17:35
*** masber has quit IRC17:37
openstackgerritMerged openstack/keystone master: Remove references to UUID from token documentation  https://review.openstack.org/55458117:49
openstackgerritMerged openstack/keystone master: Remove references to v2.0 from external developer doc  https://review.openstack.org/55469017:49
*** harlowja has quit IRC17:50
*** aojea has joined #openstack-keystone17:51
kmallocman. snoooowwwwww in seattle =/17:52
*** AlexeyAbashkin has joined #openstack-keystone17:53
*** felipemonteiro has joined #openstack-keystone17:55
*** AlexeyAbashkin has quit IRC17:57
*** AlexeyAbashkin has joined #openstack-keystone17:58
*** wes_dillingham has quit IRC17:59
*** david-lyle has joined #openstack-keystone17:59
*** jmlowe has joined #openstack-keystone18:00
DevXlbragstad thanks!18:01
*** wes_dillingham has joined #openstack-keystone18:03
*** AlexeyAbashkin has quit IRC18:03
cmurphykmalloc: snow here too this week18:04
cmurphywelcome to spring18:04
kmallocLOL18:04
kmallocit's a pretty heavy snow, seattle doesn't get much snow.18:04
kmallocas you knwo from PDX (and you even got more snow there generally)18:04
lbragstadkmalloc: do you know if there is a way to cache python objects?18:05
kmalloclbragstad: pickle?18:05
kmallocbut that is... semi dangerous18:05
lbragstadright...18:05
kmallocmsgpack.18:05
kmallocyou need to serialize or do a deepcopy to a dict, but not really to external w/o serialization18:06
lbragstadwe have memoize wrapping the token provider API methods (which used to deal with dictionaries)18:06
lbragstadahh18:06
kmallocso, you need to manage serialization18:06
lbragstadon of the suggestions was to write a to_dict() method into the model18:06
kmallocso, i would probably put logic into the cache region (proxy) that serializes/deserializes18:07
kmallocthe memcache lib uses pickle behind the scenes, but i wouldnt use that explicitly18:08
lbragstadhmm18:08
lbragstadok18:08
*** aojea has quit IRC18:09
*** aojea has joined #openstack-keystone18:12
openstackgerritAndreas Jaeger proposed openstack/keystoneauth master: Remove tox_install.sh and align with constraints consumption  https://review.openstack.org/55083718:15
*** aojea has quit IRC18:30
*** itlinux has joined #openstack-keystone18:32
*** harlowja has joined #openstack-keystone18:33
*** wes_dillingham has quit IRC18:34
openstackgerritMerged openstack/ldappool master: Updated from global requirements  https://review.openstack.org/55149818:35
*** r-daneel has joined #openstack-keystone18:37
*** harlowja has quit IRC18:38
*** itlinux has quit IRC18:47
*** jmlowe has quit IRC18:47
edmondswsomeone asked me how they could tell who is currently logged in18:49
*** itlinux has joined #openstack-keystone18:49
edmondswI don't see an API that would give you that information... am I overlooking something?18:50
*** r-daneel_ has joined #openstack-keystone18:50
*** r-daneel has quit IRC18:52
*** r-daneel_ is now known as r-daneel18:52
cmurphywhat does "logged in" mean to keystone? has an unexpired token issued?18:54
edmondswor unrevoked, yeah18:54
cmurphyi don't think we have that now that we only have non persistant tokens18:54
*** dave-mcc_ has quit IRC18:55
lbragstadyeah - we don't have a way to track issued and valid tokens without writing them to disk18:55
edmondswyeah, that makes sense18:55
*** Edozie has joined #openstack-keystone18:57
EdozieHELP18:58
EdozieNeed to figure out who the mentor is for the Keynote Flask project , does anyone know ?18:58
*** wes_dillingham has joined #openstack-keystone18:58
*** itlinux has quit IRC19:08
*** harlowja has joined #openstack-keystone19:09
*** AlexeyAbashkin has joined #openstack-keystone19:14
*** wes_dillingham has quit IRC19:15
*** itlinux has joined #openstack-keystone19:15
*** itlinux has quit IRC19:16
*** AlexeyAbashkin has quit IRC19:19
*** Edozie has quit IRC19:20
*** DevX has quit IRC19:21
*** felipemonteiro__ has joined #openstack-keystone19:23
*** felipemonteiro has quit IRC19:26
lbragstadEdozie - in case you read scroll back, we don't have a mentor signed up for it yet.. it was an idea we came up with though https://etherpad.openstack.org/p/keystone-internship-ideas19:29
*** openstackgerrit has quit IRC19:34
*** jmlowe has joined #openstack-keystone19:43
*** openstackgerrit has joined #openstack-keystone19:45
openstackgerritMerged openstack/keystone-tempest-plugin master: Updated from global requirements  https://review.openstack.org/55149419:45
openstackgerritMerged openstack/keystonemiddleware master: Updated from global requirements  https://review.openstack.org/55555919:45
kmallocyou could take a look at the notifications and look for logins (without revokes) in the last <token_ttl> (edmondsw), not that I'd recommend that19:49
kmallocbut that would be the mechanism. a lot of apps don't actually know who is logged in if they use cookie sessions (instead of server sessions).19:50
edmondswyeah19:50
kmallocand lots of things use cookie sessions.19:50
kmalloc(failures of web-apps, vs say, "who is logged into LDAP" -- that's easy to know)19:51
openstackgerritMerged openstack/keystoneauth master: Updated from global requirements  https://review.openstack.org/55555819:56
*** itlinux has joined #openstack-keystone20:07
*** itlinux has quit IRC20:09
*** jroll has quit IRC20:09
*** tesseract has quit IRC20:09
*** jroll has joined #openstack-keystone20:10
*** r-daneel has quit IRC20:11
openstackgerritMerged openstack/python-keystoneclient master: Updated from global requirements  https://review.openstack.org/55558620:14
*** AlexeyAbashkin has joined #openstack-keystone20:14
*** devx has joined #openstack-keystone20:15
lbragstadmmm - the smell of deleting code on a friday is glorious - http://paste.openstack.org/show/710540/20:18
*** AlexeyAbashkin has quit IRC20:18
lbragstadi can't even handle it20:19
*** dave-mccowan has joined #openstack-keystone20:19
devxlbragstad do you of a way to update the user id? at all the right places. Even though I've figured out the problem haven't come up with a correct fix for this problem. Which would happen when ever changes happen to AD..20:23
kmallocdevx: there is no good way to update data in keystone based upon AD changes. likely that should create a new user shadow record.20:25
kmallocAD is an external provider.20:25
devxso it might make sense to just remove the user from the project and then delete user20:25
kmallocwe can only consume data from AD as it is queried/referenced.20:25
kmallocyeah that is likely the easiest =/20:25
kmallocsorry20:25
devxno worries20:26
lbragstadkmalloc: yeah - this was some of what we worked through yesterday - http://eavesdrop.openstack.org/irclogs/%23openstack-keystone/%23openstack-keystone.2018-03-22.log.html#t2018-03-22T19:47:0420:26
kmalloci'd like to provide utilities to make that easier. but it's on a long long list of "well... we'll get there if people are interested"20:26
kmallocalternative would be to utilize ADFS (SAML2)20:27
devxi did not think about that20:29
devxI'll have to test it20:29
*** r-daneel has joined #openstack-keystone20:29
kmallocyou might run into the same issues.,20:29
devxthank you both!20:29
kmallocyeah20:29
*** jmlowe has quit IRC20:31
*** raildo has quit IRC20:33
openstackgerritLance Bragstad proposed openstack/keystone master: WIP: rewrite keystone  https://review.openstack.org/54545020:44
openstackgerritLance Bragstad proposed openstack/keystone master: WIP: Overhaul the rest of the token provider API  https://review.openstack.org/55593120:44
openstackgerritGage Hugo proposed openstack/keystone master: Add functional testing gate  https://review.openstack.org/53101420:51
*** jmlowe has joined #openstack-keystone20:52
lbragstadkmalloc: so ^ that second patch passes all but like 8 tests...21:08
lbragstadstill some work to do - breaking it apart and whatnot.. but it removes all the keystone/token/providers/common.py21:12
*** edmondsw has quit IRC21:17
gagehugolbragstad https://review.openstack.org/55593421:29
lbragstadgagehugo: want me to add you to the core-sec group?21:30
gagehugosure21:31
lbragstadsweet21:31
lbragstaddone21:31
gagehugohmm I think when I pushed that doc change it didn't save the architecture page21:37
gagehugo:(21:37
*** NM has quit IRC21:40
openstackgerritGage Hugo proposed openstack/keystone master: Move fernet specific doctor checks into tokens  https://review.openstack.org/52752721:40
*** dave-mccowan has quit IRC21:57
openstackgerritMerged openstack/keystoneauth master: Remove tox_install.sh and align with constraints consumption  https://review.openstack.org/55083722:00
*** wes_dillingham has joined #openstack-keystone22:22
gyeelbragstad: ping22:25
*** EmilienM has quit IRC22:34
*** EmilienM has joined #openstack-keystone22:36
*** EmilienM has quit IRC22:36
*** EmilienM has joined #openstack-keystone22:36
*** wes_dillingham has quit IRC22:39
*** r-daneel has quit IRC22:43
*** aojea has joined #openstack-keystone22:49
*** martinus__ has quit IRC22:50
*** wes_dillingham has joined #openstack-keystone22:52
*** david-lyle has quit IRC22:52
*** spilla has quit IRC23:42
*** david-lyle has joined #openstack-keystone23:50
*** felipemonteiro__ has quit IRC23:52
*** aojea has quit IRC23:54
*** jgwentworth is now known as melwitt23:54

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