oslo.vmware 2.32.1 (stein)
We enthusiastically announce the release of: oslo.vmware 2.32.1: Oslo VMware library This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.vmware Download the package from: https://pypi.org/project/oslo.vmware Please report issues through launchpad: https://bugs.launchpad.net/oslo.vmware For more details, please see below. Changes in oslo.vmware 2.31.0..2.32.1 ------------------------------------- 04f82ae Add DVS utility methods a47f0d0 Check if there is a context set before updating the store cfb8531 Imported Translations from Zanata 009998c add lib-forward-testing-python3 test job 3ac2da4 add python 3.6 unit test job 44396c9 Set request context when polling vCenter tasks d3883c6 import zuul job settings from project-config 18a208d py37: deal with Exception repr changes a2bcf80 Update reno for stable/rocky Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 9 ++ lower-constraints.txt | 1 + oslo_vmware/api.py | 9 +- oslo_vmware/dvs_util.py | 159 +++++++++++++++++++++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 9 +- releasenotes/source/rocky.rst | 6 + requirements.txt | 1 + test-requirements.txt | 1 + 12 files changed, 386 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index fb82a56..472831a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,0 +23 @@ oslo.concurrency>=3.26.0 # Apache-2.0 +oslo.context>=2.19.2 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 6bd3fc0..044e616 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -24,0 +25 @@ ddt>=1.0.1 # MIT +oslo.context>=2.19.2 # Apache-2.0
participants (1)
-
no-reply@openstack.org