Merge "Update auth_url value in install docs" into stable/queens

This commit is contained in:
Zuul 2018-05-11 14:05:11 +00:00 committed by Gerrit Code Review
commit 357f2114e5
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