Use pxe_filter instead of deprecated manage_firewall

manage_firewall has been deprecated in favor of pxe_filter:

7b27585463 (diff-73313fdfbb51553077f2322499ad8b66R349)

In addition the firewall section has been renamed to iptables:

7b27585463

This seems to affect both queens and rocky.

Change-Id: I439515441f0931c09b3d706613d0f721e8b50b6d
This commit is contained in:
Will Szumski 2018-09-28 09:39:40 +01:00
parent 96df3747f5
commit 9048c8c09b
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
[DEFAULT]
[firewall]
# Whether inspector should manage the firewall.
manage_firewall = {{ kolla_inspector_manage_firewall }}
[pxe_filter]
# The filter ironic inspector will use to prevent nodes from undergoing
# inspection unless explicitly requested.
driver = {{ 'iptables' if kolla_inspector_manage_firewall else 'noop' }}
[processing]
{% if kolla_inspector_processing_hooks %}