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
(cherry picked from commit 698630e1a4)
This commit is contained in:
Matt Riedemann 2018-04-19 15:43:35 -04:00
parent bf0a069773
commit 056000230a
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
@ -179,7 +178,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
@ -170,7 +169,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
@ -167,7 +166,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

@ -327,8 +327,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
@ -415,7 +414,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

@ -317,8 +317,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
@ -405,7 +404,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

@ -307,8 +307,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
@ -398,7 +397,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