Replace deprecated "auth_uri" by "www_authenticate_uri"

According to [1], "auth_uri" has been deprecated.
This patch replace it by using "www_authenticate_uri" instead.

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

Change-Id: I7bdfee1cf1e875ef702cc4761d723e420bc00ff9
This commit is contained in:
Vu Cong Tuan 2018-05-10 16:16:58 +07:00
parent 2f2d421a0f
commit 33cec28d8a
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ Install and configure components
[neutron]
...
auth_uri = http://controller:5000
www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357
username = kuryr
user_domain_name = default