Files
openstack-manuals/doc/config-reference/source/tables/manila-winrm.rst
Gauvain Pocentek 26510e84dd [config-ref] Publish the RST version
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b
Implements: blueprint config-ref-rst
2015-12-21 09:44:24 +01:00

1.3 KiB

Description of WinRM configuration options
Configuration option = Default value Description
[DEFAULT]
winrm_cert_key_pem_path = ~/.ssl/key.pem (StrOpt) Path to the x509 certificate key.
winrm_cert_pem_path = ~/.ssl/cert.pem (StrOpt) Path to the x509 certificate used for accessing the serviceinstance.
winrm_conn_timeout = 60 (IntOpt) WinRM connection timeout.
winrm_operation_timeout = 60 (IntOpt) WinRM operation timeout.
winrm_retry_count = 3 (IntOpt) WinRM retry count.
winrm_retry_interval = 5 (IntOpt) WinRM retry interval in seconds
winrm_use_cert_based_auth = False (BoolOpt) Use x509 certificates in order to authenticate to theservice instance.