Files
openstack-manuals/doc/config-reference/source/tables/ceilometer-vmware.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.7 KiB

Description of VMware configuration options
Configuration option = Default value Description
[vmware]
api_retry_count = 10 (IntOpt) Number of times a VMware vSphere API may be retried.
ca_file = None (StrOpt) CA bundle file to use in verifying the vCenter server certificate.
host_ip = (StrOpt) IP address of the VMware vSphere host.
host_password = (StrOpt) Password of VMware vSphere.
host_port = 443 (PortOpt) Port of the VMware vSphere host.
host_username = (StrOpt) Username of VMware vSphere.
insecure = False (BoolOpt) 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 (FloatOpt) Sleep time in seconds for polling an ongoing async task.
wsdl_location = None (StrOpt) Optional vim service WSDL location e.g http://<server>/vimService.wsdl. Optional over-ride to default location for bug work-arounds.