Update auth_url in install docs

Beginning with the Queens release, the keystone install guide
recommends running all interfaces on the same port.  This patch
updates the glance install guide to reflect that change.

Closes-bug: #1754104

Change-Id: I6134097f4ec78bf34a03f3ce6d8564bd324eb1b3
This commit is contained in:
Brian Rosmaita 2018-04-04 17:08:38 -04:00
parent 210f5cc4d3
commit 7dfce42027
4 changed files with 8 additions and 8 deletions

View File

@ -210,7 +210,7 @@ Install and configure components
[keystone_authtoken]
# ...
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
@ -275,7 +275,7 @@ Install and configure components
[keystone_authtoken]
# ...
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

4
doc/source/install/install-obs.rst Executable file → Normal file
View File

@ -224,7 +224,7 @@ Install and configure components
[keystone_authtoken]
# ...
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
@ -289,7 +289,7 @@ Install and configure components
[keystone_authtoken]
# ...
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

4
doc/source/install/install-rdo.rst Executable file → Normal file
View File

@ -210,7 +210,7 @@ Install and configure components
[keystone_authtoken]
# ...
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
@ -275,7 +275,7 @@ Install and configure components
[keystone_authtoken]
# ...
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

4
doc/source/install/install-ubuntu.rst Executable file → Normal file
View File

@ -210,7 +210,7 @@ Install and configure components
[keystone_authtoken]
# ...
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
@ -275,7 +275,7 @@ Install and configure components
[keystone_authtoken]
# ...
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