summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNguyen Van Duc <ducnv@vn.fujitsu.com>2018-07-20 13:52:35 +0700
committerNguyen Van Duc <ducnv@vn.fujitsu.com>2018-07-20 13:57:04 +0700
commit94058477c9fa0b019317356a02b74a16ea4e76cc (patch)
treecc2a1bb6a0a5d1ce9b67d358995c062e30454036 /doc
parent30c8aec6bf872843ae0ceeb2401c4d048864b2a6 (diff)
downloadkeystonemiddleware-94058477c9fa0b019317356a02b74a16ea4e76cc.tar.gz
Replace port 35357 with 5000
With Keystone v3, the admin (35357) and public (5000) ports are the same and use the same keystone code paths for authentication. This patch set replace 35357 and only uses port 5000 Change-Id: I596e3a2b29b2954bf7caef6f9408d9b2b4e890ee
Diffstat (limited to 'doc')
-rw-r--r--doc/source/middlewarearchitecture.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/middlewarearchitecture.rst b/doc/source/middlewarearchitecture.rst
index b613805..0b45ea7 100644
--- a/doc/source/middlewarearchitecture.rst
+++ b/doc/source/middlewarearchitecture.rst
@@ -152,7 +152,7 @@ and set in ``nova.conf``:
auth_strategy=keystone
[keystone_authtoken]
- identity_uri = http://127.0.0.1:35357
+ identity_uri = http://127.0.0.1:5000
admin_user = admin
admin_password = SuperSekretPassword
admin_tenant_name = service
@@ -174,7 +174,7 @@ when ``auth_plugin`` is set to ``password``.
user_domain_name = Default
username = nova
password = ServicePassword
- auth_url = http://127.0.0.1:35357
+ 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