
The HP 3PAR Manila 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 3PAR Manila driver is now Hewlett Packard Enterprise (HPE). Closes-Bug: #1517283 Change-Id: I0253a5fba8218960014d0b06cbc92baa6a775a2c
85 lines
3.2 KiB
XML
85 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_manila_hpe3par">
|
|
<caption>Description of HPE 3PAR Share 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>hpe3par_api_url</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) 3PAR WSAPI Server Url like https://<3par ip>:8080/api/v1</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hpe3par_debug</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Enable HTTP debugging to 3PAR</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hpe3par_fpg</option> = <replaceable>OpenStack</replaceable></td>
|
|
<td>(StrOpt) The File Provisioning Group (FPG) to use</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hpe3par_fstore_per_share</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Use one filestore per share</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hpe3par_password</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) 3PAR password for the user specified in hpe3par_username</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hpe3par_san_ip</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) IP address of SAN controller</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hpe3par_san_login</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Username for SAN controller</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hpe3par_san_password</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Password for SAN controller</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hpe3par_san_ssh_port</option> = <replaceable>22</replaceable></td>
|
|
<td>(IntOpt) SSH port to use with SAN</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hpe3par_share_ip_address</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) The IP address for shares not using a share server</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hpe3par_username</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) 3PAR username with the 'edit' role</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|