Skip to content
Snippets Groups Projects
Commit ae6de97e authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Reinstate [DEFAULT] firewall_driver option"

parents c355b6fe 82788a68
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,12 @@ metadata_workers = {{ openstack_service_workers }}
metadata_listen = {{ api_interface_address }}
metadata_listen_port = {{ nova_metadata_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 enable_ironic | bool %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment