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:
parent
f366967969
commit
626cb78c96
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user