On Tue, Aug 13, 2013 at 1:15 PM, Jake G. <[email protected]> wrote: > > I was wondering how to handle changing the compute_driver in nova.conf? I > currently have the default > > compute_driver = libvirt.LibvirtDriver > libvirt_type=kvm > > I want to be able to add the driver for baremetal provisioning, but I am > unclear on how to do this. > Can there be more than one compute_driver or do I have to replace > compute_driver = libvirt.LibvirtDriver with the new driver.
I think you will have troubles doing this. Features like live migration expect to the talking across one hypervisor type. Most people who are using more than one hypervisor tend to do it as separate openstack installs. Cheers, Michael -- Rackspace Australia _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
