Description of configuration options for vmware
Configuration option = Default value Description
[DEFAULT]
vmware_api_insecure = False (BoolOpt) Allow to perform insecure SSL requests to ESX/VC.
vmware_api_retry_count = 10 (IntOpt) Number of times VMware ESX/VC server API must be retried upon connection related issues.
vmware_datacenter_path = ha-datacenter (StrOpt) Inventory path to a datacenter. If the vmware_server_host specified is an ESX/ESXi, the vmware_datacenter_path is optional. If specified, it should be "ha-datacenter".
vmware_datastore_name = None (StrOpt) Datastore associated with the datacenter.
vmware_server_host = None (StrOpt) ESX/ESXi or vCenter Server target system. The server value can be an IP address or a DNS name.
vmware_server_password = None (StrOpt) Password for authenticating with VMware ESX/VC server.
vmware_server_username = None (StrOpt) Username for authenticating with VMware ESX/VC server.
vmware_store_image_dir = /openstack_glance (StrOpt) The name of the directory where the glance images will be stored in the VMware datastore.
vmware_task_poll_interval = 5 (IntOpt) The interval used for polling remote tasks invoked on VMware ESX/VC server.