Update docs for [keystone_authtoken] changes since Queens

The auth_uri option was deprecated and renamed in Queens:

  I0cf11da3d395749df28077427689fdafc8a6b981

The auth_uri option is also no longer necessary, at least
for the purpose of the nova install guide, since all identity
service requests can be served through the single auth_url.

This change removes auth_uri usage and also updates the
auth_url value to match what is in the keystone install
guide:

https://docs.openstack.org/keystone/queens/install/keystone-install-ubuntu.html

Change-Id: Iff332890cbe1ba5b3876874e351b09c377d8dd5d
Closes-Bug: #1765144
This commit is contained in:
Matt Riedemann
2018-04-19 15:43:35 -04:00
parent 0e48e7b1d2
commit 698630e1a4
6 changed files with 12 additions and 18 deletions

View File

@@ -74,8 +74,7 @@ Install and configure components
[keystone_authtoken]
# ...
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_url = http://controller:5000/v3
memcached_servers = controller:11211
auth_type = password
project_domain_name = default
@@ -184,7 +183,7 @@ Install and configure components
project_name = service
auth_type = password
user_domain_name = Default
auth_url = http://controller:35357/v3
auth_url = http://controller:5000/v3
username = placement
password = PLACEMENT_PASS

View File

@@ -66,8 +66,7 @@ Install and configure components
[keystone_authtoken]
# ...
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_url = http://controller:5000/v3
memcached_servers = controller:11211
auth_type = password
project_domain_name = default
@@ -175,7 +174,7 @@ Install and configure components
project_name = service
auth_type = password
user_domain_name = Default
auth_url = http://controller:35357/v3
auth_url = http://controller:5000/v3
username = placement
password = PLACEMENT_PASS

View File

@@ -56,8 +56,7 @@ Install and configure components
[keystone_authtoken]
# ...
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_url = http://controller:5000/v3
memcached_servers = controller:11211
auth_type = password
project_domain_name = default
@@ -172,7 +171,7 @@ Install and configure components
project_name = service
auth_type = password
user_domain_name = Default
auth_url = http://controller:35357/v3
auth_url = http://controller:5000/v3
username = placement
password = PLACEMENT_PASS

View File

@@ -335,8 +335,7 @@ Install and configure components
[keystone_authtoken]
# ...
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_url = http://controller:5000/v3
memcached_servers = controller:11211
auth_type = password
project_domain_name = default
@@ -428,7 +427,7 @@ Install and configure components
project_name = service
auth_type = password
user_domain_name = Default
auth_url = http://controller:35357/v3
auth_url = http://controller:5000/v3
username = placement
password = PLACEMENT_PASS

View File

@@ -325,8 +325,7 @@ Install and configure components
[keystone_authtoken]
# ...
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_url = http://controller:5000/v3
memcached_servers = controller:11211
auth_type = password
project_domain_name = default
@@ -418,7 +417,7 @@ Install and configure components
project_name = service
auth_type = password
user_domain_name = Default
auth_url = http://controller:35357/v3
auth_url = http://controller:5000/v3
username = placement
password = PLACEMENT_PASS

View File

@@ -315,8 +315,7 @@ Install and configure components
[keystone_authtoken]
# ...
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_url = http://controller:5000/v3
memcached_servers = controller:11211
auth_type = password
project_domain_name = default
@@ -411,7 +410,7 @@ Install and configure components
project_name = service
auth_type = password
user_domain_name = Default
auth_url = http://controller:35357/v3
auth_url = http://controller:5000/v3
username = placement
password = PLACEMENT_PASS