From 67fc7158381ae17fa82ab2f4796edb4975489a16 Mon Sep 17 00:00:00 2001 From: David Olorundare Date: Mon, 5 Nov 2018 09:08:56 -0600 Subject: [PATCH] Documentation Fix - auth_url Port Number Made a small fix to the documentation - replacing the current auth_url port number 35357, in the configuration section of the [keystone_authtoken], with 5000. This was based on an online conversation with Colleen; with the removal of the v2 API from keystone the project now recommends use of port 5000 instead of the previous one. Change-Id: I750a4d0e75e0b919fd00ddf21c0e7ce62d495f95 --- keystonemiddleware/auth_token/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystonemiddleware/auth_token/__init__.py b/keystonemiddleware/auth_token/__init__.py index 003f14e6..9abb6f66 100644 --- a/keystonemiddleware/auth_token/__init__.py +++ b/keystonemiddleware/auth_token/__init__.py @@ -195,7 +195,7 @@ configuration file, e.g. in ``nova.conf``: [keystone_authtoken] auth_plugin = password - auth_url = http://keystone:35357/ + auth_url = http://keystone:5000/ username = nova user_domain_id = default password = whyarewestillusingpasswords