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

51 lines
1.9 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_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>