summaryrefslogtreecommitdiff
path: root/doc/source/install/compute-install-rdo.rst
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2018-04-19 15:43:35 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2018-04-19 15:50:33 -0400
commit698630e1a432aa1f292fabe8d738a2f5867f73fe (patch)
treeb04a0f9f8eda6c3644e168e7be69f47694f6054f /doc/source/install/compute-install-rdo.rst
parent0e48e7b1d2ee914152958d10f9725aa86daafbb6 (diff)
downloadnova-698630e1a432aa1f292fabe8d738a2f5867f73fe.tar.gz
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
Diffstat (limited to 'doc/source/install/compute-install-rdo.rst')
-rw-r--r--doc/source/install/compute-install-rdo.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/source/install/compute-install-rdo.rst b/doc/source/install/compute-install-rdo.rst
index b86a843f5c..35bdf42043 100644
--- a/doc/source/install/compute-install-rdo.rst
+++ b/doc/source/install/compute-install-rdo.rst
@@ -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