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
This commit is contained in:
David Olorundare 2018-11-05 09:08:56 -06:00
parent 782729b6e9
commit 67fc715838
1 changed files with 1 additions and 1 deletions

View File

@ -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