We high-spiritedly announce the release of: python-senlinclient 1.4.1: OpenStack Clustering API Client Library This release is part of the pike stable release series. The source is available from: https://opendev.org/openstack/python-senlinclient Download the package from: https://pypi.org/project/python-senlinclient Please report issues through: https://bugs.launchpad.net/python-senlinclient/+bugs For more details, please see below. Changes in python-senlinclient 1.4.0..1.4.1 ------------------------------------------- 52bce9d Replace openstack.org git:// URLs with https:// c121f18 import zuul job settings from project-config b55282c Zuul: Remove project name a08a5b1 Add support for region_name and interface for client connection 4d2438f Switch to Zuul v3 testing 036bdf4 Update reno for stable/pike cccd660 Fix unit test failure 650fa43 fixes support for osprofiler ddb4647 Updated from global requirements 42aee71 Update UPPER_CONSTRAINTS_FILE for stable/pike e5caac1 Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 23 +++++++ .../legacy/senlinclient-dsvm-functional/post.yaml | 80 ++++++++++++++++++++++ .../legacy/senlinclient-dsvm-functional/run.yaml | 70 +++++++++++++++++++ releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 ++ requirements.txt | 2 +- senlinclient/plugin.py | 4 ++ senlinclient/shell.py | 2 +- test-requirements.txt | 2 +- tools/tox_install.sh | 30 -------- tox.ini | 5 +- 13 files changed, 195 insertions(+), 37 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a09447c..e88f5e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ PrettyTable<0.8,>=0.7.1 # BSD -keystoneauth1>=3.0.1 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 62fe989..39c75f1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ mock>=2.0 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0