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 to follow that.

Change-Id: I1dadd202742a88d80978065f0501b668e859793c
Closes-bug: #1754104
This commit is contained in:
junboli 2018-05-01 00:32:37 +08:00
parent f366967969
commit 626cb78c96
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@
...
memcached_servers = controller:11211
www_authenticate_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
www_authenticate_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
www_authenticate_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