Merge "Update keystone_authtoken config reference"

This commit is contained in:
Zuul 2019-08-01 08:25:20 +00:00 committed by Gerrit Code Review
commit b9557eabe1
2 changed files with 4 additions and 4 deletions

View File

@ -119,11 +119,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