Update auth_url value in install docs

Follow the keystone install guide by using port 5000 as the default
auth_url, this change is to update manila install guide on the version
of Queens.

Change-Id: I8862e2906d0a1eb6f5b900205b39456f6543c14c
Closes-bug: #1754104
This commit is contained in:
liuyamin 2018-05-10 20:33:21 +08:00
parent b1682a7902
commit bd6c800f8f
3 changed files with 5 additions and 5 deletions

View File

@ -47,7 +47,7 @@
...
memcached_servers = controller:11211
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_url = http://controller:5000
auth_type = password
project_domain_name = Default
user_domain_name = Default

View File

@ -28,7 +28,7 @@ Configure components
...
url = http://controller:9696
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_url = http://controller:5000
memcached_servers = controller:11211
auth_type = password
project_domain_name = default
@ -41,7 +41,7 @@ Configure components
[nova]
...
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_url = http://controller:5000
memcached_servers = controller:11211
auth_type = password
project_domain_name = default
@ -54,7 +54,7 @@ Configure components
[cinder]
...
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_url = http://controller:5000
memcached_servers = controller:11211
auth_type = password
project_domain_name = default

View File

@ -44,7 +44,7 @@
...
memcached_servers = controller:11211
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_url = http://controller:5000
auth_type = password
project_domain_name = Default
user_domain_name = Default