Fix old default domain name
Current keystone creates the default domain with name "Default" and id "default". Change-Id: Ib8525d1b5505a1c4ef11a9d01f5797cd462c78db
This commit is contained in:
@@ -359,8 +359,8 @@ Install and configure components
|
||||
auth_url = http://controller:5000
|
||||
memcached_servers = controller:11211
|
||||
auth_type = password
|
||||
project_domain_name = default
|
||||
user_domain_name = default
|
||||
project_domain_name = Default
|
||||
user_domain_name = Default
|
||||
project_name = service
|
||||
username = heat
|
||||
password = HEAT_PASS
|
||||
@@ -371,7 +371,7 @@ Install and configure components
|
||||
auth_url = http://controller:5000
|
||||
username = heat
|
||||
password = HEAT_PASS
|
||||
user_domain_name = default
|
||||
user_domain_name = Default
|
||||
|
||||
[clients_keystone]
|
||||
...
|
||||
|
@@ -360,8 +360,8 @@ Install and configure components
|
||||
auth_url = http://controller:5000
|
||||
memcached_servers = controller:11211
|
||||
auth_type = password
|
||||
project_domain_name = default
|
||||
user_domain_name = default
|
||||
project_domain_name = Default
|
||||
user_domain_name = Default
|
||||
project_name = service
|
||||
username = heat
|
||||
password = HEAT_PASS
|
||||
@@ -372,7 +372,7 @@ Install and configure components
|
||||
auth_url = http://controller:5000
|
||||
username = heat
|
||||
password = HEAT_PASS
|
||||
user_domain_name = default
|
||||
user_domain_name = Default
|
||||
|
||||
[clients_keystone]
|
||||
...
|
||||
|
@@ -370,8 +370,8 @@ Install and configure components
|
||||
auth_url = http://controller:5000
|
||||
memcached_servers = controller:11211
|
||||
auth_type = password
|
||||
project_domain_name = default
|
||||
user_domain_name = default
|
||||
project_domain_name = Default
|
||||
user_domain_name = Default
|
||||
project_name = service
|
||||
username = heat
|
||||
password = HEAT_PASS
|
||||
@@ -382,7 +382,7 @@ Install and configure components
|
||||
auth_url = http://controller:5000
|
||||
username = heat
|
||||
password = HEAT_PASS
|
||||
user_domain_name = default
|
||||
user_domain_name = Default
|
||||
|
||||
[clients_keystone]
|
||||
...
|
||||
|
@@ -359,8 +359,8 @@ Install and configure components
|
||||
auth_url = http://controller:5000
|
||||
memcached_servers = controller:11211
|
||||
auth_type = password
|
||||
project_domain_name = default
|
||||
user_domain_name = default
|
||||
project_domain_name = Default
|
||||
user_domain_name = Default
|
||||
project_name = service
|
||||
username = heat
|
||||
password = HEAT_PASS
|
||||
@@ -371,7 +371,7 @@ Install and configure components
|
||||
auth_url = http://controller:5000
|
||||
username = heat
|
||||
password = HEAT_PASS
|
||||
user_domain_name = default
|
||||
user_domain_name = Default
|
||||
|
||||
[clients_keystone]
|
||||
...
|
||||
|
Reference in New Issue
Block a user