Adding "www_authenticate_uri" to the list of ignored fields
According to [1], "auth_uri" has been deprecated and replaced by "www_authenticate_uri". Therefore, "www_authenticate_uri" needs to be added to the list of ignored fields. [1] https://review.openstack.org/#/c/508522 Change-Id: I2f5a4245b1318e4072f613aaea6ab8f7aaf37d84
This commit is contained in:
parent
36b1bd09a0
commit
a152e63283
@ -208,6 +208,7 @@ class Elastic(object):
|
|||||||
"key",
|
"key",
|
||||||
"url",
|
"url",
|
||||||
"auth_uri",
|
"auth_uri",
|
||||||
|
"www_authenticate_uri",
|
||||||
"coordination_url",
|
"coordination_url",
|
||||||
"swift_authurl",
|
"swift_authurl",
|
||||||
"admin_token",
|
"admin_token",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user