Comment 4 for bug 1050433

Revision history for this message
dan wendlandt (danwent) wrote : Re: LibvirtHybridOVSBridgeDriver crashes when spawning an instance

interesting. this actually seems to be an issue with the standard LibvirtBridgeDriver, which the LibvirtHybridOVSBridgeDriver inherits from. Can you run your tests with:

LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver
NOVA_VIF_DRIVER=nova.virt.libvirt.vif.LibvirtBridgeDriver

I suspect you would see the same thing.

Note: these vif-drivers are meant only to be used with Quantum, and in particular the Hybrid driver assumes that open vswitch is installed, and that an openvswitch bridge br-int exists.