KATO Tomoyuki ce094c144b [config-ref] Add table labels
Change-Id: If4e4b6fccb77092ef5939100960ebf278f0e5bf9
2015-11-23 10:57:54 +09: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.