Open ghost opened 3 years ago
Hi, I just tried to launch an instance with an Ubuntu 20.04.2 ISO, and it defaulted to TCG instead of KVM.
My current workaround was to edit /var/snap/microstack/common/etc/nova/nova-snap.conf so that libvirt config looks like this:
/var/snap/microstack/common/etc/nova/nova-snap.conf
libvirt
[libvirt] virt_type = qemu cpu_mode = host-model virt_type = kvm <-- added this
And restarting the service:
systemctl restart snap.microstack.nova-compute.service
Host specs (bare metal): Server: Dell PowerEdge R630 CPU: 2 x Intel(R) Xeon(R) CPU X5650 (with VT-x enabled) OS: Ubuntu 20.04.2 (with all updates, clean installation)
Hi, I just tried to launch an instance with an Ubuntu 20.04.2 ISO, and it defaulted to TCG instead of KVM.
My current workaround was to edit
/var/snap/microstack/common/etc/nova/nova-snap.conf
so thatlibvirt
config looks like this:And restarting the service:
Host specs (bare metal): Server: Dell PowerEdge R630 CPU: 2 x Intel(R) Xeon(R) CPU X5650 (with VT-x enabled) OS: Ubuntu 20.04.2 (with all updates, clean installation)