Merge "Use pxe_filter instead of deprecated manage_firewall"
This commit is contained in:
commit
f479413b5e
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user