Add cpu_mode into deployment-philosophy.rst
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: I1e25fc5429b92f77ce87f537467f97b510fa154a
This commit is contained in:
parent
d753da058d
commit
39933699bb
@ -64,6 +64,7 @@ result, simply :command:`mkdir -p /etc/kolla/config` and modify the file
|
|||||||
|
|
||||||
[libvirt]
|
[libvirt]
|
||||||
virt_type=qemu
|
virt_type=qemu
|
||||||
|
cpu_mode = none
|
||||||
|
|
||||||
.. end
|
.. end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user