Skip to content

Commit

Permalink
Fix old default domain name
Browse files Browse the repository at this point in the history
Current keystone creates the default domain with name "Default" and
id "default".

Change-Id: Ib8525d1b5505a1c4ef11a9d01f5797cd462c78db
  • Loading branch information
kajinamit committed Jan 6, 2025
1 parent de8fe77 commit 6748142
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions doc/source/install/install-debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
...
Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/install-obs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
...
Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/install-rdo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
...
Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/install-ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
...
Expand Down

0 comments on commit 6748142

Please sign in to comment.