Remove config-ref tables that shouldn't be there

autohelp.py doesn't remove old configuration tables, and the cleanup
hasn't been done recently. This patch removes tables that should have
disappeared.

Change-Id: I3e8b7433871116b74970ca7ad0affd345557641d
Closes-Bug: #1448122
This commit is contained in:
Gauvain Pocentek 2015-05-07 07:35:46 +02:00
parent 615bc40168
commit b09fcee79d
33 changed files with 0 additions and 899 deletions

View File

@ -1,42 +0,0 @@
<?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_ceilometer_rootwrap">
<caption>Description of rootwrap configuration options</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><option>filters_path</option> = <replaceable>/etc/ceilometer/rootwrap.d,/usr/share/ceilometer/rootwrap</replaceable></td>
<td>List of directories to load filter definitions from (separated by ','). These directories MUST all be only writeable by root !</td>
</tr>
<tr>
<td><option>exec_dirs</option> = <replaceable>/sbin,/usr/sbin,/bin,/usr/bin</replaceable></td>
<td>List of directories to search executables in, in case filters do not explicitely specify a full path (separated by ',') If not specified, defaults to system PATH environment variable. These directories MUST all be only writeable by root !</td>
</tr>
<tr>
<td><option>use_syslog</option> = <replaceable>False</replaceable></td>
<td>Enable logging to syslog Default value is False</td>
</tr>
<tr>
<td><option>syslog_log_facility</option> = <replaceable>syslog</replaceable></td>
<td>Which syslog facility to use. Valid values include auth, authpriv, syslog, user0, user1... Default value is 'syslog'</td>
</tr>
<tr>
<td><option>syslog_log_level</option> = <replaceable>ERROR</replaceable></td>
<td>Which messages to log. INFO means log all usage ERROR means only log unsuccessful attempts</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,26 +0,0 @@
<?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_ceilometer_testing">
<caption>Description of testing configuration options</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><option>fake_rabbit</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,26 +0,0 @@
<?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_cinder_drbd">
<caption>Description of DRBD configuration options</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><option>drbdmanage_redundancy</option> = <replaceable>1</replaceable></td>
<td>(StrOpt) Number of nodes that should replicate the data.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,26 +0,0 @@
<?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_cinder_fujitsu_eternus_dx">
<caption>Description of Fujitsu ETERNUS DX volume driver configuration options</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><option>cinder_smis_config_file</option> = <replaceable>/etc/cinder/cinder_fujitsu_eternus_dx.xml</replaceable></td>
<td>(StrOpt) The configuration file for the Cinder SMI-S driver</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,34 +0,0 @@
<?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_cinder_fusionio">
<caption>Description of Fusion-io driver configuration options</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><option>fusionio_iocontrol_retry</option> = <replaceable>3</replaceable></td>
<td>(IntOpt) number of retries for GET operations</td>
</tr>
<tr>
<td><option>fusionio_iocontrol_targetdelay</option> = <replaceable>5</replaceable></td>
<td>(IntOpt) amount of time wait for iSCSI target to come online</td>
</tr>
<tr>
<td><option>fusionio_iocontrol_verify_cert</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) verify the array certificate on each transaction</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,26 +0,0 @@
<?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_cinder_hpmsa">
<caption>Description of HP MSA Fiber Channel driver configuration options</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><option>msa_vdisk</option> = <replaceable>OpenStack</replaceable></td>
<td>(StrOpt) The VDisk to use for volume creation.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,42 +0,0 @@
<?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_cinder_rootwrap">
<caption>Description of rootwrap configuration options</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><option>filters_path</option> = <replaceable>/etc/cinder/rootwrap.d,/usr/share/cinder/rootwrap</replaceable></td>
<td>List of directories to load filter definitions from (separated by ','). These directories MUST all be only writeable by root !</td>
</tr>
<tr>
<td><option>exec_dirs</option> = <replaceable>/sbin,/usr/sbin,/bin,/usr/bin,/usr/local/bin,/usr/local/sbin</replaceable></td>
<td>List of directories to search executables in, in case filters do not explicitely specify a full path (separated by ',') If not specified, defaults to system PATH environment variable. These directories MUST all be only writeable by root !</td>
</tr>
<tr>
<td><option>use_syslog</option> = <replaceable>False</replaceable></td>
<td>Enable logging to syslog Default value is False</td>
</tr>
<tr>
<td><option>syslog_log_facility</option> = <replaceable>syslog</replaceable></td>
<td>Which syslog facility to use. Valid values include auth, authpriv, syslog, local0, local1... Default value is 'syslog'</td>
</tr>
<tr>
<td><option>syslog_log_level</option> = <replaceable>ERROR</replaceable></td>
<td>Which messages to log. INFO means log all usage ERROR means only log unsuccessful attempts</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,26 +0,0 @@
<?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_cinder_san-solaris">
<caption>Description of Solaris SAN configuration options</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><option>san_zfs_volume_base</option> = <replaceable>rpool/</replaceable></td>
<td>(StrOpt) The ZFS path under which to create zvols for volumes.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,26 +0,0 @@
<?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_cinder_testing">
<caption>Description of testing configuration options</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><option>fake_rabbit</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,42 +0,0 @@
<?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_ironic_rootwrap">
<caption>Description of rootwrap configuration options</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><option>filters_path</option> = <replaceable>/etc/ironic/rootwrap.d,/usr/share/ironic/rootwrap</replaceable></td>
<td>List of directories to load filter definitions from (separated by ','). These directories MUST all be only writeable by root !</td>
</tr>
<tr>
<td><option>exec_dirs</option> = <replaceable>/sbin,/usr/sbin,/bin,/usr/bin</replaceable></td>
<td>List of directories to search executables in, in case filters do not explicitely specify a full path (separated by ',') If not specified, defaults to system PATH environment variable. These directories MUST all be only writeable by root !</td>
</tr>
<tr>
<td><option>use_syslog</option> = <replaceable>False</replaceable></td>
<td>Enable logging to syslog Default value is False</td>
</tr>
<tr>
<td><option>syslog_log_facility</option> = <replaceable>syslog</replaceable></td>
<td>Which syslog facility to use. Valid values include auth, authpriv, syslog, user0, user1... Default value is 'syslog'</td>
</tr>
<tr>
<td><option>syslog_log_level</option> = <replaceable>ERROR</replaceable></td>
<td>Which messages to log. INFO means log all usage ERROR means only log unsuccessful attempts</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,26 +0,0 @@
<?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_keystone_testing">
<caption>Description of testing configuration options</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><option>fake_rabbit</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,38 +0,0 @@
<?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_neutron_cfg_agent">
<caption>Description of cfg agent configuration options</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">[cfg_agent]</th>
</tr>
<tr>
<td><option>device_connection_timeout</option> = <replaceable>30</replaceable></td>
<td>(IntOpt) Time in seconds for connecting to a hosting device</td>
</tr>
<tr>
<td><option>hosting_device_dead_timeout</option> = <replaceable>300</replaceable></td>
<td>(IntOpt) The time in seconds until a backlogged hosting device is presumed dead. This value should be set up high enough to recover from a period of connectivity loss or high load when the device may not be responding.</td>
</tr>
<tr>
<td><option>routing_svc_helper_class</option> = <replaceable>neutron.plugins.cisco.cfg_agent.service_helpers.routing_svc_helper.RoutingServiceHelper</replaceable></td>
<td>(StrOpt) Path of the routing service helper class.</td>
</tr>
<tr>
<td><option>rpc_loop_interval</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Interval when the process_services() loop executes in seconds. This is when the config agent lets each service helper to process its neutron resources.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,42 +0,0 @@
<?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_neutron_l3_brocade_mlx_switch">
<caption>Description of Brocade MLX L3 switch configuration options</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">[L3_BROCADE_MLX_EXAMPLE]</th>
</tr>
<tr>
<td><option>address</option> = <replaceable></replaceable></td>
<td>(StrOpt) The IP address of the MLX switch</td>
</tr>
<tr>
<td><option>password</option> = <replaceable>password</replaceable></td>
<td>(StrOpt) The SSH password of the switch</td>
</tr>
<tr>
<td><option>physical_networks</option> = <replaceable></replaceable></td>
<td>(StrOpt) Allowed physical networks where VLAN can be configured on this switch</td>
</tr>
<tr>
<td><option>ports</option> = <replaceable></replaceable></td>
<td>(StrOpt) Ports to be tagged in the VLAN being configured on the switch</td>
</tr>
<tr>
<td><option>username</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) The SSH username of the switch</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,50 +0,0 @@
<?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_neutron_ml2_brocade_fi_ni_switch">
<caption>Description of ML2 Brocade MLX ICX switch configuration options</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">[ML2_BROCADE_MLX_EXAMPLE]</th>
</tr>
<tr>
<td><option>address</option> = <replaceable></replaceable></td>
<td>(StrOpt) The address of the host to SSH to</td>
</tr>
<tr>
<td><option>ostype</option> = <replaceable>NI</replaceable></td>
<td>(StrOpt) OS type of the device.</td>
</tr>
<tr>
<td><option>password</option> = <replaceable>password</replaceable></td>
<td>(StrOpt) The SSH password to use</td>
</tr>
<tr>
<td><option>physical_networks</option> = <replaceable></replaceable></td>
<td>(StrOpt) Allowed physical networks</td>
</tr>
<tr>
<td><option>ports</option> = <replaceable></replaceable></td>
<td>(StrOpt) Ports</td>
</tr>
<tr>
<td><option>transport</option> = <replaceable>SSH</replaceable></td>
<td>(StrOpt) Protocol used to communicate with Switch</td>
</tr>
<tr>
<td><option>username</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) The SSH username to use</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,38 +0,0 @@
<?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_neutron_mlnx">
<caption>Description of Mellanox configuration options</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">[ESWITCH]</th>
</tr>
<tr>
<td><option>backoff_rate</option> = <replaceable>2</replaceable></td>
<td>(IntOpt) backoff rate multiplier for waiting period between retries for request to daemon, i.e. value of 2 will double the request timeout each retry</td>
</tr>
<tr>
<td><option>daemon_endpoint</option> = <replaceable>tcp://127.0.0.1:60001</replaceable></td>
<td>(StrOpt) eswitch daemon end point</td>
</tr>
<tr>
<td><option>physical_interface_mappings</option> = <replaceable></replaceable></td>
<td>(ListOpt) List of &lt;physical_network&gt;:&lt;physical_interface&gt;</td>
</tr>
<tr>
<td><option>request_timeout</option> = <replaceable>3000</replaceable></td>
<td>(IntOpt) The number of milliseconds the agent will wait for response on request to daemon.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,65 +0,0 @@
<?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_neutron_nuage">
<caption>Description of Nuage configuration options</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">[RESTPROXY]</th>
</tr>
<tr>
<td><option>auth_resource</option> = <replaceable></replaceable></td>
<td>(StrOpt) Nuage provided uri for initial authorization to access VSD</td>
</tr>
<tr>
<td><option>base_uri</option> = <replaceable>/</replaceable></td>
<td>(StrOpt) Nuage provided base uri to reach out to VSD</td>
</tr>
<tr>
<td><option>default_floatingip_quota</option> = <replaceable>254</replaceable></td>
<td>(IntOpt) Per Net Partition quota of floating ips</td>
</tr>
<tr>
<td><option>default_net_partition_name</option> = <replaceable>OpenStackDefaultNetPartition</replaceable></td>
<td>(StrOpt) Default Network partition in which VSD will orchestrate network resources using openstack</td>
</tr>
<tr>
<td><option>organization</option> = <replaceable>system</replaceable></td>
<td>(StrOpt) Organization name in which VSD will orchestrate network resources using openstack</td>
</tr>
<tr>
<td><option>server</option> = <replaceable>localhost:8800</replaceable></td>
<td>(StrOpt) IP Address and Port of Nuage's VSD server</td>
</tr>
<tr>
<td><option>serverauth</option> = <replaceable>username:password</replaceable></td>
<td>(StrOpt) Username and password for authentication</td>
</tr>
<tr>
<td><option>serverssl</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Boolean for SSL connection with VSD server</td>
</tr>
<tr>
<th colspan="2">[SYNCMANAGER]</th>
</tr>
<tr>
<td><option>enable_sync</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Nuage plugin will sync resources between openstack and VSD</td>
</tr>
<tr>
<td><option>sync_interval</option> = <replaceable>0</replaceable></td>
<td>(IntOpt) Sync interval in seconds between openstack and VSD. It defines how often the synchronization is done. If not set, value of 0 is assumed and sync will be performed only once, at the Neutron startup time.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,57 +0,0 @@
<?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_neutron_rootwrap">
<caption>Description of rootwrap configuration options</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><option>filters_path</option> = <replaceable>/etc/neutron/rootwrap.d,/usr/share/neutron/rootwrap</replaceable></td>
<td>List of directories to load filter definitions from (separated by ','). These directories MUST all be only writeable by root !</td>
</tr>
<tr>
<td><option>exec_dirs</option> = <replaceable>/sbin,/usr/sbin,/bin,/usr/bin</replaceable></td>
<td>List of directories to search executables in, in case filters do not explicitely specify a full path (separated by ',') If not specified, defaults to system PATH environment variable. These directories MUST all be only writeable by root !</td>
</tr>
<tr>
<td><option>use_syslog</option> = <replaceable>False</replaceable></td>
<td>Enable logging to syslog Default value is False</td>
</tr>
<tr>
<td><option>syslog_log_facility</option> = <replaceable>syslog</replaceable></td>
<td>Which syslog facility to use. Valid values include auth, authpriv, syslog, local0, local1... Default value is 'syslog'</td>
</tr>
<tr>
<td><option>syslog_log_level</option> = <replaceable>ERROR</replaceable></td>
<td>Which messages to log. INFO means log all usage ERROR means only log unsuccessful attempts</td>
</tr>
<tr>
<th colspan="2">[xenapi]</th>
</tr>
<tr>
<td><option>xenapi_connection_url</option> = <replaceable>&lt;None&gt;</replaceable></td>
<td>XenAPI configuration is only required by the L2 agent if it is to target a XenServer/XCP compute host's dom0.</td>
</tr>
<tr>
<td><option>xenapi_connection_username</option> = <replaceable>root</replaceable></td>
<td>No help text available for this option.</td>
</tr>
<tr>
<td><option>xenapi_connection_password</option> = <replaceable>&lt;None&gt;</replaceable></td>
<td>No help text available for this option.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,30 +0,0 @@
<?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_neutron_ryu">
<caption>Description of RYU configuration options</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><option>wsapi_host</option> = <replaceable></replaceable></td>
<td>(StrOpt) webapp listen host</td>
</tr>
<tr>
<td><option>wsapi_port</option> = <replaceable>8080</replaceable></td>
<td>(IntOpt) webapp listen port</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,26 +0,0 @@
<?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_neutron_testing">
<caption>Description of testing configuration options</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><option>fake_rabbit</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,42 +0,0 @@
<?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_rootwrap">
<caption>Description of rootwrap configuration options</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><option>filters_path</option> = <replaceable>/etc/nova/rootwrap.d,/usr/share/nova/rootwrap</replaceable></td>
<td>List of directories to load filter definitions from (separated by ','). These directories MUST all be only writeable by root !</td>
</tr>
<tr>
<td><option>exec_dirs</option> = <replaceable>/sbin,/usr/sbin,/bin,/usr/bin</replaceable></td>
<td>List of directories to search executables in, in case filters do not explicitely specify a full path (separated by ',') If not specified, defaults to system PATH environment variable. These directories MUST all be only writeable by root !</td>
</tr>
<tr>
<td><option>use_syslog</option> = <replaceable>False</replaceable></td>
<td>Enable logging to syslog Default value is False</td>
</tr>
<tr>
<td><option>syslog_log_facility</option> = <replaceable>syslog</replaceable></td>
<td>Which syslog facility to use. Valid values include auth, authpriv, syslog, local0, local1... Default value is 'syslog'</td>
</tr>
<tr>
<td><option>syslog_log_level</option> = <replaceable>ERROR</replaceable></td>
<td>Which messages to log. INFO means log all usage ERROR means only log unsuccessful attempts</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,57 +0,0 @@
<?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_sahara_rootwrap">
<caption>Description of rootwrap configuration options</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><option>filters_path</option> = <replaceable>/etc/sahara/rootwrap.d</replaceable></td>
<td>List of directories to load filter definitions from (separated by ','). These directories MUST all be only writeable by root !</td>
</tr>
<tr>
<td><option>exec_dirs</option> = <replaceable>/sbin,/usr/sbin,/bin,/usr/bin</replaceable></td>
<td>List of directories to search executables in, in case filters do not explicitely specify a full path (separated by ',') If not specified, defaults to system PATH environment variable. These directories MUST all be only writeable by root !</td>
</tr>
<tr>
<td><option>use_syslog</option> = <replaceable>False</replaceable></td>
<td>Enable logging to syslog Default value is False</td>
</tr>
<tr>
<td><option>syslog_log_facility</option> = <replaceable>syslog</replaceable></td>
<td>Which syslog facility to use. Valid values include auth, authpriv, syslog, local0, local1... Default value is 'syslog'</td>
</tr>
<tr>
<td><option>syslog_log_level</option> = <replaceable>ERROR</replaceable></td>
<td>Which messages to log. INFO means log all usage ERROR means only log unsuccessful attempts</td>
</tr>
<tr>
<th colspan="2">[xenapi]</th>
</tr>
<tr>
<td><option>xenapi_connection_url</option> = <replaceable>&lt;None&gt;</replaceable></td>
<td>XenAPI configuration is only required by the L2 agent if it is to target a XenServer/XCP compute host's dom0.</td>
</tr>
<tr>
<td><option>xenapi_connection_username</option> = <replaceable>root</replaceable></td>
<td>No help text available for this option.</td>
</tr>
<tr>
<td><option>xenapi_connection_password</option> = <replaceable>&lt;None&gt;</replaceable></td>
<td>No help text available for this option.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,26 +0,0 @@
<?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_sahara_testing">
<caption>Description of testing configuration options</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><option>fake_rabbit</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,26 +0,0 @@
<?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_trove_testing">
<caption>Description of testing configuration options</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><option>fake_rabbit</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake</td>
</tr>
</tbody>
</table>
</para>

View File

@ -14,7 +14,6 @@
<xi:include href="../../common/tables/cinder-auth_token.xml"/> <xi:include href="../../common/tables/cinder-auth_token.xml"/>
<xi:include href="../../common/tables/cinder-huawei.xml"/> <xi:include href="../../common/tables/cinder-huawei.xml"/>
<xi:include href="../../common/tables/cinder-nas.xml"/> <xi:include href="../../common/tables/cinder-nas.xml"/>
<xi:include href="../../common/tables/cinder-hpmsa.xml"/>
<xi:include href="../../common/tables/cinder-pure.xml"/> <xi:include href="../../common/tables/cinder-pure.xml"/>
<xi:include href="../../common/tables/cinder-database.xml"/> <xi:include href="../../common/tables/cinder-database.xml"/>
<xi:include href="../../common/tables/cinder-keymgr.xml"/> <xi:include href="../../common/tables/cinder-keymgr.xml"/>
@ -25,8 +24,6 @@
<xi:include href="../../common/tables/cinder-rabbitmq.xml"/> <xi:include href="../../common/tables/cinder-rabbitmq.xml"/>
<xi:include href="../../common/tables/cinder-redis.xml"/> <xi:include href="../../common/tables/cinder-redis.xml"/>
<xi:include href="../../common/tables/cinder-zeromq.xml"/> <xi:include href="../../common/tables/cinder-zeromq.xml"/>
<xi:include href="../../common/tables/cinder-san-solaris.xml"/>
<xi:include href="../../common/tables/cinder-rootwrap.xml"/>
<xi:include href="../../common/tables/cinder-ca.xml"/> <xi:include href="../../common/tables/cinder-ca.xml"/>
<xi:include href="../../common/tables/cinder-images.xml"/> <xi:include href="../../common/tables/cinder-images.xml"/>
<xi:include href="../../common/tables/cinder-emc.xml"/> <xi:include href="../../common/tables/cinder-emc.xml"/>
@ -44,20 +41,13 @@
<xi:include href="../../common/tables/cinder-common.xml"/> <xi:include href="../../common/tables/cinder-common.xml"/>
<xi:include href="../../common/tables/cinder-logging.xml"/> <xi:include href="../../common/tables/cinder-logging.xml"/>
<xi:include href="../../common/tables/cinder-debug.xml"/> <xi:include href="../../common/tables/cinder-debug.xml"/>
<xi:include href="../../common/tables/cinder-testing.xml"/>
<xi:include href="../../common/tables/cinder-profiler.xml"/> <xi:include href="../../common/tables/cinder-profiler.xml"/>
<xi:include href="../../common/tables/cinder-ibmnas.xml"/> <xi:include href="../../common/tables/cinder-ibmnas.xml"/>
<xi:include href="../../common/tables/cinder-cloudbyte.xml"/> <xi:include href="../../common/tables/cinder-cloudbyte.xml"/>
<xi:include href="../../common/tables/cinder-drbd.xml"/>
<xi:include href="../../common/tables/cinder-flashsystem.xml"/> <xi:include href="../../common/tables/cinder-flashsystem.xml"/>
<xi:include href="../../common/tables/cinder-openvstorage.xml"/> <xi:include href="../../common/tables/cinder-openvstorage.xml"/>
<xi:include href="../../common/tables/cinder-scst.xml"/> <xi:include href="../../common/tables/cinder-scst.xml"/>
<xi:include href="../../common/tables/cinder-srb.xml"/> <xi:include href="../../common/tables/cinder-srb.xml"/>
<xi:include href="../../common/tables/cinder-violin.xml"/> <xi:include href="../../common/tables/cinder-violin.xml"/>
<!-- The following drivers have been removed from the kilo
release, leave them in for now since they might get added for
liberty if a reported CI gets setup.
<xi:include href="../../common/tables/cinder-drbd.xml"/>
-->
</section> </section>

View File

@ -36,7 +36,6 @@
<xi:include href="../common/tables/ironic-policy.xml"/> <xi:include href="../common/tables/ironic-policy.xml"/>
<xi:include href="../common/tables/ironic-pxe.xml"/> <xi:include href="../common/tables/ironic-pxe.xml"/>
<xi:include href="../common/tables/ironic-redis.xml"/> <xi:include href="../common/tables/ironic-redis.xml"/>
<xi:include href="../common/tables/ironic-rootwrap.xml"/>
<xi:include href="../common/tables/ironic-rpc.xml"/> <xi:include href="../common/tables/ironic-rpc.xml"/>
<xi:include href="../common/tables/ironic-rabbitmq.xml"/> <xi:include href="../common/tables/ironic-rabbitmq.xml"/>
<xi:include href="../common/tables/ironic-qpid.xml"/> <xi:include href="../common/tables/ironic-qpid.xml"/>

View File

@ -29,7 +29,6 @@
<xi:include href="../common/tables/trove-nova.xml"/> <xi:include href="../common/tables/trove-nova.xml"/>
<xi:include href="../common/tables/trove-quota.xml"/> <xi:include href="../common/tables/trove-quota.xml"/>
<xi:include href="../common/tables/trove-redis.xml"/> <xi:include href="../common/tables/trove-redis.xml"/>
<xi:include href="../common/tables/trove-testing.xml"/>
<xi:include href="../common/tables/trove-swift.xml"/> <xi:include href="../common/tables/trove-swift.xml"/>
<xi:include href="../common/tables/trove-taskmanager.xml"/> <xi:include href="../common/tables/trove-taskmanager.xml"/>
<xi:include href="../common/tables/trove-upgrades.xml"/> <xi:include href="../common/tables/trove-upgrades.xml"/>

View File

@ -25,9 +25,7 @@
<xi:include href="../common/tables/sahara-qpid.xml"/> <xi:include href="../common/tables/sahara-qpid.xml"/>
<xi:include href="../common/tables/sahara-rabbitmq.xml"/> <xi:include href="../common/tables/sahara-rabbitmq.xml"/>
<xi:include href="../common/tables/sahara-redis.xml"/> <xi:include href="../common/tables/sahara-redis.xml"/>
<xi:include href="../common/tables/sahara-rootwrap.xml"/>
<xi:include href="../common/tables/sahara-rpc.xml"/> <xi:include href="../common/tables/sahara-rpc.xml"/>
<xi:include href="../common/tables/sahara-testing.xml"/>
<xi:include href="../common/tables/sahara-timeouts.xml"/> <xi:include href="../common/tables/sahara-timeouts.xml"/>
<xi:include href="../common/tables/sahara-zeromq.xml"/> <xi:include href="../common/tables/sahara-zeromq.xml"/>

View File

@ -80,7 +80,6 @@ options. For installation prerequisites and step-by-step walkthroughs, see the
<xi:include href="../common/tables/keystone-role.xml"/> <xi:include href="../common/tables/keystone-role.xml"/>
<xi:include href="../common/tables/keystone-saml.xml"/> <xi:include href="../common/tables/keystone-saml.xml"/>
<xi:include href="../common/tables/keystone-security.xml"/> <xi:include href="../common/tables/keystone-security.xml"/>
<xi:include href="../common/tables/keystone-testing.xml"/>
<xi:include href="../common/tables/keystone-token.xml"/> <xi:include href="../common/tables/keystone-token.xml"/>
<xi:include href="../common/tables/keystone-trust.xml"/> <xi:include href="../common/tables/keystone-trust.xml"/>

View File

@ -39,11 +39,9 @@
<xi:include href="../common/tables/ceilometer-rabbitmq.xml"/> <xi:include href="../common/tables/ceilometer-rabbitmq.xml"/>
<xi:include href="../common/tables/ceilometer-redis.xml"/> <xi:include href="../common/tables/ceilometer-redis.xml"/>
<xi:include href="../common/tables/ceilometer-rgw.xml"/> <xi:include href="../common/tables/ceilometer-rgw.xml"/>
<xi:include href="../common/tables/ceilometer-rootwrap.xml"/>
<xi:include href="../common/tables/ceilometer-rpc.xml"/> <xi:include href="../common/tables/ceilometer-rpc.xml"/>
<xi:include href="../common/tables/ceilometer-service_types.xml"/> <xi:include href="../common/tables/ceilometer-service_types.xml"/>
<xi:include href="../common/tables/ceilometer-swift.xml"/> <xi:include href="../common/tables/ceilometer-swift.xml"/>
<xi:include href="../common/tables/ceilometer-testing.xml"/>
<xi:include href="../common/tables/ceilometer-tripleo.xml"/> <xi:include href="../common/tables/ceilometer-tripleo.xml"/>
<xi:include href="../common/tables/ceilometer-vmware.xml"/> <xi:include href="../common/tables/ceilometer-vmware.xml"/>
<xi:include href="../common/tables/ceilometer-xenapi.xml"/> <xi:include href="../common/tables/ceilometer-xenapi.xml"/>

View File

@ -46,7 +46,6 @@
<xi:include href="../../common/tables/nova-quota.xml"/> <xi:include href="../../common/tables/nova-quota.xml"/>
<xi:include href="../../common/tables/nova-rdp.xml"/> <xi:include href="../../common/tables/nova-rdp.xml"/>
<xi:include href="../../common/tables/nova-redis.xml"/> <xi:include href="../../common/tables/nova-redis.xml"/>
<xi:include href="../../common/tables/nova-rootwrap.xml"/>
<xi:include href="../../common/tables/nova-s3.xml"/> <xi:include href="../../common/tables/nova-s3.xml"/>
<xi:include href="../../common/tables/nova-scheduler.xml"/> <xi:include href="../../common/tables/nova-scheduler.xml"/>
<xi:include href="../../common/tables/nova-serial_console.xml"/> <xi:include href="../../common/tables/nova-serial_console.xml"/>

View File

@ -138,13 +138,6 @@
<xi:include href="../../common/tables/neutron-quotas.xml"/> <xi:include href="../../common/tables/neutron-quotas.xml"/>
</section> </section>
<section xml:id="networking-options-rootwrap">
<title>Rootwrap</title>
<para>Use the following options in the
<filename>neutron.conf</filename> file for the rootwrap settings</para>
<xi:include href="../../common/tables/neutron-rootwrap.xml"/>
</section>
<section xml:id="networking-options-scheduler"> <section xml:id="networking-options-scheduler">
<title>Scheduler</title> <title>Scheduler</title>
<para>Use the following options in the <para>Use the following options in the
@ -191,10 +184,4 @@ for your driver to change security group settings.</para>
<xi:include href="../../common/tables/neutron-ca.xml"/> <xi:include href="../../common/tables/neutron-ca.xml"/>
</section> </section>
<section xml:id="networking-options-testing">
<title>Testing</title>
<para>Use the following options to alter testing-related features.</para>
<xi:include href="../../common/tables/neutron-testing.xml"/>
</section>
</section> </section>

View File

@ -79,15 +79,6 @@
<para>Configure switch names to be used as group names <para>Configure switch names to be used as group names
as described below</para> as described below</para>
<xi:include href="../../common/tables/neutron-ml2_brocade_fi_ni.xml"/> <xi:include href="../../common/tables/neutron-ml2_brocade_fi_ni.xml"/>
<para>Configure MLX and ICX switch options in the form of switch
groups as described in the example below:</para>
<xi:include href="../../common/tables/neutron-ml2_brocade_fi_ni_switch.xml"/>
<note>
<para>Define a switch group for each MLX and ICX switch using the switch
names used in <option>switch_names</option> configuration
option as a group name.
</para>
</note>
</section> </section>
<section xml:id="networking-plugin-ml2_cisco"> <section xml:id="networking-plugin-ml2_cisco">
<title>Modular Layer 2 (ml2) Cisco Mechanism configuration <title>Modular Layer 2 (ml2) Cisco Mechanism configuration

View File

@ -46,17 +46,6 @@
<xi:include <xi:include
href="../../common/tables/neutron-l3_brocade_mlx.xml" href="../../common/tables/neutron-l3_brocade_mlx.xml"
/> />
<para>Configure MLX switch options in the form of switch
groups as described in the example below:</para>
<xi:include
href="../../common/tables/neutron-l3_brocade_mlx_switch.xml"
/>
<note>
<para>Define a switch group for each switch using the switch
names used in <option>switch_names</option> configuration
option as a group name.
</para>
</note>
</section> </section>
<section xml:id="networking-plugin-brocade_vyatta_l3"> <section xml:id="networking-plugin-brocade_vyatta_l3">
<title>Brocade Vyatta layer 3 plug-in</title> <title>Brocade Vyatta layer 3 plug-in</title>
@ -74,9 +63,6 @@
<xi:include <xi:include
href="../../common/tables/neutron-cisco.xml" href="../../common/tables/neutron-cisco.xml"
/> />
<xi:include
href="../../common/tables/neutron-cfg_agent.xml"
/>
</section> </section>
<section xml:id="networking-plugin-hyperv_agent"> <section xml:id="networking-plugin-hyperv_agent">
<title>CloudBase Hyper-V Agent configuration <title>CloudBase Hyper-V Agent configuration
@ -132,12 +118,6 @@
href="../../common/tables/neutron-nec.xml" href="../../common/tables/neutron-nec.xml"
/> />
</section> </section>
<section xml:id="networking-plugin-nuage">
<title>Nuage configuration options</title>
<xi:include
href="../../common/tables/neutron-nuage.xml"
/>
</section>
<section xml:id="networking-plugin-nvsd"> <section xml:id="networking-plugin-nvsd">
<title>One Convergence NVSD configuration options</title> <title>One Convergence NVSD configuration options</title>
<xi:include <xi:include