[release-announce] [octavia] neutron-lbaas 10.0.1 (ocata)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 19 05:25:42 UTC 2017


We are satisfied to announce the release of:

neutron-lbaas 10.0.1: OpenStack Networking Load Balancing as a Service

This release is part of the ocata stable release series.

Download the package from:

    https://tarballs.openstack.org/neutron-lbaas/

For more details, please see below.

10.0.1
^^^^^^

Bug Fixes

* Authentication tokens are now added to GET and DELETE Octavia
  requests if missing.

Changes in neutron-lbaas 10.0.0..10.0.1
---------------------------------------

674e360 Use Tempest TimeoutException from tempest.lib
6ef1d1a Remove subunit-trace fork
79d1890 Tests helper function _send_requests should catch socket.error
3a11200 Create header with authtoken for requests without args
c4293f5 api test: Check the correct extension
45635da Explicitly list neutron api extensions for tests
ef1d6e7 Don't use Tempest internal methods
924eac8 Updated from global requirements
1f24530 tempest: Switch to local copy of tempset/scenario/manager.py
5aea595 gate_hook: Stop writing local.conf directly
2883afc Update tox_install.sh for stable/ocata
c6011fb Update UPPER_CONSTRAINTS_FILE for stable/ocata
9f0ca64 Update .gitreview for stable/ocata


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |    1 +
neutron_lbaas/drivers/octavia/driver.py            |   13 +-
.../tempest/v2/api/test_health_monitor_admin.py    |    2 +-
.../v2/api/test_health_monitors_non_admin.py       |    2 +-
.../tempest/v2/api/test_listeners_non_admin.py     |    2 +-
.../tempest/v2/api/test_load_balancers_admin.py    |    2 +-
.../v2/api/test_load_balancers_non_admin.py        |    2 +-
...en-to-octavia-del-and-get-e001340f621816dd.yaml |    5 +
requirements.txt                                   |    2 +-
tools/pretty_tox.sh                                |    2 +-
tools/subunit-trace.py                             |  307 -----
tools/tox_install.sh                               |    2 +-
tox.ini                                            |    2 +-
24 files changed, 1415 insertions(+), 355 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 2002f51..3686259 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=1.8 # Apache-2.0
+pbr<2.0.0,>=1.8 # Apache-2.0





More information about the Release-announce mailing list