openstack-manuals/doc/common/tables/manila-storage.xml
Mark Sturdevant c41dbfc0e2 Add Shared File Systems (manila) to Config Ref
Shared File Systems service (manila) should be added to
the Config Ref similar to Block Storage (cinder).
The content would be similar to cinder in that it
would have sections to describe Intro, Drivers,
Log Files and Options.

Change-Id: I89fc64f8cd4fe880b36017139e7989f3a4100cc6
Implements: blueprint manila-config-ref
2015-09-22 15:21:28 -07:00

67 lines
2.8 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<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>