From d9a804b8d8ba45588c7bde2e123ca05cfa79b980 Mon Sep 17 00:00:00 2001 From: chinmay Date: Thu, 5 Jun 2014 20:17:26 +0530 Subject: [PATCH] VMware:Update the ceilometer doc with VMware opts Currently the ceilometer doc does not contain the details of VMware opts. This patch adds the VMware opts details to the doc. Closes-bug: #1326807 Change-Id: I3511f60ece357fe5dbf7d794e0d31307a4565b8b --- doc/source/configuration.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 ===========