Mark Goddard 82788a687c Reinstate [DEFAULT] firewall_driver option
RDO packages a distribution configuration file
/usr/share/nova/nova-dist.conf which contains the following setting:

firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver

This causes the nova-compute-ironic service to fail to start as the
nova ironic virt driver attempts and fails to create a firewall driver
using this class.

This change reinstates the explicit setting of the [DEFAULT]
firewall_driver option to the noop driver which resolves this issue.
This comes at the cost of a WARN log message due to the option being
deprecated (see
6d831db687).

Change-Id: I41bd9d0671118ff256e7ada766e8653bb4b2b376
Closes-Bug: #1701564
2017-06-30 14:43:55 +01:00
..
2017-06-26 17:00:22 +01:00
2017-06-06 16:28:28 +08:00
2017-06-08 09:55:54 +01:00
2017-06-21 17:20:03 +08:00
2017-06-13 13:47:29 +02:00
2017-06-15 08:10:33 +00:00
2017-06-15 16:12:31 +03:00
2017-06-12 11:40:41 +09:00
2017-06-06 09:09:10 +02:00
2017-06-12 20:19:13 +08:00
2017-06-07 10:28:38 +08:00
2017-06-13 14:39:26 +02:00