Enable inspector firewall management by default
Modifies the default value for inspector_manage_firewall from False to True. Management of the firewall by ironic inspector is important to ensure that DHCP offers are not made to nodes during provisioning by inspector's DHCP server.
This commit is contained in:
parent
87dcfaa7ab
commit
aa04494879
@ -15,7 +15,7 @@ inspector_ipa_ramdisk_upstream_url: "{{ ipa_ramdisk_upstream_url }}"
|
||||
# Ironic inspector processing configuration.
|
||||
|
||||
# Whether inspector should manage the firewall.
|
||||
inspector_manage_firewall: False
|
||||
inspector_manage_firewall: True
|
||||
|
||||
# List of of default inspector processing plugins.
|
||||
inspector_processing_hooks_default:
|
||||
|
@ -2,6 +2,17 @@
|
||||
Release Notes
|
||||
=============
|
||||
|
||||
In Development
|
||||
==============
|
||||
|
||||
Upgrade Notes
|
||||
-------------
|
||||
|
||||
* Modifies the default value for ``inspector_manage_firewall`` from ``False``
|
||||
to ``True``. Management of the firewall by ironic inspector is important to
|
||||
ensure that DHCP offers are not made to nodes during provisioning by
|
||||
inspector's DHCP server.
|
||||
|
||||
Kayobe 3.0.0
|
||||
============
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user