e7cbc675ce
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
69 lines
3.2 KiB
XML
69 lines
3.2 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!--
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
|
|
Warning: Do not edit this file. It is automatically
|
|
generated from the software project's code and your changes
|
|
will be overwritten.
|
|
|
|
The tool to generate this file lives in openstack-doc-tools
|
|
repository.
|
|
|
|
Please make any changes needed in the code, then run the
|
|
autogenerate-config-doc tool from the openstack-doc-tools
|
|
repository, or ask for help on the documentation mailing list,
|
|
IRC channel or meeting.
|
|
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
-->
|
|
<table rules="all" xml:id="config_table_cinder_eqlx">
|
|
<caption>Description of Dell EqualLogic volume driver configuration options</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><option>eqlx_chap_login</option> = <replaceable>admin</replaceable></td>
|
|
<td>(StrOpt) Existing CHAP account name. Note that this option is deprecated in favour of "chap_username" as specified in cinder/volume/driver.py and will be removed in next release.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>eqlx_chap_password</option> = <replaceable>password</replaceable></td>
|
|
<td>(StrOpt) Password for specified CHAP account name. Note that this option is deprecated in favour of "chap_password" as specified in cinder/volume/driver.py and will be removed in the next release</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>eqlx_cli_max_retries</option> = <replaceable>5</replaceable></td>
|
|
<td>(IntOpt) Maximum retry count for reconnection. Default is 5.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>eqlx_cli_timeout</option> = <replaceable>30</replaceable></td>
|
|
<td>(IntOpt) Timeout for the Group Manager cli command execution. Default is 30. Note that this option is deprecated in favour of "ssh_conn_timeout" as specified in cinder/volume/drivers/san/san.py and will be removed in M release.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>eqlx_group_name</option> = <replaceable>group-0</replaceable></td>
|
|
<td>(StrOpt) Group name to use for creating volumes. Defaults to "group-0".</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>eqlx_pool</option> = <replaceable>default</replaceable></td>
|
|
<td>(StrOpt) Pool in which volumes will be created. Defaults to "default".</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>eqlx_use_chap</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Use CHAP authentication for targets. Note that this option is deprecated in favour of "use_chap_auth" as specified in cinder/volume/driver.py and will be removed in next release.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|