Skip to content

Commit 6892308

Browse files
committed
Fix octavia firewall rule
1 parent 8b7b243 commit 6892308

File tree

1 file changed

+2
-2
lines changed
  • etc/kayobe/inventory/group_vars/all

1 file changed

+2
-2
lines changed

etc/kayobe/inventory/group_vars/all/firewall

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ stackhpc_controller_firewalld_rules_template:
158158
# Octavia
159159
- rules:
160160
- port: 5555/udp
161-
network: "{{ octavia_net_name | default(public_net_name) }}"
161+
network: "{{ octavia_net_name | default() }}"
162162
state: enabled
163-
enabled: "{{ kolla_enable_octavia | bool }}"
163+
enabled: "{{ kolla_enable_octavia | bool and octavia_net_name | bool }}"
164164

165165
stackhpc_controller_firewalld_rules_extra: []
166166

0 commit comments

Comments
 (0)