summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJaewoo Park <jp655p@att.com>2017-09-11 10:55:53 -0700
committerJaewoo Park <jp655p@att.com>2017-09-11 11:03:11 -0700
commita8616e97e064735a005f7f5d76fef3bed2460484 (patch)
tree53710fd1dc1b12b5cc2dac81aec1c95348fb54b8 /doc
parentcd598a4f839bdd58722240f6a30b992af2ebbe69 (diff)
downloadkeystonemiddleware-a8616e97e064735a005f7f5d76fef3bed2460484.tar.gz
Update config docs to reflect non-deprecated methods
Changed the keystone_authtoken part of the config docs so that it advertises the use of identity_uri over the deprecated auth_protocol, auth_port, auth_host Change-Id: Ia1351a83abed30f2680c2ce3a074028bd95158fb Closes-Bug: 1679238
Diffstat (limited to 'doc')
-rw-r--r--doc/source/middlewarearchitecture.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/source/middlewarearchitecture.rst b/doc/source/middlewarearchitecture.rst
index 2df21eb..61882c1 100644
--- a/doc/source/middlewarearchitecture.rst
+++ b/doc/source/middlewarearchitecture.rst
@@ -152,9 +152,7 @@ and set in ``nova.conf``:
auth_strategy=keystone
[keystone_authtoken]
- auth_host = 127.0.0.1
- auth_port = 35357
- auth_protocol = http
+ identity_uri = http://127.0.0.1:35357
admin_user = admin
admin_password = SuperSekretPassword
admin_tenant_name = service