Skip to content

Commit 7565561

Browse files
committed
Remove definitions for neutron/glance_tls_proxy
In Zed, the default value for neutron_tls_proxy and glance_tls_proxy is haproxy_tag, making the explicit definition redundant.
1 parent b7acbb6 commit 7565561

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ ironic_dnsmasq_tag: "{% raw %}{{ kayobe_image_tags['ironic_dnsmasq'][kolla_base_
6464
opensearch_tag: "{% raw %}{{ kayobe_image_tags['opensearch'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
6565
prometheus_node_exporter_tag: "{% raw %}{{ kayobe_image_tags['prometheus_node_exporter'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
6666

67-
glance_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
68-
neutron_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
69-
7067
om_enable_rabbitmq_high_availability: true
7168

7269
#############################################################################

0 commit comments

Comments
 (0)