Use 'Default' as sample install domain name

The Glance install guide suggests using 'default' as the
user_domain_name and project_domain_name, whereas the Keystone
install guide, which people would be consulting earlier, instructs
the installer to use 'Default'.  Since the name is case-sensitive,
this is causing problems for first-time installers of OpenStack.

Change-Id: Iade47bcd69b7a2a99b990885a0270c962de282a1
Closes-bug: #1747181
This commit is contained in:
Brian Rosmaita 2018-04-07 18:02:25 -04:00
parent 67d35f6166
commit 57310ad88f
4 changed files with 16 additions and 16 deletions

View File

@ -213,8 +213,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 = glance
password = GLANCE_PASS
@ -278,8 +278,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 = glance
password = GLANCE_PASS

View File

@ -227,8 +227,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 = glance
password = GLANCE_PASS
@ -292,8 +292,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 = glance
password = GLANCE_PASS

View File

@ -213,8 +213,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 = glance
password = GLANCE_PASS
@ -278,8 +278,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 = glance
password = GLANCE_PASS

View File

@ -213,8 +213,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 = glance
password = GLANCE_PASS
@ -278,8 +278,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 = glance
password = GLANCE_PASS