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:
Takashi Kajinami 2025-01-07 01:47:00 +09:00
parent de8fe770b0
commit 674814214b
4 changed files with 12 additions and 12 deletions

View File

@ -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]
...

View File

@ -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]
...

View File

@ -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]
...

View File

@ -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]
...