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:
wu.chunyang 2018-03-26 01:47:40 +00:00
parent d753da058d
commit 39933699bb
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ result, simply :command:`mkdir -p /etc/kolla/config` and modify the file
[libvirt]
virt_type=qemu
cpu_mode = none
.. end