From 94058477c9fa0b019317356a02b74a16ea4e76cc Mon Sep 17 00:00:00 2001 From: Nguyen Van Duc Date: Fri, 20 Jul 2018 13:52:35 +0700 Subject: [PATCH] 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 --- doc/source/middlewarearchitecture.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/middlewarearchitecture.rst b/doc/source/middlewarearchitecture.rst index b6138055..0b45ea7c 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