summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-06-12 15:47:50 +0000
committerGerrit Code Review <review@openstack.org>2019-06-12 15:47:50 +0000
commit3e62d25dacb4282609d897f8a9cf08c3603b12d7 (patch)
tree3b6b3270b586c2d71e09e82d871920da70b45c7d /doc
parente93d078958047ebc15159224e2068acdd8e6b768 (diff)
parentf6037a3d50a80d8c2e0044c8f72d23dddb0d7203 (diff)
downloadkeystonemiddleware-3e62d25dacb4282609d897f8a9cf08c3603b12d7.tar.gz
Merge "Add a new option to choose the Identity endpoint"6.1.0
Diffstat (limited to 'doc')
-rw-r--r--doc/source/middlewarearchitecture.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/middlewarearchitecture.rst b/doc/source/middlewarearchitecture.rst
index bc1c504..123b841 100644
--- a/doc/source/middlewarearchitecture.rst
+++ b/doc/source/middlewarearchitecture.rst
@@ -174,11 +174,12 @@ when ``auth_plugin`` is set to ``password``.
user_domain_name = Default
username = nova
password = ServicePassword
+ interface = public
auth_url = http://127.0.0.1:5000
# Any of the options that could be set in api-paste.ini can be set here.
If using an ``auth_plugin``, connection to the Identity service will be
-established on the ``admin`` interface as registered in the service catalog.
+established on the ``interface`` as registered in the service catalog.
In the case where you are using an ``auth_plugin`` and have multiple regions,
also specify the ``region_name`` option to fetch the correct endpoint.