1d637110f1
Update tables, create some new tables and add them to the config reference. Remove ml2-cisco-apic table, it is now part of the ml_cisco table. Closes-Bug: #1364357 Change-Id: I27220e4ff5a553aa4a92b9bff1dc761af2eeacb8
245 lines
10 KiB
XML
245 lines
10 KiB
XML
<?xml version= "1.0" encoding= "UTF-8"?>
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="compute-nova-conf">
|
|
<title>Overview of nova.conf</title>
|
|
<para>The <filename>nova.conf</filename> configuration file is
|
|
an <link xlink:href="https://en.wikipedia.org/wiki/INI_file"
|
|
>INI file format</link> as explained in <xref
|
|
linkend="config_format"/>.</para>
|
|
<para>You can use a particular configuration option file by using
|
|
the <literal>option</literal> (<filename>nova.conf</filename>)
|
|
parameter when you run one of the <literal>nova-*</literal>
|
|
services. This parameter inserts configuration option
|
|
definitions from the specified configuration file name, which
|
|
might be useful for debugging or performance tuning.</para>
|
|
<para>For a list of configuration options, see the tables in this
|
|
guide.</para>
|
|
<para>To learn more about the <filename>nova.conf</filename>
|
|
configuration file, review the general purpose configuration
|
|
options documented in <xref linkend="config_table_nova_common"/>.</para>
|
|
<important>
|
|
<para>Do not specify quotes around Nova options.</para>
|
|
</important>
|
|
<simplesect>
|
|
<title>Sections</title>
|
|
<para>Configuration options are grouped by section. The
|
|
Compute configuration file supports the following sections:
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><literal>[DEFAULT]</literal></term>
|
|
<listitem>
|
|
<para>Contains most configuration options. If
|
|
the documentation for a configuration
|
|
option does not specify its section,
|
|
assume that it appears in this
|
|
section.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[baremetal]</literal></term>
|
|
<listitem>
|
|
<para>Configures
|
|
the baremetal hypervisor driver.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[cells]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures cells functionality. For details,
|
|
see <xref
|
|
linkend="section_compute-cells"/>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[conductor]</literal></term>
|
|
<listitem>
|
|
<para>Configures
|
|
the <systemitem class="service"
|
|
>nova-conductor</systemitem>
|
|
service.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[database]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures the database that Compute uses.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[glance]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures how to access the Image Service.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[hyperv]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures the Hyper-V hypervisor driver.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[image_file_url]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures additional filesystems to access
|
|
the Image Service.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[keymgr]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures the key manager.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[keystone_authtoken]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures authorization via Identity service.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[libvirt]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures the hypervisor drivers using the
|
|
Libvirt library: KVM, LXC, Qemu, UML, Xen.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[matchmaker_redis]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures a Redis server.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[matchmaker_ring]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures a matchmaker ring.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[metrics]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures weights for the metrics weighter.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[neutron]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures Networking specific options.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[osapi_v3]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures the OpenStack Compute API v3.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[rdp]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures RDP proxying.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[serial_console]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures serial console.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[spice]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures virtual consoles using SPICE.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[ssl]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures certificate authority using SSL.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[trusted_computing]</literal></term>
|
|
<listitem>
|
|
<para>Configures
|
|
the trusted computing pools functionality
|
|
and how to connect to a remote attestation
|
|
service.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[upgrade_levels]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures version locking on the RPC
|
|
(message queue) communications between the
|
|
various Compute services to allow live
|
|
upgrading an OpenStack installation.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[vmware]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures the VMware hypervisor driver.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[xenserver]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures the XenServer hypervisor driver.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[zookeeper]</literal></term>
|
|
<listitem>
|
|
<para>
|
|
Configures the ZooKeeper ServiceGroup
|
|
driver.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist></para>
|
|
</simplesect>
|
|
</section>
|