Update whitespace and change td in thead to th

This commit just changes the autogenerated files to match what's output
after the following commits in openstack-doc-tools:
d740b7f4dd84a2142b7a370ebf3cf10f76c2a651
6708afbef1f4a662fd1b164ce3f635ad71ba7662

Change-Id: Ie48b99deb54877f9857abe94e90c9f160852aa92
This commit is contained in:
Shaun McCance
2014-01-07 16:01:52 -05:00
parent 5424edda6e
commit 1d75d9ec43
231 changed files with 2591 additions and 2591 deletions

View File

@@ -10,77 +10,77 @@
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>Description</td>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>allow_additional_image_properties=True</td>
<td>allow_additional_image_properties = True</td>
<td>(BoolOpt) Whether to allow users to specify image properties beyond what the image schema provides</td>
</tr>
<tr>
<td>api_limit_max=1000</td>
<td>api_limit_max = 1000</td>
<td>(IntOpt) Maximum permissible number of items that could be returned by a request</td>
</tr>
<tr>
<td>backlog=4096</td>
<td>backlog = 4096</td>
<td>(IntOpt) The backlog value that will be used when creating the TCP listener socket.</td>
</tr>
<tr>
<td>bind_host=0.0.0.0</td>
<td>bind_host = 0.0.0.0</td>
<td>(StrOpt) Address to bind the server. Useful when selecting a particular network interface.</td>
</tr>
<tr>
<td>bind_port=None</td>
<td>bind_port = None</td>
<td>(IntOpt) The port on which the server will listen.</td>
</tr>
<tr>
<td>data_api=glance.db.sqlalchemy.api</td>
<td>data_api = glance.db.sqlalchemy.api</td>
<td>(StrOpt) Python module path of data access API</td>
</tr>
<tr>
<td>disable_process_locking=False</td>
<td>disable_process_locking = False</td>
<td>(BoolOpt) Whether to disable inter-process locks</td>
</tr>
<tr>
<td>limit_param_default=25</td>
<td>limit_param_default = 25</td>
<td>(IntOpt) Default value for the number of items returned by a request if not specified explicitly in the request</td>
</tr>
<tr>
<td>lock_path=None</td>
<td>lock_path = None</td>
<td>(StrOpt) Directory to use for lock files.</td>
</tr>
<tr>
<td>metadata_encryption_key=None</td>
<td>metadata_encryption_key = None</td>
<td>(StrOpt) Key used for encrypting sensitive metadata while talking to the registry or database.</td>
</tr>
<tr>
<td>notifier_strategy=default</td>
<td>notifier_strategy = default</td>
<td>(StrOpt) Notifications can be sent when images are create, updated or deleted. There are three methods of sending notifications, logging (via the log_file directive), rabbit (via a rabbitmq queue), qpid (via a Qpid message queue), or noop (no notifications sent, the default).</td>
</tr>
<tr>
<td>os_region_name=None</td>
<td>os_region_name = None</td>
<td>(StrOpt) Region name of this node</td>
</tr>
<tr>
<td>property_protection_file=None</td>
<td>property_protection_file = None</td>
<td>(StrOpt) The location of the property protection file.</td>
</tr>
<tr>
<td>show_image_direct_url=False</td>
<td>show_image_direct_url = False</td>
<td>(BoolOpt) Whether to include the backend image storage location in image properties. Revealing storage location can be a security risk, so use this setting with caution!</td>
</tr>
<tr>
<td>use_tpool=False</td>
<td>use_tpool = False</td>
<td>(BoolOpt) Enable the use of thread pooling for all DB API calls</td>
</tr>
<tr>
<td>user_storage_quota=0</td>
<td>user_storage_quota = 0</td>
<td>(IntOpt) Set a system wide quota for every user. This value is the total number of bytes that a user can use across all storage systems. A value of 0 means unlimited.</td>
</tr>
<tr>
<td>workers=1</td>
<td>workers = 1</td>
<td>(IntOpt) The number of child process workers that will be created to service API requests.</td>
</tr>
</tbody>