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:
@@ -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
4
doc/source/install/install-obs.rst
Executable file → Normal 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
4
doc/source/install/install-rdo.rst
Executable file → Normal 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
4
doc/source/install/install-ubuntu.rst
Executable file → Normal 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
|
||||
|
||||
Reference in New Issue
Block a user