Amend key for firewall driver
This commit is contained in:
parent
2fb78f8431
commit
7c3765e468
@ -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 -%}
|
||||
|
||||
|
@ -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 -%}
|
||||
|
||||
|
@ -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 -%}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user