[octavia] python-octaviaclient 1.4.0 (queens)
We are jazzed to announce the release of: python-octaviaclient 1.4.0: Octavia client for OpenStack Load Balancing This release is part of the queens 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.3.0..1.4.0 -------------------------------------------- e3d14a1 Update and add listener stats release notes 3ae5454 Updated from global requirements a62772d Remove direct dependency on testtools f13640e Updated from global requirements c5bb79c Improve unit testing scalability f06396c Code cleanup fe2098e Update new documentation PTI jobs 13222c9 Updated from global requirements 1e4eda7 Updated from global requirements c606a1d Allow case-insensitive entries when selecting from choices 3f0ab0e Add VIP QoS Policy client support 6ec5b30 Add listener stats client api and osc c7100d5 Fix release notes theme Diffstat (except docs and test files) ------------------------------------- octaviaclient/api/constants.py | 1 + octaviaclient/api/v2/octavia.py | 13 + octaviaclient/osc/v2/constants.py | 3 +- octaviaclient/osc/v2/health_monitor.py | 18 +- octaviaclient/osc/v2/l7policy.py | 6 +- octaviaclient/osc/v2/l7rule.py | 12 +- octaviaclient/osc/v2/listener.py | 36 ++- octaviaclient/osc/v2/load_balancer.py | 10 + octaviaclient/osc/v2/pool.py | 18 +- octaviaclient/osc/v2/utils.py | 10 + .../add-qos-policy-argument-1741126d759630da.yaml | 5 + .../notes/listener-stats-db49f99a8a0dd90f.yaml | 4 + releasenotes/source/conf.py | 32 ++- requirements.txt | 4 +- setup.cfg | 1 + test-requirements.txt | 8 +- tox.ini | 11 +- 34 files changed, 663 insertions(+), 993 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 07830b2..b6a97bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19 +19 @@ os-client-config>=1.28.0 # Apache-2.0 -osc-lib>=1.7.0 # Apache-2.0 +osc-lib>=1.8.0 # Apache-2.0 @@ -21 +21 @@ oslo.i18n>=3.15.3 # Apache-2.0 -oslo.utils>=3.31.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 424c8b7..4f506cc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,3 +10 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 @@ -15,4 +12,0 @@ testscenarios>=0.4 # Apache-2.0/BSD -testtools>=2.2.0 # MIT - -# releasenotes -reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org