tempest/tempest/lib
Colleen Murphy cd0bbbdad3 Add system scope for admin auth
Keystone is moving away from using either project-scope or domain-scope
for the main cloud administrator user, and instead moving toward the
admin user having a role assignment on the "system" scope[1]. This will
mean that no particular project or domain is special, and instead the
cloud administrator scopes to the system in order to make
deployment-wide changes. Keystone has now migrated all of its policies
to understand system scope[2], and if a deployment sets
[oslo_policy]/enforce_scope=true in keystone.conf and uses the new
policies, an admin user scoped to the admin project will not be able to
create dynamic credentials for tempest.

This patch adds a new parameter ``[auth]/admin_system`` to indicate that
neither the ``admin_project`` or ``admin_domain`` parameters apply to
the admin user and that the user should instead authenticate with the
system scope. This also adds ``admin_user_domain_name`` so that the
admin user can be found in its domain (namespace) without setting
``domain_name``, and for completeness also adds
``admin_project_domain_name`` so that ``domain_name`` could be omitted
even if using project scope.

[1] http://specs.openstack.org/openstack/keystone-specs/specs/keystone/queens/system-scope.html
[2] https://bugs.launchpad.net/keystone/+bugs?field.status%3Alist=FIXRELEASED&field.tag=system-scope

Depends-on: https://review.opendev.org/739262

Change-Id: I840b273c37ca7cc4592c43813abfb424337e2836
2021-01-11 19:11:45 +00:00
..
api_schema Add tag in compute interfaces schema for microversion 2.70 2020-11-19 09:58:43 +08:00
cli Remove six.PY3/six.PY2 2020-11-10 09:54:35 +00:00
cmd [Trivial]Remove unused variables 2020-11-20 09:25:14 +08:00
common Add system scope for admin auth 2021-01-11 19:11:45 +00:00
services Add system scope for admin auth 2021-01-11 19:11:45 +00:00
__init__.py Migrate tempest-lib code into new lib dir 2016-02-23 14:15:04 -05:00
auth.py Add system scope for admin auth 2021-01-11 19:11:45 +00:00
base.py Add workaround to handle the testtool skip exception in CLI test 2019-10-12 01:40:29 +00:00
decorators.py Create documentation for tests 2020-09-02 09:46:00 +02:00
exceptions.py Merge "Prevent SSH client proxy loops" 2020-03-13 16:13:32 +00:00