From 39933699bb145b8e6220a765e8575e30d2e935f0 Mon Sep 17 00:00:00 2001
From: "wu.chunyang" <wu.chunyang@99cloud.net>
Date: Mon, 26 Mar 2018 01:47:40 +0000
Subject: [PATCH] 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
---
 doc/source/admin/deployment-philosophy.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/source/admin/deployment-philosophy.rst b/doc/source/admin/deployment-philosophy.rst
index b7ea59e740..1f82b7e52b 100644
--- a/doc/source/admin/deployment-philosophy.rst
+++ b/doc/source/admin/deployment-philosophy.rst
@@ -64,6 +64,7 @@ result, simply :command:`mkdir -p /etc/kolla/config` and modify the file
 
    [libvirt]
    virt_type=qemu
+   cpu_mode = none
 
 .. end