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
This commit is contained in:
chinmay 2014-06-05 20:17:26 +05:30 committed by Chinmaya Bharadwaj
parent a430fb923d
commit d9a804b8d8

View File

@ -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://<server>/vimService.wsdl. Optional over-ride to
default location for bug work-arounds.
========================== ==================================== =================================================================
SQL Alchemy
===========