Hypervisor Information?
I want to find out the type of Hypervisor my set up of OpenStack use? Is it KVM or XEN or something else?
How can i find this out?
First time here? Check out the FAQ!
I want to find out the type of Hypervisor my set up of OpenStack use? Is it KVM or XEN or something else?
How can i find this out?
In Ubuntu the virt_type is located in /etc/nova/nova-compute.conf
valid options are: kvm, lxc, qemu, uml, xen and parallels
You can check /etc/nova/nova.conf
file for section
compute_driver = libvirt.LibvirtDriver
[libvirt]
virt_type =
You might also be able to check on the horizon dashboard if you go to your instances and try to view the details. But not totally sure.
Asked: 2017-04-13 01:12:01 -0600
Seen: 215 times
Last updated: Apr 14 '17