* Guest24670 faceplants SkepticalCore | 00:00 | |
Guest24670 | i think that's how that works | 00:00 |
---|---|---|
SkepticalCore | i don't know if Popen is async like that | 00:00 |
Guest24670 | SkepticalCore: yeah, i have no idea either | 00:00 |
SkepticalCore | <<---- https://i.chzbgr.com/maxW500/3739566080/hFC30F272/ | 00:01 |
Guest24670 | SkepticalCore: the docs also have a warning about using .communicate() if you want .stdout https://docs.python.org/2/library/subprocess.html#subprocess.Popen | 00:01 |
SkepticalCore | yah was reading that now | 00:01 |
Guest24670 | "to avoid deadlocks due to any of the other OS pipe buffers filling up and blocking the child process." is that a risk we have? | 00:02 |
SkepticalCore | only if we use wait | 00:02 |
SkepticalCore | we might need .communicate here | 00:02 |
SkepticalCore | actually | 00:02 |
SkepticalCore | i don't think it hurts us to use .communicate even if it isn't needed | 00:03 |
SkepticalCore | and crypto is likely to be slow so we should wait (but not with .wait()) | 00:03 |
SkepticalCore | we use it in cms, i'd do it here: https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/common/cms.py#L97 | 00:04 |
*** jimhoagland has quit IRC | 00:05 | |
Guest24670 | SkepticalCore: so, it sounds like both options are bad? | 00:08 |
Guest24670 | SkepticalCore: what are you advocating lol | 00:08 |
SkepticalCore | Guest24670, i think we should use .communicate(), either not using it or using wait would be bad. | 00:09 |
SkepticalCore | not using .communicate (with crypto) might mean we get incomplete data? using .wait might deadlock us (based on docs) | 00:09 |
SkepticalCore | i don't think it hurts to us to use communicate if it isn't needed (it's extra guarding) | 00:10 |
SkepticalCore | where not using it might make things broken | 00:10 |
SkepticalCore | *might* | 00:10 |
*** zzzeek has quit IRC | 00:11 | |
*** openstackgerrit_ has joined #openstack-keystone | 00:16 | |
SkepticalCore | Guest24670, ok +2 on that last validator one | 00:17 |
*** jasondotstar has quit IRC | 00:18 | |
Guest24670 | SkepticalCore: awesome | 00:19 |
openstackgerrit | Morgan Fainberg proposed a change to openstack/keystone: Fix token flush fails with recursion depth exception https://review.openstack.org/117869 | 00:20 |
*** jasondotstar has joined #openstack-keystone | 00:22 | |
*** amcrn has quit IRC | 00:22 | |
*** harlowja has quit IRC | 00:23 | |
SkepticalCore | Guest24670, https://review.openstack.org/#/c/88331/ stable/havana is this one also too late? [i'll abandon if it is] | 00:24 |
SkepticalCore | Guest24670, thats the explicit import of _ in exception | 00:24 |
*** harlowja has joined #openstack-keystone | 00:25 | |
*** gokrokve has joined #openstack-keystone | 00:27 | |
Guest24670 | SkepticalCore: yeah, abandon | 00:29 |
SkepticalCore | done | 00:30 |
*** gokrokve has quit IRC | 00:35 | |
*** gokrokve has joined #openstack-keystone | 00:38 | |
*** amerine has joined #openstack-keystone | 00:42 | |
*** larsks has joined #openstack-keystone | 00:44 | |
larsks | keystone is giving 404 errors when heat is trying to authenticate an ec2 credential used to signal a waitcondition. Turning on debug=true in keystone.conf doesn't seem to get me any more logging. Trying to figure out what is going on...Where do requests against /ec2tokens start? | 00:46 |
*** amerine has quit IRC | 00:46 | |
*** richm has quit IRC | 00:53 | |
*** gokrokve has quit IRC | 00:54 | |
larsks | Ah, contrib/ec2/controllers.py... | 00:56 |
*** jasondotstar has quit IRC | 00:58 | |
*** jasondotstar has joined #openstack-keystone | 01:00 | |
*** HenryG_ has joined #openstack-keystone | 01:12 | |
*** gmurphy has quit IRC | 01:13 | |
*** marcoemorais has quit IRC | 01:13 | |
*** HenryG has quit IRC | 01:14 | |
openstackgerrit | Sarvesh Ranjan proposed a change to openstack/keystone: Spelling Correction https://review.openstack.org/117919 | 01:16 |
*** alex_xu has joined #openstack-keystone | 01:17 | |
openstackgerrit | Sarvesh Ranjan proposed a change to openstack/keystone: Typo fixed https://review.openstack.org/117920 | 01:20 |
*** montanvi has joined #openstack-keystone | 01:21 | |
*** gmurphy has joined #openstack-keystone | 01:23 | |
*** RicoLin has joined #openstack-keystone | 01:26 | |
*** notmyname has quit IRC | 01:28 | |
*** bambam1 has quit IRC | 01:28 | |
*** thiagop has quit IRC | 01:28 | |
*** Jean-Daniel has quit IRC | 01:28 | |
*** wolsen_ has quit IRC | 01:28 | |
*** samuelmz_ has quit IRC | 01:28 | |
*** wolsen has joined #openstack-keystone | 01:28 | |
*** RicoLin has quit IRC | 01:33 | |
*** RicoLin has joined #openstack-keystone | 01:34 | |
*** samuelmz_ has joined #openstack-keystone | 01:35 | |
*** thiagop has joined #openstack-keystone | 01:35 | |
*** Jean-Daniel has joined #openstack-keystone | 01:37 | |
*** openstackgerrit_ has joined #openstack-keystone | 01:38 | |
*** uvirtbot has joined #openstack-keystone | 01:39 | |
*** toddnni has quit IRC | 01:39 | |
*** uvirtbot` has quit IRC | 01:39 | |
*** marzif__ has quit IRC | 01:39 | |
*** openstackgerrit has quit IRC | 01:39 | |
*** dhellmann_ has quit IRC | 01:39 | |
*** dvorak has quit IRC | 01:39 | |
*** topol has joined #openstack-keystone | 01:42 | |
*** toddnni has joined #openstack-keystone | 01:50 | |
*** marzif__ has joined #openstack-keystone | 01:50 | |
*** openstackgerrit has joined #openstack-keystone | 01:50 | |
*** dhellmann_ has joined #openstack-keystone | 01:50 | |
*** dvorak has joined #openstack-keystone | 01:50 | |
*** amerine has joined #openstack-keystone | 01:54 | |
*** RicoLin has quit IRC | 02:03 | |
*** amerine has quit IRC | 02:10 | |
*** gokrokve has joined #openstack-keystone | 02:30 | |
*** amerine has joined #openstack-keystone | 02:42 | |
*** gokrokve has quit IRC | 02:45 | |
*** amerine has quit IRC | 02:46 | |
*** chandankumar has joined #openstack-keystone | 02:52 | |
*** oomichi has joined #openstack-keystone | 02:54 | |
*** SkepticalCore is now known as SkepticalCore_Z | 03:03 | |
*** chandankumar has quit IRC | 03:06 | |
*** chandankumar has joined #openstack-keystone | 03:19 | |
*** chandankumar has quit IRC | 03:25 | |
*** stevemar has joined #openstack-keystone | 03:30 | |
*** amerine has joined #openstack-keystone | 03:43 | |
*** amerine has quit IRC | 03:47 | |
*** topol has quit IRC | 03:52 | |
openstackgerrit | Steve Martinelli proposed a change to openstack/keystone: Transform a Keystone token to a SAML assertion https://review.openstack.org/110542 | 04:05 |
openstackgerrit | Steve Martinelli proposed a change to openstack/keystone: Create SAML generation route and controller https://review.openstack.org/114138 | 04:05 |
openstackgerrit | A change was merged to openstack/keystone-specs: Move explicit unscoped token to Kilo https://review.openstack.org/116641 | 04:09 |
*** saipandi has quit IRC | 04:31 | |
*** harlowja is now known as harlowja_away | 04:39 | |
*** amerine has joined #openstack-keystone | 04:43 | |
*** amerine has quit IRC | 04:48 | |
*** amirosh has joined #openstack-keystone | 05:14 | |
*** diegows has joined #openstack-keystone | 05:16 | |
*** stevemar has quit IRC | 05:23 | |
*** amirosh has quit IRC | 05:23 | |
*** amerine has joined #openstack-keystone | 05:44 | |
*** amerine has quit IRC | 05:49 | |
*** diegows has quit IRC | 06:05 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/keystone: Imported Translations from Transifex https://review.openstack.org/111920 | 06:05 |
*** henrynash has quit IRC | 06:15 | |
*** alex_xu has quit IRC | 06:20 | |
*** rm_work is now known as rm_work|away | 07:09 | |
*** rm_work|away is now known as rm_work | 07:11 | |
*** gyee has quit IRC | 07:36 | |
*** wanghong has quit IRC | 07:36 | |
openstackgerrit | Marek Denis proposed a change to openstack/keystone: Transform a Keystone token to a SAML assertion https://review.openstack.org/110542 | 07:36 |
*** alex_xu has joined #openstack-keystone | 07:36 | |
*** wanghong has joined #openstack-keystone | 07:39 | |
*** rm_work is now known as rm_work|away | 07:51 | |
*** ukalifon has joined #openstack-keystone | 07:56 | |
*** bvandenh has joined #openstack-keystone | 07:57 | |
*** henrynash has joined #openstack-keystone | 08:10 | |
*** henrynash has quit IRC | 08:12 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/keystone: Updated from global requirements https://review.openstack.org/111620 | 08:30 |
*** ukalifon has quit IRC | 08:33 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/python-keystoneclient: Updated from global requirements https://review.openstack.org/116255 | 08:36 |
*** amerine has joined #openstack-keystone | 08:47 | |
*** Daviey has quit IRC | 08:51 | |
*** amerine has quit IRC | 08:51 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/keystone: Updated from global requirements https://review.openstack.org/111620 | 08:52 |
*** Daviey has joined #openstack-keystone | 09:06 | |
*** oomichi has quit IRC | 09:14 | |
*** dguitarbite has quit IRC | 09:39 | |
*** ukalifon1 has joined #openstack-keystone | 09:58 | |
*** ukalifon1 has quit IRC | 10:03 | |
*** amerine has joined #openstack-keystone | 10:49 | |
*** amerine has quit IRC | 10:53 | |
*** esmute_ has joined #openstack-keystone | 11:18 | |
*** henrique_ has joined #openstack-keystone | 11:19 | |
*** esmute has quit IRC | 11:29 | |
*** htruta has quit IRC | 11:29 | |
*** esmute_ is now known as esmute | 11:29 | |
*** jimbaker has quit IRC | 11:35 | |
*** sigmavirus24_awa has quit IRC | 11:39 | |
*** sudorandom has quit IRC | 11:39 | |
*** gothicmindfood has quit IRC | 11:41 | |
*** mitz- has joined #openstack-keystone | 11:41 | |
*** colettecello has joined #openstack-keystone | 11:41 | |
*** mitz has quit IRC | 11:41 | |
*** sudorandom has joined #openstack-keystone | 11:41 | |
*** jimbaker has joined #openstack-keystone | 11:41 | |
*** jimbaker has quit IRC | 11:41 | |
*** jimbaker has joined #openstack-keystone | 11:41 | |
*** rharwood has quit IRC | 11:42 | |
*** sigmavirus24_awa has joined #openstack-keystone | 11:42 | |
*** rharwood has joined #openstack-keystone | 11:43 | |
*** dvorak has quit IRC | 11:51 | |
*** dvorak has joined #openstack-keystone | 11:52 | |
*** fifieldt_ has quit IRC | 11:57 | |
*** rharwood_ has joined #openstack-keystone | 12:00 | |
*** fifieldt_ has joined #openstack-keystone | 12:02 | |
openstackgerrit | Steve Martinelli proposed a change to openstack/keystone: Create SAML generation route and controller https://review.openstack.org/114138 | 12:07 |
*** rharwood has quit IRC | 12:07 | |
*** mitz- has quit IRC | 12:07 | |
*** rharwood_ is now known as rharwood | 12:07 | |
*** rharwood has quit IRC | 12:16 | |
*** rharwood has joined #openstack-keystone | 12:16 | |
*** fifieldt_ has quit IRC | 12:29 | |
*** dobson has quit IRC | 12:29 | |
*** sudorandom has quit IRC | 12:29 | |
*** henrique_ has quit IRC | 12:29 | |
*** marekd|away has quit IRC | 12:29 | |
*** jamiec has quit IRC | 12:29 | |
*** fifieldt_ has joined #openstack-keystone | 12:29 | |
*** jamiec has joined #openstack-keystone | 12:30 | |
*** dobson has joined #openstack-keystone | 12:30 | |
*** marekd|away has joined #openstack-keystone | 12:30 | |
*** sudorandom has joined #openstack-keystone | 12:31 | |
*** henrique_ has joined #openstack-keystone | 12:33 | |
*** esmute_ has joined #openstack-keystone | 12:49 | |
*** esmute has quit IRC | 12:50 | |
*** esmute_ is now known as esmute | 12:50 | |
*** grantbow has quit IRC | 12:50 | |
*** amerine has joined #openstack-keystone | 12:51 | |
*** grantbow has joined #openstack-keystone | 12:53 | |
*** amerine has quit IRC | 12:55 | |
*** saipandi has joined #openstack-keystone | 12:58 | |
*** diegows has joined #openstack-keystone | 12:59 | |
*** rharwood_ has joined #openstack-keystone | 13:01 | |
*** rharwood has quit IRC | 13:02 | |
*** rharwood_ is now known as rharwood | 13:02 | |
*** HenryG__ has joined #openstack-keystone | 13:03 | |
*** jimbaker has quit IRC | 13:06 | |
*** HenryG_ has quit IRC | 13:06 | |
*** jimbaker has joined #openstack-keystone | 13:07 | |
*** jimbaker has quit IRC | 13:07 | |
*** jimbaker has joined #openstack-keystone | 13:07 | |
*** henrique_ has quit IRC | 13:09 | |
*** colettecello has quit IRC | 13:09 | |
*** fifieldt_ has quit IRC | 13:09 | |
*** gothicmindfood has joined #openstack-keystone | 13:11 | |
*** henrique_ has joined #openstack-keystone | 13:23 | |
*** fifieldt_ has joined #openstack-keystone | 13:27 | |
*** dobson has quit IRC | 13:29 | |
*** bknudson has joined #openstack-keystone | 13:30 | |
*** HenryG__ is now known as HenryG | 13:31 | |
*** dobson has joined #openstack-keystone | 13:31 | |
*** diegows has quit IRC | 13:34 | |
*** redrobot has quit IRC | 13:35 | |
*** adam_g has quit IRC | 13:35 | |
*** adam_g has joined #openstack-keystone | 13:35 | |
*** adam_g has quit IRC | 13:35 | |
*** adam_g has joined #openstack-keystone | 13:35 | |
*** afaranha has quit IRC | 13:39 | |
*** chmouel has quit IRC | 13:40 | |
*** dhu has quit IRC | 13:40 | |
*** dhu_super has joined #openstack-keystone | 13:40 | |
*** redrobot has joined #openstack-keystone | 13:40 | |
*** redrobot is now known as Guest47886 | 13:41 | |
*** notmyname has joined #openstack-keystone | 13:44 | |
*** chmouel has joined #openstack-keystone | 13:45 | |
*** afaranha has joined #openstack-keystone | 13:54 | |
*** amerine has joined #openstack-keystone | 14:02 | |
*** amerine has quit IRC | 14:06 | |
*** diegows has joined #openstack-keystone | 14:20 | |
*** dguitarbite has joined #openstack-keystone | 14:27 | |
*** zhiyan_ has joined #openstack-keystone | 14:47 | |
*** ctracey_ has joined #openstack-keystone | 14:47 | |
*** jraim__ has joined #openstack-keystone | 14:47 | |
*** mflobo_ has joined #openstack-keystone | 14:48 | |
*** serverascode_ has joined #openstack-keystone | 14:48 | |
*** stevelle_ has joined #openstack-keystone | 14:51 | |
*** gus has joined #openstack-keystone | 14:52 | |
*** radez_g0` has joined #openstack-keystone | 14:52 | |
*** hockeynut_ has joined #openstack-keystone | 14:53 | |
*** rm_workz has joined #openstack-keystone | 14:53 | |
*** portante_ has joined #openstack-keystone | 14:54 | |
*** rm_workz is now known as rm_work | 14:54 | |
*** rm_work has quit IRC | 14:54 | |
*** rm_work has joined #openstack-keystone | 14:54 | |
*** zhiyan has quit IRC | 14:54 | |
*** stevelle has quit IRC | 14:54 | |
*** hockeynut has quit IRC | 14:54 | |
*** serverascode has quit IRC | 14:54 | |
*** Guest24670 has quit IRC | 14:54 | |
*** pabelanger has quit IRC | 14:54 | |
*** Ephur has quit IRC | 14:54 | |
*** comstud has quit IRC | 14:54 | |
*** jraim_ has quit IRC | 14:54 | |
*** d34dh0r53 has quit IRC | 14:54 | |
*** russellb has quit IRC | 14:54 | |
*** portante has quit IRC | 14:54 | |
*** EmilienM has quit IRC | 14:54 | |
*** ctracey has quit IRC | 14:54 | |
*** gus_ has quit IRC | 14:54 | |
*** Clabbe has quit IRC | 14:54 | |
*** lbragstad has quit IRC | 14:54 | |
*** mflobo has quit IRC | 14:54 | |
*** dtroyer has quit IRC | 14:54 | |
*** afaranha has quit IRC | 14:54 | |
*** rm_work|away has quit IRC | 14:54 | |
*** mhu has quit IRC | 14:54 | |
*** radez_g0n3 has quit IRC | 14:54 | |
*** larsks has quit IRC | 14:54 | |
*** ekarlso has quit IRC | 14:54 | |
*** Clabbe has joined #openstack-keystone | 14:54 | |
*** larsks|alt has joined #openstack-keystone | 14:54 | |
*** dtroyer has joined #openstack-keystone | 14:54 | |
*** zhiyan_ is now known as zhiyan | 14:54 | |
*** comstud has joined #openstack-keystone | 14:55 | |
*** d34dh0r53 has joined #openstack-keystone | 14:55 | |
*** pabelanger has joined #openstack-keystone | 14:55 | |
*** lbragstad has joined #openstack-keystone | 14:55 | |
*** Ephur has joined #openstack-keystone | 14:55 | |
*** jraim__ is now known as jraim_ | 14:55 | |
*** ekarlso has joined #openstack-keystone | 14:55 | |
*** serverascode_ is now known as serverascode | 14:55 | |
*** russellb has joined #openstack-keystone | 14:55 | |
*** dolphm has joined #openstack-keystone | 14:55 | |
*** afaranha has joined #openstack-keystone | 14:56 | |
*** mhu has joined #openstack-keystone | 14:56 | |
*** EmilienM has joined #openstack-keystone | 14:57 | |
*** ctracey_ is now known as ctracey | 14:58 | |
*** larsks has joined #openstack-keystone | 14:59 | |
*** stevelle_ is now known as stevelle | 15:00 | |
*** amerine has joined #openstack-keystone | 15:03 | |
*** larsks|alt has quit IRC | 15:05 | |
*** amerine has quit IRC | 15:07 | |
*** amirosh has joined #openstack-keystone | 15:12 | |
openstackgerrit | henry-nash proposed a change to openstack/keystone: backend for policy endpoint extension https://review.openstack.org/115362 | 15:35 |
openstackgerrit | henry-nash proposed a change to openstack/keystone: controller for the endpoint policy extension https://review.openstack.org/115746 | 15:37 |
*** henrynash has joined #openstack-keystone | 15:38 | |
*** gokrokve has joined #openstack-keystone | 15:38 | |
openstackgerrit | A change was merged to openstack/keystone: Add audit support to keystone federation https://review.openstack.org/114337 | 15:43 |
openstackgerrit | A change was merged to openstack/keystone: Adds tests that show how update with validation works https://review.openstack.org/116954 | 15:44 |
henrynash | dolphm: posted new versions of the endpoint policy extension with logic moved to the manager: https://review.openstack.org/#/c/115362/ | 15:48 |
*** amirosh has quit IRC | 15:54 | |
*** amirosh has joined #openstack-keystone | 15:55 | |
*** amirosh has quit IRC | 15:59 | |
*** openstackstatus has joined #openstack-keystone | 16:01 | |
*** ChanServ sets mode: +v openstackstatus | 16:01 | |
*** saipandi has quit IRC | 16:04 | |
-openstackstatus- NOTICE: Gerrit is offline for project renaming maintenance, ETA 1630 | 16:06 | |
*** ChanServ changes topic to "Gerrit is offline for project renaming maintenance, ETA 1630" | 16:06 | |
*** elmiko has quit IRC | 16:12 | |
*** SkepticalCore_Z is now known as morganfainberg | 16:28 | |
*** HenryG is now known as HenryG_afk | 16:34 | |
*** gokrokve has quit IRC | 16:38 | |
*** gokrokve has joined #openstack-keystone | 16:39 | |
*** gokrokve has quit IRC | 16:43 | |
*** openstackgerrit has quit IRC | 16:46 | |
*** openstackgerrit has joined #openstack-keystone | 16:46 | |
*** morganfainberg is now known as morganfainberg_Z | 16:47 | |
*** ChanServ changes topic to "{"feature_freeze": "september 4"}" | 16:52 | |
*** gokrokve has joined #openstack-keystone | 16:58 | |
*** ChanServ sets mode: +o dolphm | 17:04 | |
dolphm | henrynash: thanks! | 17:05 |
* dolphm is brewing beer with michael still today though | 17:06 | |
dstanek | dolphm: nice | 17:06 |
*** morganfainberg_Z is now known as morganfainberg | 17:25 | |
morganfainberg | dolphm, that sounds awesome | 17:26 |
*** gokrokve has quit IRC | 17:32 | |
*** andreaf has joined #openstack-keystone | 17:37 | |
*** hockeynut_ is now known as hockeynut | 17:41 | |
*** gokrokve has joined #openstack-keystone | 17:45 | |
*** gokrokve has quit IRC | 17:49 | |
*** amirosh has joined #openstack-keystone | 17:58 | |
*** gokrokve has joined #openstack-keystone | 17:59 | |
*** gokrokve has quit IRC | 18:03 | |
*** gokrokve has joined #openstack-keystone | 18:03 | |
*** gokrokve has quit IRC | 18:05 | |
*** gokrokve_ has joined #openstack-keystone | 18:05 | |
*** amerine has joined #openstack-keystone | 18:06 | |
*** amerine has quit IRC | 18:10 | |
*** gokrokve_ has quit IRC | 18:10 | |
*** rm_work is now known as rm_work|away | 18:12 | |
bknudson | is still the lastname or the tool or the time period? | 18:17 |
dstanek | bknudson: last name | 18:26 |
*** amirosh has quit IRC | 18:40 | |
*** amirosh has joined #openstack-keystone | 18:40 | |
*** amirosh has joined #openstack-keystone | 18:41 | |
*** amirosh has quit IRC | 18:46 | |
morganfainberg | hm | 19:03 |
*** packet has joined #openstack-keystone | 19:05 | |
*** andreaf_ has joined #openstack-keystone | 19:06 | |
*** andreaf has quit IRC | 19:07 | |
*** packet has quit IRC | 19:08 | |
*** packet has joined #openstack-keystone | 19:10 | |
*** amirosh has joined #openstack-keystone | 19:11 | |
*** amirosh has quit IRC | 19:15 | |
bknudson | https://review.openstack.org/#/c/95381/ | 19:21 |
*** andreaf_ has quit IRC | 19:24 | |
*** packet has quit IRC | 19:44 | |
*** packet has joined #openstack-keystone | 19:45 | |
*** packet has quit IRC | 19:50 | |
openstackgerrit | Brant Knudson proposed a change to openstack/identity-api: JSON Home relationships for auth resources https://review.openstack.org/117992 | 19:57 |
*** gokrokve has joined #openstack-keystone | 20:06 | |
*** amerine has joined #openstack-keystone | 20:07 | |
*** gokrokve has quit IRC | 20:11 | |
*** amerine has quit IRC | 20:12 | |
*** miqui has quit IRC | 20:53 | |
*** gokrokve has joined #openstack-keystone | 21:06 | |
*** amerine has joined #openstack-keystone | 21:08 | |
*** gokrokve has quit IRC | 21:11 | |
*** amerine has quit IRC | 21:12 | |
openstackgerrit | A change was merged to openstack/keystone: Mark the trust kvs backend deprecated, for removal in Kilo https://review.openstack.org/117804 | 21:48 |
openstackgerrit | A change was merged to openstack/keystone: Do not load auth plugins by class in tests https://review.openstack.org/117062 | 21:48 |
*** amerine has joined #openstack-keystone | 22:09 | |
*** amerine has quit IRC | 22:13 | |
*** boris-42_ has quit IRC | 22:29 | |
*** boris-42 has joined #openstack-keystone | 22:29 | |
*** gokrokve has joined #openstack-keystone | 23:06 | |
*** amerine has joined #openstack-keystone | 23:10 | |
*** gokrokve has quit IRC | 23:11 | |
*** amerine has quit IRC | 23:14 | |
*** henrynash has quit IRC | 23:34 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!