8b2016b5d0
Include the new tables in the documentation. Fix the cinder-prophetstor_dpl.xml filename and the xiv category. Manually fix those files for niceness test: - glance-logging.xml (lines 34, 38), fixed in oslo-incubator - trove-logging.xml (lines 26, 30), fixed in oslo-incubator - neutron-openvswitch_agent.xml (line 45), to be fixed in neutron Closes-Bug: #1340858 Closes-Bug: #1344231 Closes-Bug: #1345956 Closes-Bug: #1346711 Closes-Bug: #1347978 Partial-Bug: #1348329 Closes-Bug: #1352074 Partial-Bug: #1353417 Closes-Bug: #1354622 Closes-Bug: #1339754 Closes-Bug: #1358598 Closes-Bug: #1358259 Closes-Bug: #1357865 Partial-Bug: #1357457 Closes-Bug: #1357421 Change-Id: Id2da7d7762ca954bd552dbf89a9ff28b144efb68
103 lines
3.9 KiB
XML
103 lines
3.9 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in openstack-doc-tools repository. -->
|
|
<table rules="all" xml:id="config_table_nova_common">
|
|
<caption>Description of configuration options for common</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="2">[DEFAULT]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>bindir = /usr/local/bin</td>
|
|
<td>(StrOpt) Directory where nova binaries are installed</td>
|
|
</tr>
|
|
<tr>
|
|
<td>compute_topic = compute</td>
|
|
<td>(StrOpt) The topic compute nodes listen on</td>
|
|
</tr>
|
|
<tr>
|
|
<td>console_topic = console</td>
|
|
<td>(StrOpt) The topic console proxy nodes listen on</td>
|
|
</tr>
|
|
<tr>
|
|
<td>consoleauth_topic = consoleauth</td>
|
|
<td>(StrOpt) The topic console auth proxy nodes listen on</td>
|
|
</tr>
|
|
<tr>
|
|
<td>disable_process_locking = False</td>
|
|
<td>(BoolOpt) Enables or disables inter-process locks.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>host = localhost</td>
|
|
<td>(StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address. However, the node name must be valid within an AMQP key, and if using ZeroMQ, a valid hostname, FQDN, or IP address</td>
|
|
</tr>
|
|
<tr>
|
|
<td>lock_path = None</td>
|
|
<td>(StrOpt) Directory to use for lock files.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>memcached_servers = None</td>
|
|
<td>(ListOpt) Memcached servers or None for in process cache.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>my_ip = 10.0.0.1</td>
|
|
<td>(StrOpt) IP address of this host</td>
|
|
</tr>
|
|
<tr>
|
|
<td>notification_driver = []</td>
|
|
<td>(MultiStrOpt) Driver or drivers to handle sending notifications.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>notification_topics = notifications</td>
|
|
<td>(ListOpt) AMQP topic used for OpenStack notifications.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>notify_api_faults = False</td>
|
|
<td>(BoolOpt) If set, send api.fault notifications on caught exceptions in the API service.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>notify_on_state_change = None</td>
|
|
<td>(StrOpt) If set, send compute.instance.update notifications on instance state changes. Valid values are None for no notifications, "vm_state" for notifications on VM state changes, or "vm_and_task_state" for notifications on VM and task state changes.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>pybasedir = /usr/lib/python/site-packages/nova</td>
|
|
<td>(StrOpt) Directory where the nova python module is installed</td>
|
|
</tr>
|
|
<tr>
|
|
<td>report_interval = 10</td>
|
|
<td>(IntOpt) Seconds between nodes reporting state to datastore</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rootwrap_config = /etc/nova/rootwrap.conf</td>
|
|
<td>(StrOpt) Path to the rootwrap configuration file to use for running commands as root</td>
|
|
</tr>
|
|
<tr>
|
|
<td>service_down_time = 60</td>
|
|
<td>(IntOpt) Maximum time since last check-in for up service</td>
|
|
</tr>
|
|
<tr>
|
|
<td>state_path = $pybasedir</td>
|
|
<td>(StrOpt) Top-level directory for maintaining nova's state</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tempdir = None</td>
|
|
<td>(StrOpt) Explicitly specify the temporary working directory</td>
|
|
</tr>
|
|
<tr>
|
|
<td>transport_url = None</td>
|
|
<td>(StrOpt) A URL representing the messaging driver to use and its full configuration. If not set, we fall back to the rpc_backend option and driver specific configuration.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|