ef60b8ffd7
The HP LeftHand Cinder driver was recently refactored to be HPE. The same refactoring is being done to the documentation with this patch. It is being done because the company managing the HP LeftHand Cinder driver is now Hewlett Packard Enterprise (HPE). Closes-Bug: #1517648 Change-Id: Ibe4d4ff73591348fcf5997984e89d0a895172f6b
65 lines
2.5 KiB
XML
65 lines
2.5 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_hpelefthand">
|
|
<caption>Description of HPE LeftHand/StoreVirtual 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>hpelefthand_api_url</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) HPE LeftHand WSAPI Server Url like https://<LeftHand ip>:8081/lhos</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hpelefthand_clustername</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) HPE LeftHand cluster name</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hpelefthand_debug</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Enable HTTP debugging to LeftHand</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hpelefthand_iscsi_chap_enabled</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Configure CHAP authentication for iSCSI connections (Default: Disabled)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hpelefthand_password</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) HPE LeftHand Super user password</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hpelefthand_username</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) HPE LeftHand Super user username</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|