Deprecate auth_uri option
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: Iaf6b91824940cdc2fd4faf1dffc8e3059435907d
This commit is contained in:
parent
1f19f8ec6a
commit
eb0fdabd27
@ -214,7 +214,7 @@ If you are using keystone v2 then,
|
|||||||
project_name = service
|
project_name = service
|
||||||
password = <TACKER_SERVICE_USER_PASSWORD>
|
password = <TACKER_SERVICE_USER_PASSWORD>
|
||||||
auth_url = http://<KEYSTONE_IP>:35357
|
auth_url = http://<KEYSTONE_IP>:35357
|
||||||
auth_uri = http://<KEYSTONE_IP>:5000
|
www_authenticate_uri = http://<KEYSTONE_IP>:5000
|
||||||
...
|
...
|
||||||
|
|
||||||
[agent]
|
[agent]
|
||||||
|
@ -366,7 +366,7 @@ Gather execution output data from execution id.
|
|||||||
"anotherrole",
|
"anotherrole",
|
||||||
"Member"
|
"Member"
|
||||||
],
|
],
|
||||||
"auth_uri": "http://192.168.122.250:5000/v3",
|
"www_authenticate_uri": "http://192.168.122.250:5000/v3",
|
||||||
"auth_cacert": null,
|
"auth_cacert": null,
|
||||||
"auth_token": "2871049fae3643ca84f44f7e17f809a0",
|
"auth_token": "2871049fae3643ca84f44f7e17f809a0",
|
||||||
"is_trust_scoped": false,
|
"is_trust_scoped": false,
|
||||||
@ -466,7 +466,7 @@ Gather execution output data from execution id.
|
|||||||
"anotherrole",
|
"anotherrole",
|
||||||
"Member"
|
"Member"
|
||||||
],
|
],
|
||||||
"auth_uri": "http://192.168.122.250:5000/v3",
|
"www_authenticate_uri": "http://192.168.122.250:5000/v3",
|
||||||
"auth_cacert": null,
|
"auth_cacert": null,
|
||||||
"auth_token": "176c9b5ebd9d40fb9fb0a8db921609eb",
|
"auth_token": "176c9b5ebd9d40fb9fb0a8db921609eb",
|
||||||
"is_trust_scoped": false,
|
"is_trust_scoped": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user