Skip to content
Snippets Groups Projects
Commit fbfbbed4 authored by Eduardo Gonzalez's avatar Eduardo Gonzalez
Browse files

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
parent c0df4ab8
No related branches found
No related tags found
No related merge requests found
...@@ -609,6 +609,7 @@ the content shown below. ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment