Oslo VMware library for OpenStack projects
Go to file
Radoslav Gerganov 6a63362919 Add operation ID for remote calls
The operation ID is a random string which can be added in the SOAP
headers of the remote request. vCenter and ESX will append this opID to
every log message associated with the remote request. This allows
administrators to correlate log messages for particular operation across
different systems (OpenStack -> vCenter -> ESX).

There is also addition keyword argument 'skip_op_id' which allows
callers to disable logging the opID if set to True.

Example for correlating logs for CreateVM_Task on devstack, vCenter and
ESX: http://paste.openstack.org/show/592614/

Change-Id: I75cb71c7c58b4ee9cd36fc977eb2a18a911f161f
2016-12-20 17:46:49 +02:00
doc/source Trivial fixes to the usage doc 2016-10-28 03:20:45 -07:00
oslo_vmware Add operation ID for remote calls 2016-12-20 17:46:49 +02:00
releasenotes Imported Translations from Zanata 2016-10-23 07:39:42 +00:00
tools Add Constraints support 2016-12-13 15:40:18 +11:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:24:38 -04:00
.gitignore Add reno for release notes management 2016-05-24 15:06:34 +03:00
.gitreview Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
.mailmap Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
.testr.conf Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
CONTRIBUTING.rst Update the documentation 2015-09-06 09:24:47 +08:00
HACKING.rst Fix line wrapping 2015-01-26 09:25:29 -08:00
LICENSE Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
README.rst Show team and repo badges on README 2016-11-25 13:10:52 +01:00
babel.cfg Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
pylintrc Add Pylint testenv environment 2014-08-04 15:29:14 +02:00
requirements.txt Updated from global requirements 2016-12-02 05:12:37 +00:00
setup.cfg Update home page link in cfg file 2016-09-20 11:54:58 +05:30
setup.py Updated from global requirements 2015-09-17 12:16:19 +00:00
test-requirements.txt Updated from global requirements 2016-11-02 15:39:35 +00:00
tox.ini Add Constraints support 2016-12-13 15:40:18 +11:00

README.rst

Team and repository tags

image

oslo.vmware --- VMware support code for OpenStack

Latest Version

Downloads

The Oslo VMware library provides support for common VMware operations and APIs.