Skip to content
Snippets Groups Projects
Commit 32a21933 authored by Steven Dake's avatar Steven Dake
Browse files

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: default avatar <ampopp04@gmail.com>
parent f25db610
No related branches found
No related tags found
No related merge requests found
...@@ -56,8 +56,8 @@ configuration options documentation is extremely mature and well-formulated. ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment