Fixup grizzly templates

This commit is contained in:
James Page 2013-10-16 10:27:22 +01:00
parent 1fef31d0b8
commit fdaa3dcf81
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ firewall_driver = nova.virt.firewall.NoopFirewallDriver
{% if neutron_plugin and neutron_plugin == 'nvp' -%}
libvirt_vif_driver = nova.virt.libvirt.vif.LibvirtOpenVswitchVirtualPortDriver
security_group_api = quantum
firewall_driver = nova.virt.firewall.NoopFirewallDriver
{% endif -%}
{% if network_manager_config -%}