scenario001: use Default as Keystone default domain
Do not try to use another domain name for default domain. Let's validate our modules with default features and we will iterate later with specific use cases. Change-Id: Iaac6f0feb2ff3f8f35d1ee02309f3b3f01390e97
This commit is contained in:
parent
cc1b9c5db6
commit
5f2403df8f
@ -95,7 +95,6 @@ class { '::keystone':
|
||||
admin_token => 'admin_token',
|
||||
enabled => true,
|
||||
service_name => 'httpd',
|
||||
default_domain => 'default_domain',
|
||||
}
|
||||
include ::apache
|
||||
class { '::keystone::wsgi::apache':
|
||||
@ -454,7 +453,7 @@ class { '::tempest':
|
||||
admin_username => 'admin',
|
||||
admin_tenant_name => 'openstack',
|
||||
admin_password => 'a_big_secret',
|
||||
admin_domain_name => 'default_domain',
|
||||
admin_domain_name => 'Default',
|
||||
auth_version => 'v3',
|
||||
image_name => 'cirros',
|
||||
image_name_alt => 'cirros_alt',
|
||||
|
Loading…
Reference in New Issue
Block a user