nova/releasenotes/notes/pike-fw-driver-noop-699d411b790035d4.yaml
Matt Riedemann 064da08538 Default firewall_driver to nova.virt.firewall.NoopFirewallDriver
In Ocata we changed use_neutron=True as the default. When configuring
Nova to use Neutron, one is supposed to set the firewall_driver
config option to nova.virt.firewall.NoopFirewallDriver, but that was
not the default. This change makes it the default to match the default
for use_neutron.

Change-Id: If012acdd0ef2a66948ae45288cccb766262efb68
2017-03-02 15:46:38 -05:00

7 lines
239 B
YAML

---
upgrade:
- |
The default value of the ``[DEFAULT]/firewall_driver`` configuration option
has been changed to ``nova.virt.firewall.NoopFirewallDriver`` to coincide
with the default value of ``[DEFAULT]/use_neutron=True``.