Gauvain Pocentek cce63f68aa [config-ref] Tables update
Change-Id: Ia766f93b9ce5b1560ebe37da65bd70be61a0fdd1
2016-03-19 08:34:45 +01:00

1.7 KiB

Description of VMware configuration options
Configuration option = Default value Description
[vmware]
api_retry_count = 10 (Integer) Number of times a VMware vSphere API may be retried.
ca_file = None (String) CA bundle file to use in verifying the vCenter server certificate.
host_ip = (String) IP address of the VMware vSphere host.
host_password = (String) Password of VMware vSphere.
host_port = 443 (Unknown) Port of the VMware vSphere host.
host_username = (String) Username of VMware vSphere.
insecure = False (Boolean) If true, the vCenter server certificate is not verified. If false, then the default CA truststore is used for verification. This option is ignored if "ca_file" is set.
task_poll_interval = 0.5 (Floating point) Sleep time in seconds for polling an ongoing async task.
wsdl_location = None (String) Optional vim service WSDL location e.g http://<server>/vimService.wsdl. Optional over-ride to default location for bug work-arounds.