Use 'Default' as the value of domain name in install guide

The Manila install guide use default in some place as the value of
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.

Ref: https://bugs.launchpad.net/keystone/+bug/1229093

Change-Id: I1cf4345abd3ae8923f8d1fbd0706737494745d84
Closes-bug: #1766475
This commit is contained in:
junboli 2018-04-23 21:20:40 +08:00
parent dd78fc3e10
commit 7a7fa2c063
1 changed files with 6 additions and 6 deletions

View File

@ -31,8 +31,8 @@ Configure components
auth_url = http://controller:35357
memcached_servers = controller:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_domain_name = Default
user_domain_name = Default
region_name = RegionOne
project_name = service
username = neutron
@ -44,8 +44,8 @@ Configure components
auth_url = http://controller:35357
memcached_servers = controller:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_domain_name = Default
user_domain_name = Default
region_name = RegionOne
project_name = service
username = nova
@ -57,8 +57,8 @@ Configure components
auth_url = http://controller:35357
memcached_servers = controller:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_domain_name = Default
user_domain_name = Default
region_name = RegionOne
project_name = service
username = cinder