[octavia] python-octaviaclient 1.2.0 (pike)
We are thrilled to announce the release of: python-octaviaclient 1.2.0: Octavia client for OpenStack Load Balancing This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/python-octaviaclient Download the package from: https://pypi.python.org/pypi/python-octaviaclient Please report issues through launchpad: http://bugs.launchpad.net/octavia For more details, please see below. Changes in python-octaviaclient 1.1.0..1.2.0 -------------------------------------------- 40ba024 Lowercase vip_Address in return 28a777c Fix missing TLS handling in listener create a165b15 Updated from global requirements 61d9acf Updated from global requirements b7fcd70 Update UPPER_CONSTRAINTS_FILE for stable/pike 1046025 Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + octaviaclient/osc/v2/constants.py | 2 +- octaviaclient/osc/v2/listener.py | 6 +-- octaviaclient/osc/v2/utils.py | 8 +-- requirements.txt | 10 ++-- test-requirements.txt | 4 +- tox.ini | 2 +- 15 files changed, 78 insertions(+), 35 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9186b7c..454fbf8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ Babel!=2.4.0,>=2.3.4 # BSD -cliff>=2.6.0 # Apache-2.0 +cliff>=2.8.0 # Apache-2.0 @@ -12 +12 @@ iso8601>=0.1.11 # MIT -keystoneauth1>=2.21.0 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 @@ -17,3 +17,3 @@ python-neutronclient>=6.3.0 # Apache-2.0 -python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 -os-client-config>=1.27.0 # Apache-2.0 -osc-lib>=1.5.1 # Apache-2.0 +python-openstackclient>=3.11.0 # Apache-2.0 +os-client-config>=1.28.0 # Apache-2.0 +osc-lib>=1.7.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index cf0c5a0..837699a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ mock>=2.0 # BSD -keystoneauth1>=2.21.0 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 @@ -12 +12 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 +python-openstackclient>=3.11.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org