Skip to content

Commit 26543e1

Browse files
authored
Stop kolla configuring firewall if disabled in kayobe
1 parent 739fda0 commit 26543e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/environments/ci-aio/kolla/globals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ opensearch_heap_size: 200m
1616
grafana_start_first_node_retries: 20
1717

1818
# Open up ports in firewalld for services on the public API network.
19-
enable_external_api_firewalld: true
19+
enable_external_api_firewalld: "{{ controller_firewalld_enabled | bool }}"
2020

2121
# Ensure Rabbit is deployed with HA rather than quorum queues (to test migrations)
2222
om_enable_rabbitmq_high_availability: true

0 commit comments

Comments
 (0)