Merge "philosophy example on customization is incorrect"

This commit is contained in:
Jenkins 2017-03-02 18:27:31 +00:00 committed by Gerrit Code Review
commit 4d953d932d

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 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 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 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 result, simply `mkdir -p /etc/kolla/config` and modify the file
add the contents:: `/etc/kolla/config/nova.conf` with the contents::
[libvirt] [libvirt]
virt_type=qemu virt_type=qemu