From 32a21933e620cf2c88b7527aeea5f3862747dfc9 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Wed, 1 Mar 2017 20:05:39 -0700 Subject: [PATCH] philosophy example on customization is incorrect Fix the example by suggesting the creation of the directory and customizing nova properly. Change-Id: Ie5cd9b7f309416745dce60211b5a800e8c5273f7 Co-Authored-By: ampopp04@gmail.com --- doc/deployment-philosophy.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/deployment-philosophy.rst b/doc/deployment-philosophy.rst index 6711d34f0c..83cd28ae01 100644 --- a/doc/deployment-philosophy.rst +++ b/doc/deployment-philosophy.rst @@ -56,8 +56,8 @@ configuration options documentation is extremely mature and well-formulated. As an example, consider running Kolla in a virtual machine. In order to launch virtual machines from Nova in a virtual environment, it is necessary to use the QEMU hypervisor, rather than the KVM hypervisor. To achieve this -result, simply modify the file `/etc/kolla/config/nova/nova-compute.conf` and -add the contents:: +result, simply `mkdir -p /etc/kolla/config` and modify the file +`/etc/kolla/config/nova.conf` with the contents:: [libvirt] virt_type=qemu