*** slaweq has joined #openstack-sdks | 00:11 | |
*** slaweq has quit IRC | 00:16 | |
mordred | mnaser: yeah - I think that's what we've got | 00:31 |
---|---|---|
*** mriedem has quit IRC | 00:44 | |
*** yoctozepto has quit IRC | 00:53 | |
*** yoctozepto has joined #openstack-sdks | 00:54 | |
*** yoctozepto has quit IRC | 01:05 | |
*** yoctozepto has joined #openstack-sdks | 01:06 | |
*** gtema has joined #openstack-sdks | 02:07 | |
*** slaweq has joined #openstack-sdks | 02:11 | |
*** gtema has quit IRC | 02:11 | |
*** slaweq has quit IRC | 02:16 | |
*** slaweq has joined #openstack-sdks | 04:11 | |
*** slaweq has quit IRC | 04:16 | |
*** slaweq has joined #openstack-sdks | 05:26 | |
*** Luzi has joined #openstack-sdks | 05:42 | |
openstackgerrit | Bin Lu proposed openstack/python-openstackclient master: add optional argument metric to set metric for routes https://review.opendev.org/637658 | 06:35 |
openstackgerrit | Bin Lu proposed openstack/python-openstackclient master: add optional argument metric to set metric for routes https://review.opendev.org/637658 | 06:48 |
*** gtema has joined #openstack-sdks | 07:30 | |
*** jpena|off is now known as jpena | 07:46 | |
*** tosky has joined #openstack-sdks | 07:52 | |
*** gtema_ has joined #openstack-sdks | 08:04 | |
*** gtema has quit IRC | 08:06 | |
*** adriant has quit IRC | 08:08 | |
*** ralonsoh has joined #openstack-sdks | 08:14 | |
*** tosky has quit IRC | 08:32 | |
*** tosky has joined #openstack-sdks | 08:37 | |
*** dtantsur|afk is now known as dtantsur | 08:48 | |
*** jpich has joined #openstack-sdks | 09:00 | |
*** Luzi has quit IRC | 09:08 | |
*** Luzi has joined #openstack-sdks | 09:23 | |
*** irclogbot_0 has quit IRC | 09:39 | |
*** irclogbot_1 has joined #openstack-sdks | 09:41 | |
*** tosky has quit IRC | 09:41 | |
*** tosky has joined #openstack-sdks | 09:42 | |
*** jpich has quit IRC | 09:48 | |
*** jpich has joined #openstack-sdks | 09:48 | |
*** tosky_ has joined #openstack-sdks | 09:52 | |
*** tosky has quit IRC | 09:54 | |
*** tosky has joined #openstack-sdks | 09:58 | |
*** tosky_ has quit IRC | 10:01 | |
*** tosky_ has joined #openstack-sdks | 10:05 | |
*** tosky has quit IRC | 10:08 | |
*** tosky has joined #openstack-sdks | 10:14 | |
*** tosky_ has quit IRC | 10:17 | |
*** tosky_ has joined #openstack-sdks | 10:21 | |
*** tosky has quit IRC | 10:24 | |
*** tosky has joined #openstack-sdks | 10:34 | |
*** tosky_ has quit IRC | 10:36 | |
*** tosky_ has joined #openstack-sdks | 10:43 | |
*** tosky has quit IRC | 10:45 | |
*** tosky_ has quit IRC | 10:46 | |
*** tosky has joined #openstack-sdks | 10:46 | |
*** cdent has joined #openstack-sdks | 11:01 | |
*** tosky has quit IRC | 11:01 | |
*** tosky has joined #openstack-sdks | 11:01 | |
*** tosky_ has joined #openstack-sdks | 11:05 | |
*** tosky has quit IRC | 11:06 | |
*** tosky_ has quit IRC | 11:09 | |
*** tosky has joined #openstack-sdks | 11:09 | |
*** tosky has quit IRC | 11:17 | |
*** tosky has joined #openstack-sdks | 11:23 | |
*** gtema_ has quit IRC | 11:37 | |
*** tosky_ has joined #openstack-sdks | 11:47 | |
*** gtema has joined #openstack-sdks | 11:48 | |
*** tosky has quit IRC | 11:49 | |
*** tosky has joined #openstack-sdks | 11:50 | |
*** tosky_ has quit IRC | 11:53 | |
*** gtema has quit IRC | 11:58 | |
*** gtema has joined #openstack-sdks | 12:00 | |
*** Blinkiz has joined #openstack-sdks | 12:16 | |
*** dave-mccowan has joined #openstack-sdks | 12:21 | |
*** jpena is now known as jpena|lunch | 12:26 | |
*** openstackgerrit has quit IRC | 12:41 | |
*** efried has quit IRC | 12:42 | |
*** efried has joined #openstack-sdks | 12:49 | |
*** efried has quit IRC | 13:05 | |
Blinkiz | How can I connect to cloud and become role:admin and system_scope:all which is needed if am running with [oslo_policy]/enforce_scope=true? | 13:13 |
Blinkiz | https://storyboard.openstack.org/#!/story/2006839 | 13:13 |
*** jpena|lunch is now known as jpena | 13:27 | |
*** mriedem has joined #openstack-sdks | 13:37 | |
frickler | Blinkiz: there was some discussion about this here a couple of days ago. IIUC the conclusion was that better support for that was needed in the sdk, but you should be able to set up a dedicated clouds.yaml entry with the required parameters | 13:42 |
Blinkiz | frickler: hello frickler, thanks for answering. How would that clouds.yaml look like? Am guessing the examples here do not apply because they all defining domain. https://docs.openstack.org/openstacksdk/latest/user/guides/connect_from_config.html | 13:46 |
Blinkiz | define | 13:46 |
*** jangutter has quit IRC | 13:48 | |
*** efried has joined #openstack-sdks | 13:50 | |
frickler | Blinkiz: seems you just add "system_scope: all" to the auth section and drop all domain parameters | 13:52 |
Blinkiz | frickler: Okay. Can you please help me find where this is defined in source code for openstacksdk? Am trying to get deeper knowledge how it works so it would help | 13:55 |
gtema | it is spread between SDK and Keystoneauth1 | 13:55 |
Blinkiz | oh, I see. Yeah, of course. | 13:58 |
frickler | iiuc this is the code that handles the different scoping options https://opendev.org/openstack/keystoneauth/src/branch/master/keystoneauth1/identity/v3/base.py#L148-L166 | 13:59 |
*** Luzi has quit IRC | 14:00 | |
*** efried has quit IRC | 14:07 | |
*** efried has joined #openstack-sdks | 14:11 | |
*** efried has quit IRC | 14:43 | |
*** goldyfruit has joined #openstack-sdks | 14:44 | |
*** tosky_ has joined #openstack-sdks | 15:00 | |
*** tosky has quit IRC | 15:00 | |
*** efried has joined #openstack-sdks | 15:00 | |
*** tosky_ is now known as tosky | 15:01 | |
*** tosky has quit IRC | 15:31 | |
*** tosky has joined #openstack-sdks | 15:32 | |
*** jpich has quit IRC | 15:51 | |
*** jpich has joined #openstack-sdks | 15:52 | |
*** also_stingrayza is now known as stingrayza | 15:54 | |
*** gtema has quit IRC | 16:25 | |
*** jpena is now known as jpena|off | 16:46 | |
*** dtantsur is now known as dtantsur|afk | 17:02 | |
*** jpich has quit IRC | 17:14 | |
*** cdent has quit IRC | 17:43 | |
*** gtema has joined #openstack-sdks | 18:25 | |
*** gtema has quit IRC | 18:30 | |
*** ralonsoh has quit IRC | 18:34 | |
*** slaweq has quit IRC | 20:47 | |
*** slaweq has joined #openstack-sdks | 22:11 | |
*** mriedem has quit IRC | 22:12 | |
*** slaweq has quit IRC | 22:15 | |
*** adriant has joined #openstack-sdks | 22:41 | |
*** slaweq has joined #openstack-sdks | 22:46 | |
*** goldyfruit has quit IRC | 23:28 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!