We are thrilled to announce the release of: python-octaviaclient 1.9.0: Octavia client for OpenStack Load Balancing This release is part of the train release series. The source is available from: https://opendev.org/openstack/python-octaviaclient Download the package from: https://pypi.org/project/python-octaviaclient Please report issues through: https://storyboard.openstack.org/#!/project/openstack/python- octaviaclient For more details, please see below. 1.9.0 ^^^^^ Bug Fixes * The client will now always ask for a JSON format response from the Octavia API. This resolves a client side bug should certain errors be returned by the API. Changes in python-octaviaclient 1.8.0..1.9.0 -------------------------------------------- 77f2ebb Cleanup requirements.txt 40dc147 Replace git.openstack.org URLs with opendev.org URLs 7d1609a OpenDev Migration Patch 54dfbb0 Remove python3.5 jobs for Train 14875d4 Make sure we always requests JSON responses 6c152f9 Update master for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- README.rst | 4 +- lower-constraints.txt | 18 --- octaviaclient/api/v2/octavia.py | 130 +++++++++++---------- ...to-request-JSON-responses-8d942dafca785c70.yaml | 6 + releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 + requirements.txt | 21 +--- setup.cfg | 1 - tox.ini | 18 ++- zuul.d/projects.yaml | 1 - 12 files changed, 101 insertions(+), 110 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0ec76bd..427305a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +4,0 @@ -appdirs>=1.3.0 # MIT License @@ -8,5 +6,0 @@ cliff!=2.9.0,>=2.8.0 # Apache-2.0 -cmd2!=0.8.3,<0.9.0;python_version<'3.0' # MIT -cmd2!=0.8.3;python_version>='3.0' # MIT -debtcollector>=1.2.0 # Apache-2.0 -funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0 -iso8601>=0.1.11 # MIT @@ -14,2 +7,0 @@ keystoneauth1>=3.4.0 # Apache-2.0 -monotonic>=0.6 # Apache-2.0 -netaddr>=0.7.18 # BSD @@ -19 +10,0 @@ python-openstackclient>=3.12.0 # Apache-2.0 -os-client-config>=1.28.0 # Apache-2.0 @@ -21,2 +12 @@ osc-lib>=1.8.0 # Apache-2.0 -oslo.i18n>=3.15.3 # Apache-2.0 -oslo.serialization!=2.19.1 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 @@ -25,4 +14,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -PrettyTable<0.8,>=0.7.1 # BSD -pyparsing>=2.1.0 # MIT -pytz>=2013.6 # MIT -PyYAML>=3.12 # MIT @@ -30,2 +15,0 @@ requests>=2.14.2 # Apache-2.0 -requestsexceptions>=1.2.0 # Apache-2.0 -simplejson>=3.5.1 # MIT @@ -33,3 +16,0 @@ six>=1.10.0 # MIT -stevedore>=1.20.0 # Apache-2.0 -unicodecsv>=0.8.0;python_version<'3.0' # BSD -wrapt>=1.7.0 # BSD License