Comment 12 for bug 1850656

Revision history for this message
Niklas Hagman (blinkiz) wrote :

A bug ticket has been open against openstacksdk. https://storyboard.openstack.org/#!/story/2006839

openstacksdk: https://opendev.org/openstack/openstacksdk/src/branch/master/openstack/cloud/openstackcloud.py
keystoneauth1: https://opendev.org/openstack/keystoneauth/src/branch/master/keystoneauth1/identity/v3/base.py
python project openstacksdk is using python project keystoneauth1 for authentication.

Openstacksdk is using keystoneauth1. keystoneauth1 can handle the argument 'system_scope' with value 'all'. Problem is that this is lost somehow along the path to keystoneauth1 from kolla-ansible and it's 'openstack_auth' setting. Maybe kolla-ansible is calling the wrong function/class in openstacksdk. Maybe openstacksdk is calling wrong function/class in keystoneauth1.