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
59 lines
2.1 KiB
XML
59 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_emc">
|
|
<caption>Description of EMC Share Drivers 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>emc_nas_login</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) User name for the EMC server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>emc_nas_password</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Password for the EMC server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>emc_nas_pool_name</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) EMC pool name.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>emc_nas_root_dir</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) The root directory where shares will be located.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>emc_nas_server</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) EMC server hostname or IP address.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>emc_nas_server_container</option> = <replaceable>server_2</replaceable></td>
|
|
<td>(StrOpt) Container of share servers.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>emc_nas_server_port</option> = <replaceable>8080</replaceable></td>
|
|
<td>(IntOpt) Port number for the EMC server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>emc_nas_server_secure</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Use secure connection to server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>emc_share_backend</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Share backend.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|