Description of VMware configuration options
Configuration option = Default value Description
[DEFAULT]
= 10 (IntOpt) Number of times VMware ESX/vCenter server API must be retried upon connection related issues.
= None (StrOpt) CA bundle file to use in verifying the vCenter server certificate.
= None (MultiStrOpt) Name of a vCenter compute cluster where volumes should be created.
= None (StrOpt) IP address for connecting to VMware ESX/vCenter server.
= None (StrOpt) Password for authenticating with VMware ESX/vCenter server.
= None (StrOpt) Username for authenticating with VMware ESX/vCenter server.
= None (StrOpt) Optional string specifying the VMware vCenter server version. The driver attempts to retrieve the version from VMware vCenter server. Set this configuration only if you want to override the vCenter server version.
= 7200 (IntOpt) Timeout in seconds for VMDK volume transfer between Cinder and Glance.
= 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 "vmware_ca_file" is set.
= 100 (IntOpt) Max number of objects to be retrieved per batch. Query results will be obtained in batches from the server and not in one shot. Server may still limit the count to something less than the configured value.
= 0.5 (FloatOpt) The interval (in seconds) for polling remote tasks invoked on VMware ESX/vCenter server.
= /tmp (StrOpt) Directory where virtual disks are stored during volume backup and restore.
= Volumes (StrOpt) Name of the vCenter inventory folder that will contain Cinder volumes. This folder will be created under "OpenStack/<project_folder>", where project_folder is of format "Project (<volume_project_id>)".
= None (StrOpt) Optional VIM service WSDL Location e.g http://<server>/vimService.wsdl. Optional over-ride to default location for bug work-arounds.