[release][stable][neutron] neutron-lbaas 2015.1.4 release (kilo)
We are pumped to announce the release of: neutron-lbaas 2015.1.4: OpenStack Networking Load Balancing as a Service This release is part of the kilo stable release series. For more details, please see below. Changes in neutron-lbaas 2015.1.3..2015.1.4 ------------------------------------------- 52ad675 Use "session_persistence" in data models for uniformity with API attribute 1138361 Update devstack plugin for dependent packages ee62435 Updated from global requirements 854bab4 Bump stable/kilo next version to 2015.1.4 Diffstat (except docs and test files) ------------------------------------- devstack/plugin.sh | 1 + neutron_lbaas/db/loadbalancer/loadbalancer_dbv2.py | 7 +------ neutron_lbaas/db/loadbalancer/models.py | 2 +- .../drivers/netscaler/netscaler_driver_v2.py | 4 ++-- neutron_lbaas/drivers/radware/v2_driver.py | 4 ++-- neutron_lbaas/services/loadbalancer/data_models.py | 21 ++++++++++++++++----- .../loadbalancer/drivers/haproxy/jinja_cfg.py | 4 ++-- .../unit/drivers/radware/test_v2_plugin_driver.py | 1 - .../haproxy/sample_configs/sample_configs.py | 4 ++-- setup.cfg | 2 +- test-requirements.txt | 2 +- 11 files changed, 29 insertions(+), 23 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 0560436..d760cbf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18 +18 @@ testrepository>=0.0.18 -testtools!=1.2.0,>=0.9.36 +testtools!=1.2.0,<2.0.0,>=0.9.36
participants (1)
-
no-reply@openstack.org