Merge "Improve domain support"

This commit is contained in:
Zuul
2022年05月03日 18:32:56 +00:00
committed by Gerrit Code Review

View File

@@ -339,7 +339,7 @@ tempest_tempest_conf_overrides: {}
tempest_cloud_name:"default"
## The name of domain from clouds.yaml
tempest_domain_name:"default"
tempest_domain_name:"Default"
## The name of interface from clouds.yaml
tempest_interface_name:"internal"

View File

@@ -12,7 +12,8 @@ use_dynamic_credentials = False
test_accounts_file = {{ tempest_test_accounts_file_path }}
{% else %}
use_dynamic_credentials = True
admin_domain_name = Default
default_credentials_domain_name = {{ tempest_domain_name }}
admin_domain_name = {{ tempest_domain_name }}
admin_username = {{ keystone_admin_user_name }}
admin_project_name = {{ keystone_admin_tenant_name }}
admin_password = {{ keystone_auth_admin_password }}
Reference in New Issue
openstack/openstack-ansible-os_tempest
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.