Oslo VMware library for OpenStack projects
Go to file
Vipin Balachandran d249fe1156 Fix session re-establish failure with PBM APIs
PBM APIs break the API contract in vSphere 6.5 by raising
NotAuthenticated fault instead of SecurityError when session
is expired. We do catch NotAuthenticated faults (raised by
VIM APIs), but PBM APIs use the 'vim25' namespace which
result in not identifying the session expiry case. Therefore,
the session is not re-established. Fixing it by matching the
fault name suffix with 'NotAuthenticated' in the suds WebFault
exception handler

Closes-bug: #1769755
Change-Id: I35d48c12a5b1d5fe94a10b56b1ab06c34446de28
2018-05-07 15:16:00 -07:00
doc/source Fix the repeating titles 2017-12-07 09:34:09 +08:00
oslo_vmware Fix session re-establish failure with PBM APIs 2018-05-07 15:16:00 -07:00
releasenotes Imported Translations from Zanata 2018-03-01 07:34:25 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:24:38 -04:00
.gitignore rearrange existing documentation to fit the new standard layout 2017-07-11 14:11:12 +00: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
.zuul.yaml add lower-constraints job 2018-03-24 21:03:02 -04:00
babel.cfg Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
CONTRIBUTING.rst Use https for references to openstack.org 2017-01-30 14:13:49 -08:00
HACKING.rst Update URLs in documents according to document migration 2017-07-13 10:17:21 +08:00
LICENSE Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
lower-constraints.txt fix lower constraints and uncap eventlet 2018-04-12 10:48:42 -04:00
pylintrc Add Pylint testenv environment 2014-08-04 15:29:14 +02:00
README.rst Trivial: Update pypi url to new url 2018-04-21 05:27:34 +08:00
requirements.txt fix lower constraints and uncap eventlet 2018-04-12 10:48:42 -04:00
setup.cfg Update URLs in documents according to document migration 2017-07-13 10:17:21 +08:00
setup.py Updated from global requirements 2017-03-03 00:03:29 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 07:52:14 +00:00
tox.ini set default python to python3 2018-04-16 14:45:12 -04:00

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.