Description of configuration options for vmware
Configuration option = Default value Description
[vmware]
api_retry_count = 10 (IntOpt) The number of times we retry on failures, e.g., socket error, etc.
cluster_name = None (MultiStrOpt) Name of a VMware Cluster ComputeResource. Used only if compute_driver is vmwareapi.VMwareVCDriver.
datastore_regex = None (StrOpt) Regex to match the name of a datastore.
host_ip = None (StrOpt) URL for connection to VMware ESX/VC host.
host_password = None (StrOpt) Password for connection to VMware ESX/VC host.
host_username = None (StrOpt) Username for connection to VMware ESX/VC host.
integration_bridge = br-int (StrOpt) Name of Integration Bridge
maximum_objects = 100 (IntOpt) The maximum number of ObjectContent data objects that should be returned in a single result. A positive value will cause the operation to suspend the retrieval when the count of objects reaches the specified maximum. The server may still limit the count to something less than the configured value. Any remaining objects may be retrieved with additional requests.
task_poll_interval = 0.5 (FloatOpt) The interval used for polling of remote tasks.
use_linked_clone = True (BoolOpt) Whether to use linked clone
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