Browse Source
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: Id2da7d7762ca954bd552dbf89a9ff28b144efb68changes/56/115256/2
141 changed files with 1520 additions and 475 deletions
@ -0,0 +1,26 @@
|
||||
<?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_debug"> |
||||
<caption>Description of configuration options for debug</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>nova_http_log_debug = False</td> |
||||
<td>(BoolOpt) Allow novaclient's debug log output.</td> |
||||
</tr> |
||||
</tbody> |
||||
</table> |
||||
</para> |
@ -0,0 +1,26 @@
|
||||
<?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_glance"> |
||||
<caption>Description of configuration options for glance</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>glance_page_size = 0</td> |
||||
<td>(IntOpt) Number of items to request in each paginated Glance API request (parameter used by glancecelient). If this is less than or equal to 0, page size is not specified (default value in glanceclient is used).</td> |
||||
</tr> |
||||
</tbody> |
||||
</table> |
||||
</para> |
@ -0,0 +1,34 @@
|
||||
<?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_tripleo"> |
||||
<caption>Description of configuration options for tripleo</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">[hardware]</th> |
||||
</tr> |
||||
<tr> |
||||
<td>readonly_user_name = ro_snmp_user</td> |
||||
<td>(StrOpt) SNMPd user name of all nodes running in the cloud.</td> |
||||
</tr> |
||||
<tr> |
||||
<td>readonly_user_password = password</td> |
||||
<td>(StrOpt) SNMPd password of all the nodes running in the cloud</td> |
||||
</tr> |
||||
<tr> |
||||
<td>url_scheme = snmp://</td> |
||||
<td>(StrOpt) URL scheme to use for hardware nodes</td> |
||||
</tr> |
||||
</tbody> |
||||
</table> |
||||
</para> |
@ -0,0 +1,30 @@
|
||||
<?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_nimble"> |
||||
<caption>Description of configuration options for nimble</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>nimble_pool_name = default</td> |
||||
<td>(StrOpt) Nimble Controller pool name</td> |
||||
</tr> |
||||
<tr> |
||||
<td>nimble_subnet_label = *</td> |
||||
<td>(StrOpt) Nimble Subnet Label</td> |
||||
</tr> |
||||
</tbody> |
||||
</table> |
||||
</para> |
@ -0,0 +1,46 @@
|
||||
<?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_prophetstor_dpl"> |
||||
<caption>Description of configuration options for prophetstor_dpl</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>dpl_pool = </td> |
||||
<td>(StrOpt) DPL pool uuid in which DPL volumes are stored.</td> |
||||
</tr> |
||||
<tr> |
||||
<td>dpl_port = 8357</td> |
||||
<td>(IntOpt) DPL port number.</td> |
||||
</tr> |
||||
<tr> |
||||
<td>san_ip = </td> |
||||
<td>(StrOpt) IP address of SAN controller</td> |
||||
</tr> |
||||
<tr> |
||||
<td>san_login = admin</td> |
||||
<td>(StrOpt) Username for SAN controller</td> |
||||
</tr> |
||||
<tr> |
||||
<td>san_password = </td> |
||||
<td>(StrOpt) Password for SAN controller</td> |
||||
</tr> |
||||
<tr> |
||||
<td>san_thin_provision = True</td> |
||||
<td>(BoolOpt) Use thin provisioning for SAN volumes?</td> |
||||
</tr> |
||||
</tbody> |
||||
</table> |
||||
</para> |
@ -1,47 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- Warning: Do not edit this file. It is automatically |
||||
generated and your changes will be overwritten. |
||||
The tool to do so lives in the tools directory of this |
||||
repository --> |
||||
<para xmlns="http://docbook.org/ns/docbook" version="5.0"> |
||||
<table rules="all" xml:id="config_table_cinder_prophetstor_dpl"> |
||||
<caption>Description of configuration options for ProphetStor storage</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>san_ip = </td> |
||||
<td>(StrOpt) IP address of SAN controller.</td> |
||||
</tr> |
||||
<tr> |
||||
<td>san_login = </td> |
||||
<td>(StrOpt) Username for SAN controller.</td> |
||||
</tr> |
||||
<tr> |
||||
<td>san_password = </td> |
||||
<td>(StrOpt) Password for SAN controller.</td> |
||||
</tr> |
||||
<tr> |
||||
<td>san_thin_provision = True</td> |
||||
<td>(BoolOpt) Use thin provisioning for SAN volumes.</td> |
||||
</tr> |
||||
<tr> |
||||
<td>dpl_port = 8357</td> |
||||
<td>(IntOpt) Port number of ProphetStor DPL storage server.</td> |
||||
</tr> |
||||
<tr> |
||||
<td>dpl_pool = </td> |
||||
<td>(StrOpt) Pool id of ProphetStor DPL storage server.</td> |
||||
</tr> |
||||
</tbody> |
||||
</table> |
||||
</para> |
@ -0,0 +1,26 @@
|
||||
<?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_pure"> |
||||
<caption>Description of configuration options for pure</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>pure_api_token = None</td> |
||||
<td>(StrOpt) REST API authorization token.</td> |
||||
</tr> |
||||
</tbody> |
||||
</table> |
||||
</para> |
@ -0,0 +1,30 @@
|
||||
<?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_swift"> |
||||
<caption>Description of configuration options for swift</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>backup_swift_auth_version = 1</td> |
||||
<td>(StrOpt) Swift authentication version. Specify "1" for auth 1.0, or "2" for auth 2.0</td> |
||||
</tr> |
||||
<tr> |
||||
<td>backup_swift_tenant = None</td> |
||||
<td>(StrOpt) Swift tenant/account name. Required when connecting to an auth 2.0 system</td> |
||||
</tr> |
||||
</tbody> |
||||
</table> |
||||
</para> |
@ -0,0 +1,30 @@
|
||||
<?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_glance_profiler"> |
||||
<caption>Description of configuration options for profiler</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">[profiler]</th> |
||||
</tr> |
||||
<tr> |
||||
<td>enabled = True</td> |
||||
<td>(BoolOpt) If False fully disable profiling feature.</td> |
||||
</tr> |
||||
<tr> |
||||
<td>trace_sqlalchemy = True</td> |
||||
<td>(BoolOpt) If False doesn't trace SQL requests.</td> |
||||
</tr> |
||||
</tbody> |
||||
</table> |
||||
</para> |