Skip to content
Snippets Groups Projects
Commit 58eb07ec authored by Will Szumski's avatar Will Szumski
Browse files

Use iptables as section header instead of firewall

The firewall section has been renamed in upstream ironic inspector:

https://github.com/openstack/ironic-inspector/commit/7b2758546376394777c7d36c8f5bb62ff7ef3830

Consequently the iptables pxe filter does not work if the actual
dnsmasq interface name differs from the default (br-ctlplane), as can
be seen from this snippet of iptables-save output:

-A INPUT -i br-ctlplane -p udp -m udp --dport 67 -j ironic-inspector

Change-Id: Ic1d08b85e0b5992fbee489f2f9fd174982b5d493
parent e7958d14
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ memcached_servers = {% for host in groups['memcached'] %}{{ hostvars[host]['ansi
policy_file = {{ ironic_policy_file }}
{% endif %}
[firewall]
[iptables]
dnsmasq_interface = {{ ironic_dnsmasq_interface }}
[database]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment