Remove nova [DEFAULT]firewall_driver option

This is no longer supported, and has been removed from the
nova-dist.conf config file in RDO.

Change-Id: I6bfaf227ed997db0f39c1ff71ca6c73c49d2f060
This commit is contained in:
Mark Goddard 2019-06-28 11:24:15 +01:00
parent 54856a873f
commit 177d6c72c2
1 changed files with 0 additions and 6 deletions

View File

@ -14,12 +14,6 @@ metadata_workers = {{ openstack_service_workers }}
metadata_listen = {{ api_interface_address }}
metadata_listen_port = {{ nova_metadata_listen_port }}
# NOTE(mgoddard): This option has been deprecated but RDO sets a different
# default value for it in /usr/share/nova/nova-dist.conf which causes the
# ironic virt driver to fail to load. See
# https://bugs.launchpad.net/kolla-ansible/+bug/1701564.
firewall_driver = nova.virt.firewall.NoopFirewallDriver
allow_resize_to_same_host = true
{% if service_name == "nova-compute-ironic" %}