openstack-manuals/doc/common/tables/manila-storage.xml
Atsushi SAKAI d9dd4ab609 Fix config-ref manila for Liberty
Adding
    GPFS    1-table
    ganesha 1-variable

Change-Id: Iafe225dda489012dfa300a931db6b9c727ef7865
Related-Bug: #1407581
2015-10-29 23:31:24 +09:00

85 lines
3.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_manila_storage">
<caption>Description of Storage 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>cinder_admin_auth_url</option> = <replaceable>http://localhost:5000/v2.0</replaceable></td>
<td>(StrOpt) Identity service URL.</td>
</tr>
<tr>
<td><option>cinder_admin_password</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Cinder admin password.</td>
</tr>
<tr>
<td><option>cinder_admin_tenant_name</option> = <replaceable>service</replaceable></td>
<td>(StrOpt) Cinder admin tenant name.</td>
</tr>
<tr>
<td><option>cinder_admin_username</option> = <replaceable>cinder</replaceable></td>
<td>(StrOpt) Cinder admin username.</td>
</tr>
<tr>
<td><option>cinder_api_insecure</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Allow to perform insecure SSL requests to cinder.</td>
</tr>
<tr>
<td><option>cinder_ca_certificates_file</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Location of CA certificates file to use for cinder client requests.</td>
</tr>
<tr>
<td><option>cinder_catalog_info</option> = <replaceable>volume:cinder:publicURL</replaceable></td>
<td>(StrOpt) Info to match when looking for cinder in the service catalog. Format is separated values of the form: &lt;service_type&gt;:&lt;service_name&gt;:&lt;endpoint_type&gt;</td>
</tr>
<tr>
<td><option>cinder_cross_az_attach</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Allow attaching between instances and volumes in different availability zones.</td>
</tr>
<tr>
<td><option>cinder_http_retries</option> = <replaceable>3</replaceable></td>
<td>(IntOpt) Number of cinderclient retries on failed HTTP calls.</td>
</tr>
<tr>
<td><option>cinder_volume_type</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Name or id of cinder volume type which will be used for all volumes created by driver.</td>
</tr>
<tr>
<td><option>max_gigabytes</option> = <replaceable>10000</replaceable></td>
<td>(IntOpt) Maximum number of volume gigabytes to allow per host.</td>
</tr>
</tbody>
</table>
</para>