Regenerate trove tables

Update trove tables.
Add new file trove.headers for nicer names of the tables.

Change-Id: If2a800e3442a4b863f02adb161103f971cdb1124
Related-Bug: #1361026
This commit is contained in:
Andreas Jaeger
2014-08-25 19:44:42 +02:00
parent f9c66f993a
commit e9416d2667
33 changed files with 124 additions and 32 deletions

View File

@@ -4,7 +4,7 @@
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_db_cassandra">
<caption>Description of configuration options for db_cassandra</caption>
<caption>Description of Cassandra database configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
@@ -29,6 +29,10 @@
<td>mount_point = /var/lib/cassandra</td>
<td>(StrOpt) Filesystem path for mounting volumes if volume support is enabled.</td>
</tr>
<tr>
<td>replication_strategy = None</td>
<td>(StrOpt) Default strategy for replication.</td>
</tr>
<tr>
<td>tcp_ports = 7000, 7001, 9042, 9160</td>
<td>(ListOpt) List of TCP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).</td>