Merge "Document all nova.conf sections"
This commit is contained in:
commit
5af8881b6e
@ -38,16 +38,6 @@
|
||||
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>
|
||||
@ -55,6 +45,16 @@
|
||||
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>
|
||||
@ -64,6 +64,128 @@
|
||||
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>[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>
|
||||
@ -73,6 +195,42 @@
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user