Fix documentation for missing auth_url.
Add the various sections in the documentation to fix missing auth_url errors. Change-Id: If9beca3a6dd79428b0ef2195eafc277fb5586394 Closes-Bug: #1686617
This commit is contained in:
parent
deaa99a797
commit
69a9a04ae3
@ -81,6 +81,27 @@ Install and configure components
|
||||
Replace ``ZUN_DBPASS`` with the password you chose for
|
||||
the zun database.
|
||||
|
||||
* In the ``[keystone_auth]`` section, configure
|
||||
Identity service access:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
[keystone_auth]
|
||||
memcached_servers = controller:11211
|
||||
auth_uri = http://controller:5000
|
||||
project_domain_name = default
|
||||
project_name = service
|
||||
user_domain_name = default
|
||||
password = ZUN_PASS
|
||||
username = zun
|
||||
auth_url = http://controller:35357
|
||||
auth_type = password
|
||||
auth_version = v3
|
||||
auth_protocol = http
|
||||
service_token_roles_required = True
|
||||
endpoint_type = internalURL
|
||||
|
||||
|
||||
* In the ``[keystone_authtoken]`` section, configure
|
||||
Identity service access:
|
||||
|
||||
|
@ -230,6 +230,27 @@ Install and configure components
|
||||
Replace ``ZUN_DBPASS`` with the password you chose for
|
||||
the zun database.
|
||||
|
||||
* In the ``[keystone_auth]`` section, configure
|
||||
Identity service access:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
[keystone_auth]
|
||||
memcached_servers = controller:11211
|
||||
auth_uri = http://controller:5000
|
||||
project_domain_name = default
|
||||
project_name = service
|
||||
user_domain_name = default
|
||||
password = ZUN_PASS
|
||||
username = zun
|
||||
auth_url = http://controller:35357
|
||||
auth_type = password
|
||||
auth_version = v3
|
||||
auth_protocol = http
|
||||
service_token_roles_required = True
|
||||
endpoint_type = internalURL
|
||||
|
||||
|
||||
* In the ``[keystone_authtoken]`` section, configure
|
||||
Identity service access:
|
||||
|
||||
@ -246,6 +267,10 @@ Install and configure components
|
||||
username = zun
|
||||
auth_url = http://controller:35357
|
||||
auth_type = password
|
||||
auth_version = v3
|
||||
auth_protocol = http
|
||||
service_token_roles_required = True
|
||||
endpoint_type = internalURL
|
||||
|
||||
Replace ZUN_PASS with the password you chose for the zun user in the
|
||||
Identity service.
|
||||
|
Loading…
Reference in New Issue
Block a user