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:
Vu Cong Tuan 2018-05-11 09:26:34 +07:00
parent 36b1bd09a0
commit a152e63283
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ class Elastic(object):
"key",
"url",
"auth_uri",
"www_authenticate_uri",
"coordination_url",
"swift_authurl",
"admin_token",