89e1660be36a06eb689ae7821693a538013642b7
The get_undercloud_keystone_session function was mistakenly using the get_keystone_scope function. The get_keystone_scope function is only for use with the overcloud. Use of the get_keystone_scope function mistakenly caused undercloud authentication to mix overcloud authentication. We would only see this when the overcloud is Liberty because only liberty uses scope=DOMAIN with keystone v3.
ZAZA
A Python3-only functional test framework for OpenStack Charms.
Source code: https://github.com/openstack-charmers/zaza
Bug reports: https://github.com/openstack-charmers/zaza/issues
Documentation: https://zaza.readthedocs.io/en/latest/
Execute Python Unit Tests
tox -e py3
Execute Python PEP-8 Tests
tox -e pep8
Build the Docs
tox -e docs
Description
Languages
Python
99.6%
Jinja
0.4%