Merge "Fix cinder etcd3gw backend_url"
This commit is contained in:
commit
2b61c956e1
@ -264,5 +264,5 @@ backend_url = {{ redis_connection_string }}
|
||||
# and https://review.opendev.org/466098 for details
|
||||
# NOTE(jan.gutter): etcd v3.4 removed the default `v3alpha` api_version. Until
|
||||
# tooz defaults to a newer version, we should explicitly specify `v3`
|
||||
backend_url = etcd3+{{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ etcd_client_port }}?api_version=v3{% if openstack_cacert %}?ca_cert={{ openstack_cacert }}{% endif %}
|
||||
backend_url = etcd3+{{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ etcd_client_port }}?api_version=v3{% if openstack_cacert %}&ca_cert={{ openstack_cacert }}{% endif %}
|
||||
{% endif %}
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes a bug where the etcd3gw ``backend_url`` in cinder.conf would be
|
||||
invalid when ``openstack_cacert`` was set.
|
||||
`LP#2085908 <https://bugs.launchpad.net/kolla-ansible/+bug/2085908>`__
|
Loading…
x
Reference in New Issue
Block a user