Hide Forgot
Description of problem: The values packstack sets for a couple of keys in nova.conf should be updated in Icehouse: - libvirt_vif_driver should be set to nova.virt.libvirt.vif.LibvirtGenericVIFDriver even when using openvswitch (was LibvirtHybridOVSBridgeDriver) - compute_driver should use the full path "nova.virt.libvirt.LibvirtDriver" (was libvirt.LibvirtDriver) otherwise the import fails. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
I'm taking ownership of this bug. A new branch has to be created for Icehouse.
Sounds like this will show up on the upcoming test days, which will make this urgent.
Parameter libvirt_vif_driver is already set currently in Icehouse branch, we need to only set compute_driver probably.
I tested this with openstack-packstack-2013.2.1-0.34.dev989.fc20.noarch and had to set both libvirt_vif_driver and compute_driver manually.