Don't use quotes in glance swift configuration
glance_store uses bare ConfigParser for swift configuration, that ceased to strip quotes in PY3. That leads to invalid auth parameters (e.g. 'project_domain_id': '""') and failure to authenticate. Current CI process does not hit this issue because Swift backend is not used. Change-Id: I6d2c129e6747a3c5fcd2da0c88b0a2135775a914 Closes-bug: #1839772
This commit is contained in:
parent
c54f51c603
commit
16af388ece
@ -431,8 +431,8 @@ conf:
|
||||
project_domain_name = {{ .Values.endpoints.identity.auth.glance.project_domain_name }}
|
||||
auth_version = 3
|
||||
# NOTE(portdirect): https://bugs.launchpad.net/glance-store/+bug/1620999
|
||||
project_domain_id = ""
|
||||
user_domain_id = ""
|
||||
project_domain_id =
|
||||
user_domain_id =
|
||||
{{- end -}}
|
||||
rabbitmq:
|
||||
#NOTE(rk760n): adding rmq policy to mirror messages from notification queues and set expiration time for the ones
|
||||
|
Loading…
x
Reference in New Issue
Block a user