Update doc with new option

`auth_uri` option is deprecated and changed to new option
`www_authenticate_uri` from group keystone_authtoken

please follow below link for reference
https://review.openstack.org/#/c/508522/

Change-Id: I8daa645ff1afab9ca643de2c3beb4d757007b514
This commit is contained in:
confi-surya 2018-04-09 17:55:21 +09:00 committed by Surya Prakash (spsurya)
parent e65781e679
commit 79374fbfba

View File

@ -94,7 +94,7 @@ implies to create a ``global.conf`` file with the following content:
.. code-block:: ini
[keystone_authtoken]
auth_uri = {{ keystone_internal_url }}
www_authenticate_uri = {{ keystone_internal_url }}
auth_url = {{ keystone_admin_url }}
.. end
@ -117,14 +117,14 @@ directory, a ``heat.conf`` file with below content:
.. code-block:: ini
[trustee]
auth_uri = {{ keystone_internal_url }}
www_authenticate_uri = {{ keystone_internal_url }}
auth_url = {{ keystone_internal_url }}
[ec2authtoken]
auth_uri = {{ keystone_internal_url }}
www_authenticate_uri = {{ keystone_internal_url }}
[clients_keystone]
auth_uri = {{ keystone_internal_url }}
www_authenticate_uri = {{ keystone_internal_url }}
.. end