Update auth_uri option to www_authenticate_uri

Option auth_uri from group keystone_authtoken is deprecated[1].
Use option www_authenticate_uri from group keystone_authtoken.

[1]https://review.openstack.org/#/c/508522/

Change-Id: I19a55c7e849dd47edff4d37a87a860ecc7e9ad27
This commit is contained in:
melissaml 2018-04-18 19:01:03 +08:00
parent 7786f398fe
commit 769d499670
11 changed files with 12 additions and 12 deletions

View File

@ -66,7 +66,7 @@ Once this is done, the user has to take the following steps and restart
are validated. are validated.
* ``cafile``: Path to a valid Certificate Authority (CA) certificate. * ``cafile``: Path to a valid Certificate Authority (CA) certificate.
Optional, the system CAs are used as default. Optional, the system CAs are used as default.
* ``auth_uri``: the unversioned public endpoint of the Identity service. * ``www_authenticate_uri``: the unversioned public endpoint of the Identity service.
The following is an example: The following is an example:
@ -86,7 +86,7 @@ Once this is done, the user has to take the following steps and restart
ipv6_ptr_zone_prefix_size = 116 ipv6_ptr_zone_prefix_size = 116
ptr_zone_email = admin@example.org ptr_zone_email = admin@example.org
cafile = /etc/ssl/certs/my_ca_cert cafile = /etc/ssl/certs/my_ca_cert
auth_uri = http://192.0.2.240:5000 www_authenticate_uri = http://192.0.2.240:5000
Once the ``neutron-server`` has been configured and restarted, users will have Once the ``neutron-server`` has been configured and restarted, users will have

View File

@ -169,7 +169,7 @@ Controller node
.. code-block:: ini .. code-block:: ini
[placement] [placement]
auth_uri = http://192.0.2.72/identity www_authenticate_uri = http://192.0.2.72/identity
project_domain_name = Default project_domain_name = Default
project_name = service project_name = service
user_domain_name = Default user_domain_name = Default

View File

@ -58,7 +58,7 @@ authentication mechanism, message queue, and plug-in.
[keystone_authtoken] [keystone_authtoken]
# ... # ...
auth_uri = http://controller:5000 www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357 auth_url = http://controller:35357
memcached_servers = controller:11211 memcached_servers = controller:11211
auth_type = password auth_type = password

View File

@ -61,7 +61,7 @@ authentication mechanism, message queue, and plug-in.
[keystone_authtoken] [keystone_authtoken]
# ... # ...
auth_uri = http://controller:5000 www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357 auth_url = http://controller:35357
memcached_servers = controller:11211 memcached_servers = controller:11211
auth_type = password auth_type = password

View File

@ -57,7 +57,7 @@ authentication mechanism, message queue, and plug-in.
[keystone_authtoken] [keystone_authtoken]
# ... # ...
auth_uri = http://controller:5000 www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357 auth_url = http://controller:35357
memcached_servers = controller:11211 memcached_servers = controller:11211
auth_type = password auth_type = password

View File

@ -87,7 +87,7 @@ and plug-in.
[keystone_authtoken] [keystone_authtoken]
# ... # ...
auth_uri = http://controller:5000 www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357 auth_url = http://controller:35357
memcached_servers = controller:11211 memcached_servers = controller:11211
auth_type = password auth_type = password

View File

@ -85,7 +85,7 @@ and plug-in.
[keystone_authtoken] [keystone_authtoken]
# ... # ...
auth_uri = http://controller:5000 www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357 auth_url = http://controller:35357
memcached_servers = controller:11211 memcached_servers = controller:11211
auth_type = password auth_type = password

View File

@ -86,7 +86,7 @@ and plug-in.
[keystone_authtoken] [keystone_authtoken]
# ... # ...
auth_uri = http://controller:5000 www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357 auth_url = http://controller:35357
memcached_servers = controller:11211 memcached_servers = controller:11211
auth_type = password auth_type = password

View File

@ -86,7 +86,7 @@ Configure the server component
[keystone_authtoken] [keystone_authtoken]
# ... # ...
auth_uri = http://controller:5000 www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357 auth_url = http://controller:35357
memcached_servers = controller:11211 memcached_servers = controller:11211
auth_type = password auth_type = password

View File

@ -84,7 +84,7 @@ Configure the server component
[keystone_authtoken] [keystone_authtoken]
# ... # ...
auth_uri = http://controller:5000 www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357 auth_url = http://controller:35357
memcached_servers = controller:11211 memcached_servers = controller:11211
auth_type = password auth_type = password

View File

@ -85,7 +85,7 @@ Configure the server component
[keystone_authtoken] [keystone_authtoken]
# ... # ...
auth_uri = http://controller:5000 www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357 auth_url = http://controller:35357
memcached_servers = controller:11211 memcached_servers = controller:11211
auth_type = password auth_type = password