summaryrefslogtreecommitdiff
path: root/keystonemiddleware
diff options
context:
space:
mode:
authorDavid Olorundare <david.o@ieee.org>2018-11-05 09:08:56 -0600
committerDavid Olorundare <david.o@ieee.org>2018-11-05 09:08:56 -0600
commit67fc7158381ae17fa82ab2f4796edb4975489a16 (patch)
tree57ff89df61d7dcdefc3cd77cb771731eb4e2b391 /keystonemiddleware
parent782729b6e98c1d2857c7e4f24bb69219e43c108f (diff)
downloadkeystonemiddleware-67fc7158381ae17fa82ab2f4796edb4975489a16.tar.gz
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
Diffstat (limited to 'keystonemiddleware')
-rw-r--r--keystonemiddleware/auth_token/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystonemiddleware/auth_token/__init__.py b/keystonemiddleware/auth_token/__init__.py
index 003f14e..9abb6f6 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