Amend key for firewall driver

This commit is contained in:
James Page 2013-10-01 12:16:21 +01:00
parent 2fb78f8431
commit 7c3765e468
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ libvirt_vif_driver = nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver
libvirt_user_virtio_for_bridges = True
{% if neutron_security_groups -%}
security_group_api = quantum
nova_firewall_driver = nova.virt.firewall.NoopFirewallDriver
firewall_driver = nova.virt.firewall.NoopFirewallDriver
{% endif -%}
{% endif -%}

View File

@ -46,7 +46,7 @@ rbd_secret_uuid = {{ rbd_secret_uuid }}
libvirt_vif_driver = nova.virt.libvirt.vif.LibvirtGenericVIFDriver
{% if neutron_security_groups -%}
security_group_api = quantum
nova_firewall_driver = nova.virt.firewall.NoopFirewallDriver
firewall_driver = nova.virt.firewall.NoopFirewallDriver
{% endif -%}
{% endif -%}

View File

@ -46,7 +46,7 @@ rbd_secret_uuid = {{ rbd_secret_uuid }}
libvirt_vif_driver = nova.virt.libvirt.vif.LibvirtGenericVIFDriver
{% if neutron_security_groups -%}
security_group_api = neutron
nova_firewall_driver = nova.virt.firewall.NoopFirewallDriver
firewall_driver = nova.virt.firewall.NoopFirewallDriver
{% endif -%}
{% endif -%}