Merge "Ensure X-Auth-All-Projects header value is a string"
This commit is contained in:
commit
1dc3e1f6d3
@ -58,7 +58,7 @@ class DesignateAdapter(adapter.LegacyJsonAdapter):
|
||||
if self.all_projects:
|
||||
kwargs['headers'].setdefault(
|
||||
'X-Auth-All-Projects',
|
||||
self.all_projects
|
||||
str(self.all_projects)
|
||||
)
|
||||
|
||||
if self.edit_managed:
|
||||
|
Loading…
x
Reference in New Issue
Block a user