From a152e632838bf4d6feb782ee2d3217c780512448 Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Fri, 11 May 2018 09:26:34 +0700 Subject: [PATCH] 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 --- browbeat/elastic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/browbeat/elastic.py b/browbeat/elastic.py index 3021df621..af41cd41f 100644 --- a/browbeat/elastic.py +++ b/browbeat/elastic.py @@ -208,6 +208,7 @@ class Elastic(object): "key", "url", "auth_uri", + "www_authenticate_uri", "coordination_url", "swift_authurl", "admin_token",