Re: [Openstack] hypervisor selection

2013-12-01 Thread yatin kumbhare
Hi John, you can choose your hypervisor driver by changing nova.conf. in nova.conf - change compute_driver = nova.virt.. Restart nova-compute service. Logs will show particular driver loading. Regards, Yatin On Mon, Dec 2, 2013 at 6:57 AM, wu jiang wrote: > Hi John, > > This website lists t

Re: [Openstack] hypervisor selection

2013-12-01 Thread wu jiang
Hi John, This website lists the difference of function support between all hypervisors. https://wiki.openstack.org/wiki/HypervisorSupportMatrix Hope it's useful for you. :) wingwj On Sun, Dec 1, 2013 at 1:04 AM, Gary Kotton wrote: > Hi, > By default devstack uses the libvirt driver. This can

Re: [Openstack] hypervisor selection

2013-11-30 Thread Gary Kotton
Hi, By default devstack uses the libvirt driver. This can be qemu or kvm depending on whether or not you are running on hardware or a virtual machine. You are able to run different drivers with different compute nodes - for example you can run a xen, hyperv or vmware driver (https://wiki.openstack.