Update cinder config ref tables
Get the latest help strings for NetApp. Split the FC zoning options in three tables. Change-Id: I6426a43d5b8e388eb2b877463fea50c5823d1b10
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
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">
|
||||
<table rules="all" xml:id="config_table_cinder_api">
|
||||
<caption>Description of configuration options for api</caption>
|
||||
<col width="50%"/>
|
||||
<col width="50%"/>
|
||||
@@ -38,6 +38,10 @@
|
||||
<td>enable_v2_api = True</td>
|
||||
<td>(BoolOpt) Deploy v2 of the Cinder API.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>extra_capabilities = {}</td>
|
||||
<td>(StrOpt) User defined capabilities, a JSON formatted string specifying key/value pairs.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>max_header_line = 16384</td>
|
||||
<td>(IntOpt) Maximum line size of message headers to be accepted. max_header_line may need to be increased when using large tokens (typically those generated by the Keystone v3 API with big service catalogs).</td>
|
||||
@@ -86,6 +90,14 @@
|
||||
<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>(IntOpt) The number of characters in the autogenerated auth key.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>volume_transfer_salt_length = 8</td>
|
||||
<td>(IntOpt) The number of characters in the salt.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
|
||||
Reference in New Issue
Block a user