064da08538
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
7 lines
239 B
YAML
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``.
|