Oslo VMware library for OpenStack projects
Go to file
Sean McGinnis 2a8b07b499 Fix invalid escape sequence warning
Python 3.6 is more strict about special characters in regular strings if
they are invalid escape sequences. This most often happens in regex
strings. This fixes one instance by switching the regex string to use a
raw string.

Change-Id: I73a7393fe04c920c7d82a2fa68f1cf0c7d453a7d
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-04-10 14:51:16 +00:00
doc/source Fix doc build error under Python 3 2019-04-10 09:50:37 -05:00
oslo_vmware Fix invalid escape sequence warning 2019-04-10 14:51:16 +00:00
releasenotes Update master for stable/stein 2019-03-18 14:47:48 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:24:38 -04:00
.gitignore Fix doc build error under Python 3 2019-04-10 09:50:37 -05: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
.stestr.conf Switch to stestr 2018-07-04 07:54:50 +07:00
.zuul.yaml add python 3.7 unit test job 2019-02-19 13:56:43 +08: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 delete useless indent 2018-11-07 08:53:47 +00:00
LICENSE Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
lower-constraints.txt Set request context when polling vCenter tasks 2018-08-07 15:43:36 +03:00
pylintrc Add Pylint testenv environment 2014-08-04 15:29:14 +02:00
README.rst Add release notes link to README 2018-06-21 13:27:17 +08:00
requirements.txt Set request context when polling vCenter tasks 2018-08-07 15:43:36 +03:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-04 16:56:05 +00:00
setup.py Updated from global requirements 2017-03-03 00:03:29 +00:00
test-requirements.txt Set request context when polling vCenter tasks 2018-08-07 15:43:36 +03:00
tox.ini Switch to stestr 2018-07-04 07:54:50 +07: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.