Add cpu_mode in quickstart guide

With libvirt 2.0, when using qemu cpu mode is not properly
evaluated and need to be set to cpu_mode = none.

Add this option when kvm is not supported, otherwise user
will still facing errors when launching instances over qemu.

Change-Id: Ic970e3de74817ce4e17bb4e15d130e1e82d595cc
This commit is contained in:
Eduardo Gonzalez 2017-03-13 15:49:35 +00:00
parent c0df4ab8b6
commit fbfbbed4ca

View File

@ -609,6 +609,7 @@ the content shown below.
cat << EOF > /etc/kolla/config/nova/nova-compute.conf cat << EOF > /etc/kolla/config/nova/nova-compute.conf
[libvirt] [libvirt]
virt_type = qemu virt_type = qemu
cpu_mode = none
EOF EOF
For *all-in-one* deployments, the following commands can be run. These will For *all-in-one* deployments, the following commands can be run. These will