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:
@@ -10,69 +10,69 @@
|
||||
<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>api_paste_config=api-paste.ini</td>
|
||||
<td>api_paste_config = api-paste.ini</td>
|
||||
<td>(StrOpt) File name for the paste.deploy config for cinder-api</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>api_rate_limit=True</td>
|
||||
<td>api_rate_limit = True</td>
|
||||
<td>(BoolOpt) whether to rate limit the api</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>backdoor_port=None</td>
|
||||
<td>backdoor_port = None</td>
|
||||
<td>(IntOpt) port for eventlet backdoor to listen</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>enable_v1_api=True</td>
|
||||
<td>enable_v1_api = True</td>
|
||||
<td>(BoolOpt) Deploy v1 of the Cinder API. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>enable_v2_api=True</td>
|
||||
<td>enable_v2_api = True</td>
|
||||
<td>(BoolOpt) Deploy v2 of the Cinder API. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>osapi_max_limit=1000</td>
|
||||
<td>osapi_max_limit = 1000</td>
|
||||
<td>(IntOpt) the maximum number of items returned in a single response from a collection resource</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>osapi_max_request_body_size=114688</td>
|
||||
<td>osapi_max_request_body_size = 114688</td>
|
||||
<td>(IntOpt) Max size for body of a request</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>osapi_volume_base_URL=None</td>
|
||||
<td>osapi_volume_base_URL = None</td>
|
||||
<td>(StrOpt) Base URL that will be presented to users in links to the OpenStack Volume API</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>osapi_volume_extension=['cinder.api.contrib.standard_extensions']</td>
|
||||
<td>osapi_volume_extension = ['cinder.api.contrib.standard_extensions']</td>
|
||||
<td>(MultiStrOpt) osapi volume extension to load</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>osapi_volume_ext_list=</td>
|
||||
<td>osapi_volume_ext_list = </td>
|
||||
<td>(ListOpt) Specify list of extensions to load when using osapi_volume_extension option with cinder.api.contrib.select_extensions</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>transfer_api_class=cinder.transfer.api.API</td>
|
||||
<td>transfer_api_class = cinder.transfer.api.API</td>
|
||||
<td>(StrOpt) The full class name of the volume transfer API class</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>volume_api_class=cinder.volume.api.API</td>
|
||||
<td>volume_api_class = cinder.volume.api.API</td>
|
||||
<td>(StrOpt) The full class name of the volume API class to use</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>volume_name_template=volume-%s</td>
|
||||
<td>volume_name_template = volume-%s</td>
|
||||
<td>(StrOpt) Template string to be used to generate volume names</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>volume_transfer_key_length=16</td>
|
||||
<td>volume_transfer_key_length = 16</td>
|
||||
<td>(IntOpt) The number of characters in the autogenerated auth key.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>volume_transfer_salt_length=8</td>
|
||||
<td>volume_transfer_salt_length = 8</td>
|
||||
<td>(IntOpt) The number of characters in the salt.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user