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

69 lines
2.6 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_winrm">
<caption>Description of WinRM 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>winrm_cert_key_pem_path</option> = <replaceable>~/.ssl/key.pem</replaceable></td>
<td>(StrOpt) Path to the x509 certificate key.</td>
</tr>
<tr>
<td><option>winrm_cert_pem_path</option> = <replaceable>~/.ssl/cert.pem</replaceable></td>
<td>(StrOpt) Path to the x509 certificate used for accessing the serviceinstance.</td>
</tr>
<tr>
<td><option>winrm_conn_timeout</option> = <replaceable>60</replaceable></td>
<td>(IntOpt) WinRM connection timeout.</td>
</tr>
<tr>
<td><option>winrm_operation_timeout</option> = <replaceable>60</replaceable></td>
<td>(IntOpt) WinRM operation timeout.</td>
</tr>
<tr>
<td><option>winrm_retry_count</option> = <replaceable>3</replaceable></td>
<td>(IntOpt) WinRM retry count.</td>
</tr>
<tr>
<td><option>winrm_retry_interval</option> = <replaceable>5</replaceable></td>
<td>(IntOpt) WinRM retry interval in seconds</td>
</tr>
<tr>
<td><option>winrm_use_cert_based_auth</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Use x509 certificates in order to authenticate to theservice instance.</td>
</tr>
</tbody>
</table>
</para>