179e89b8e5
Change-Id: Id13c9f0741e567a1b421e29d1fb1b0f304a3ddfe
79 lines
3.6 KiB
XML
79 lines
3.6 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>[cells]</literal></term>
|
|
<listitem>
|
|
<para>Configures
|
|
cells functionality. For details, see the
|
|
Cells section (<link
|
|
xlink:href="http://docs.openstack.org/trunk/config-reference/content/section_compute-cells.html"
|
|
/>).</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><literal>[baremetal]</literal></term>
|
|
<listitem>
|
|
<para>Configures
|
|
the baremetal hypervisor driver.</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>[trusted_computing]</literal></term>
|
|
<listitem>
|
|
<para>Configures
|
|
the trusted computing pools functionality
|
|
and how to connect to a remote attestation
|
|
service.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist></para>
|
|
</simplesect>
|
|
</section>
|