*** evrardjp has quit IRC | 04:36 | |
*** evrardjp has joined #openstack-keystone | 04:36 | |
*** vishalmanchanda has joined #openstack-keystone | 05:29 | |
openstackgerrit | Colleen Murphy proposed openstack/keystone-tempest-plugin master: Use ephemeral test user for k2k tests https://review.opendev.org/726727 | 05:34 |
---|---|---|
openstackgerrit | Colleen Murphy proposed openstack/keystone master: Fix UserNotFound exception for expiring groups https://review.opendev.org/726729 | 05:39 |
*** dancn has joined #openstack-keystone | 06:09 | |
*** abdysn has joined #openstack-keystone | 06:36 | |
*** bengates has joined #openstack-keystone | 07:17 | |
*** bengates has quit IRC | 07:19 | |
*** bengates has joined #openstack-keystone | 07:20 | |
*** bengates has quit IRC | 07:33 | |
*** bengates has joined #openstack-keystone | 07:35 | |
*** bengates has quit IRC | 07:41 | |
*** bengates has joined #openstack-keystone | 07:41 | |
*** kukacz_ has joined #openstack-keystone | 08:11 | |
*** kukacz has quit IRC | 08:15 | |
*** vishakha has joined #openstack-keystone | 08:51 | |
*** xek has joined #openstack-keystone | 09:03 | |
*** gshippey has joined #openstack-keystone | 09:19 | |
*** __ministry has joined #openstack-keystone | 10:57 | |
*** raildo has joined #openstack-keystone | 12:09 | |
*** tkajinam has quit IRC | 12:31 | |
*** abdysn has quit IRC | 12:55 | |
*** lbragstad has joined #openstack-keystone | 13:06 | |
*** lbragstad has quit IRC | 13:21 | |
*** lbragstad has joined #openstack-keystone | 13:22 | |
*** zzzeek has quit IRC | 13:25 | |
*** zzzeek has joined #openstack-keystone | 13:26 | |
*** zzzeek has quit IRC | 13:26 | |
*** zzzeek has joined #openstack-keystone | 13:27 | |
*** beekneemech is now known as bnemec | 13:47 | |
*** awalende has joined #openstack-keystone | 14:06 | |
*** jhesketh has quit IRC | 14:35 | |
*** dancn has quit IRC | 14:43 | |
-openstackstatus- NOTICE: Our CI mirrors in OVH BHS1 and GRA1 regions were offline between 12:55 and 14:35 UTC, any failures there due to unreachable mirrors can safely be rechecked | 15:08 | |
*** bengates has quit IRC | 15:40 | |
*** bengates has joined #openstack-keystone | 15:40 | |
*** kmalloc has joined #openstack-keystone | 15:41 | |
*** gyee has joined #openstack-keystone | 16:04 | |
*** bengates has quit IRC | 16:26 | |
*** hemna_ has joined #openstack-keystone | 16:32 | |
*** hemna has quit IRC | 16:34 | |
*** evrardjp has quit IRC | 16:36 | |
*** evrardjp has joined #openstack-keystone | 16:36 | |
*** Abhishek has joined #openstack-keystone | 17:16 | |
Abhishek | One quick question, may be too trivial, but I am not able to get this.. 'PROVIDERS = provider_api.ProviderAPIs' this line when used under keystone/tests/unit/identity/test_backends.py works, but when used under keystone/tests/unit/identity/backends/test_base.py gives KeyError: 'id_mapping_api' if I user PROVIDERS.id_mapping_api. any specific reason to this? like do we need to load some modules to be able to use PROVIDERS! | 17:30 |
Abhishek | vishakha: ^^ any idea! | 17:32 |
vishakha | Abhishek: Could you share the code where and how you are using PROVIDERS.id_mapping_api in test_base.py | 17:50 |
Abhishek | vishakha: actually I used 'user_pub_id = PROVIDERS.id_mapping_api.get_public_id(local_entity)' at https://github.com/openstack/keystone/blob/master/keystone/identity/backends/ldap/core.py#L307 to get the public id of a ldap user.. coz of this change in test_base.py, test_authenticate() failed saying AttributeError: 'ProviderAPIs' has no attribute id_mapping_api | 17:56 |
vishakha | Moreover I can see that the file test_base.py is not using PROVIDERS interface anywhere, its calling directly driver. | 17:56 |
Abhishek | vishakha: I even tried to mock ProviderAPIs in test_base.py, but that did not work.. | 17:56 |
Abhishek | vishakha: where can we configure test_base.py to use PROVIDERS interface. or any other way so that PROVIDERS backends can load | 17:58 |
vishakha | Abhishek: I will get back to you . Sorry for the delay | 18:27 |
Abhishek | vishakha: sure.. np | 18:27 |
*** viks____ has quit IRC | 18:55 | |
openstackgerrit | Victor Coutellier proposed openstack/oslo.limit master: Allow configuration per service and region name https://review.opendev.org/726929 | 19:07 |
openstackgerrit | Victor Coutellier proposed openstack/oslo.limit master: Allow configuration per service and region name https://review.opendev.org/726929 | 19:08 |
openstackgerrit | Victor Coutellier proposed openstack/oslo.limit master: Add user guide about how to add a new service https://review.opendev.org/726930 | 19:12 |
openstackgerrit | Victor Coutellier proposed openstack/oslo.limit master: Add user guide about how to add a new service https://review.opendev.org/726930 | 19:14 |
*** Abhishek has quit IRC | 19:28 | |
*** gshippey has quit IRC | 19:28 | |
*** kmalloc has quit IRC | 19:31 | |
*** donnyd has joined #openstack-keystone | 19:35 | |
donnyd | I am hoping someone can help me understand how application credentials work | 19:35 |
donnyd | when I try to use them with openstackclient - I get this error back ```Error authenticating with application credential: Application credentials cannot request a scope``` | 19:35 |
*** jmlowe has quit IRC | 19:42 | |
*** jmlowe has joined #openstack-keystone | 19:46 | |
cmurphy | donnyd: it is saying you are setting project_id or project_name in your openrc/clouds.yaml, but application credentials already have a project set in them, so you don't need to set it explicitly | 19:49 |
cmurphy | and instead of doing the work of comparing what you set in your environment to what's set in the app cred, it just rejects it | 19:49 |
donnyd | ah - I c | 19:51 |
donnyd | Just tried it on a clean box and it works fine | 19:51 |
donnyd | this is a layer 8 problem - thanks for the quick answer cmurphy | 19:51 |
cmurphy | no problem | 19:52 |
*** vishakha has quit IRC | 20:47 | |
*** xek has quit IRC | 20:59 | |
*** awalende has quit IRC | 21:05 | |
*** awalende has joined #openstack-keystone | 21:06 | |
*** awalende has quit IRC | 21:10 | |
*** raildo has quit IRC | 21:17 | |
*** raildo has joined #openstack-keystone | 21:17 | |
*** raildo has quit IRC | 21:39 | |
*** kmalloc has joined #openstack-keystone | 22:46 | |
*** tkajinam has joined #openstack-keystone | 22:55 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!