Skip to content

Commit

Permalink
tempest: set admin_system = all (#200)
Browse files Browse the repository at this point in the history
The system scope on which an admin user has an admin role
assignment, if any. Valid values are 'all' or None. This must be set
to 'all' if using the [oslo_policy]/enforce_scope=true option for
the identity service. (string value)

Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Dec 17, 2024
1 parent 2e5d488 commit 846958b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/tempest/templates/tempest.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ admin_username = {{ tempest_admin_username }}
admin_password = {{ tempest_admin_password }}
admin_project_name = {{ tempest_admin_project_name }}
admin_domain_name = {{ tempest_admin_domain_name }}
admin_system = all

{% if tempest_enable_nova | bool -%}
[compute]
Expand Down

0 comments on commit 846958b

Please sign in to comment.