Update keystone_authtoken config reference

The auth_uri parameter of keystonemiddleware was renamed to
'www_authenticate_uri'[1], so update the documentation accordingly.

[1] https://review.opendev.org/508522

Change-Id: I70b165a8170dc52b9e763d828b2f6d4ee6ced41d
This commit is contained in:
Colleen Murphy 2019-06-12 15:20:50 -07:00
parent bc5b236d59
commit 720f569444
2 changed files with 4 additions and 4 deletions

View File

@ -117,11 +117,11 @@ please refer
<https://opendev.org/openstack/magnum/src/branch/master/specs/create-trustee-user-for-each-bay.rst>`_.
If Magnum fails to create the trustee, check the magnum config file (usually
in /etc/magnum/magnum.conf). Make sure 'trustee_*' and 'auth_uri' are set and
their values are correct:
in /etc/magnum/magnum.conf). Make sure 'trustee_*' and 'www_authenticate_uri'
are set and their values are correct:
[keystone_authtoken]
auth_uri = http://controller:5000/v3
www_authenticate_uri = http://controller:5000/v3
...
[trust]

View File

@ -62,7 +62,7 @@
...
memcached_servers = controller:11211
auth_version = v3
auth_uri = http://controller:5000/v3
www_authenticate_uri = http://controller:5000/v3
project_domain_id = default
project_name = service
user_domain_id = default