c41dbfc0e2
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
55 lines
2.1 KiB
XML
55 lines
2.1 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_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>
|