Merge "Improve domain support"
This commit is contained in:
2 changed files with 3 additions and 2 deletions
@@ -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"
@@ -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
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.