diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index e6a41fb02..44b65d56a 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -88,6 +88,25 @@ keyfile Required the same as certfile if the certfile includes the private key. =============================== ==================================== ============================================================== +VMware Configuration Options +============================ + +The following lists the various options that the VMware driver supports and must be placed +under a section called '[vmware]'. + +========================== ==================================== ================================================================= +Parameter Default Note +========================== ==================================== ================================================================= +host_ip "" (Str) IP address of the VMware Vsphere host. +host_password "" (Str) Password of VMware Vsphere. +host_username "" (Str) Username of VMware Vsphere. +api_retry_count 10 (Int) Number of times a VMware Vsphere API must be retried. +task_poll_interval 0.5 (Float) Sleep time in seconds for polling an ongoing async task. +wsdl_location None (Str) Optional vim Service WSDL location + e.g http:///vimService.wsdl. Optional over-ride to + default location for bug work-arounds. +========================== ==================================== ================================================================= + SQL Alchemy ===========