.. Warning: Do not edit this file. It is automatically generated from the software project's code and your changes will be overwritten. The tool to generate this file lives in openstack-doc-tools repository. Please make any changes needed in the code, then run the autogenerate-config-doc tool from the openstack-doc-tools repository, or ask for help on the documentation mailing list, IRC channel or meeting. .. _glance-vmware: .. list-table:: Description of VMware configuration options :header-rows: 1 :class: config-ref-table * - Configuration option = Default value - Description * - **[glance_store]** - * - ``vmware_api_retry_count`` = ``10`` - (Integer) Number of times VMware ESX/VC server API must be retried upon connection related issues. * - ``vmware_ca_file`` = ``None`` - (String) Specify a CA bundle file to use in verifying the ESX/vCenter server certificate. * - ``vmware_datastores`` = ``None`` - (Multi-valued) A list of datastores where the image can be stored. This option may be specified multiple times for specifying multiple datastores. The datastore name should be specified after its datacenter path, seperated by ":". An optional weight may be given after the datastore name, seperated again by ":". Thus, the required format becomes ::. When adding an image, the datastore with highest weight will be selected, unless there is not enough free space available in cases where the image size is already known. If no weight is given, it is assumed to be zero and the directory will be considered for selection last. If multiple datastores have the same weight, then the one with the most free space available is selected. * - ``vmware_insecure`` = ``False`` - (Boolean) If true, the ESX/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. * - ``vmware_server_host`` = ``None`` - (String) ESX/ESXi or vCenter Server target system. The server value can be an IP address or a DNS name. * - ``vmware_server_password`` = ``None`` - (String) Password for authenticating with VMware ESX/VC server. * - ``vmware_server_username`` = ``None`` - (String) Username for authenticating with VMware ESX/VC server. * - ``vmware_store_image_dir`` = ``/openstack_glance`` - (String) The name of the directory where the glance images will be stored in the VMware datastore. * - ``vmware_task_poll_interval`` = ``5`` - (Integer) The interval used for polling remote tasks invoked on VMware ESX/VC server.