openstack-manuals/doc/common/tables/manila-quobyte.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

73 lines
2.8 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_quobyte">
<caption>Description of Quobyte 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>quobyte_api_ca</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) The X.509 CA file to verify the server cert.</td>
</tr>
<tr>
<td><option>quobyte_api_password</option> = <replaceable>quobyte</replaceable></td>
<td>(StrOpt) Password for Quobyte API server</td>
</tr>
<tr>
<td><option>quobyte_api_url</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) URL of the Quobyte API server (http or https)</td>
</tr>
<tr>
<td><option>quobyte_api_username</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) Username for Quobyte API server.</td>
</tr>
<tr>
<td><option>quobyte_default_volume_group</option> = <replaceable>root</replaceable></td>
<td>(StrOpt) Default owning group for new volumes.</td>
</tr>
<tr>
<td><option>quobyte_default_volume_user</option> = <replaceable>root</replaceable></td>
<td>(StrOpt) Default owning user for new volumes.</td>
</tr>
<tr>
<td><option>quobyte_delete_shares</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Actually deletes shares (vs. unexport)</td>
</tr>
<tr>
<td><option>quobyte_volume_configuration</option> = <replaceable>BASE</replaceable></td>
<td>(StrOpt) Name of volume configuration used for new shares.</td>
</tr>
</tbody>
</table>
</para>