Merge "Use pxe_filter instead of deprecated manage_firewall"

This commit is contained in:
Zuul 2018-10-02 11:12:32 +00:00 committed by Gerrit Code Review
commit f479413b5e

View File

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