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
This commit is contained in:
Steven Dake 2017-03-01 20:05:39 -07:00
parent f25db61072
commit 32a21933e6

View File

@ -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