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>`_. <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 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 in /etc/magnum/magnum.conf). Make sure 'trustee_*' and 'www_authenticate_uri'
their values are correct: are set and their values are correct:
[keystone_authtoken] [keystone_authtoken]
auth_uri = http://controller:5000/v3 www_authenticate_uri = http://controller:5000/v3
... ...
[trust] [trust]

View File

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