Use iptables as section header instead of firewall

The firewall section has been renamed in upstream ironic inspector:

7b27585463

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
This commit is contained in:
Will Szumski 2018-09-28 09:13:48 +01:00
parent e7958d1435
commit 58eb07ec22

View File

@ -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]