From 1d8f989e18d6f93ef47ed42594662cba792fffd6 Mon Sep 17 00:00:00 2001 From: Brad Hall Date: Thu, 24 Nov 2011 07:50:16 -0800 Subject: [PATCH] Use the ovs interface driver if the openvswitch plugin is enabled --- stack.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stack.sh b/stack.sh index caa2d598..37b9a9f2 100755 --- a/stack.sh +++ b/stack.sh @@ -921,6 +921,7 @@ if [[ "$ENABLED_SERVICES" =~ "q-svc" ]]; then if [[ "$Q_PLUGIN" = "openvswitch" ]]; then add_nova_flag "--libvirt_vif_type=ethernet" add_nova_flag "--libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtOpenVswitchDriver" + add_nova_flag "--linuxnet_interface_driver=nova.network.linux_net.LinuxOVSInterfaceDriver" fi else add_nova_flag "--network_manager=nova.network.manager.$NET_MAN"