[tricircle] tricircle 4.3.0 (queens)
We are chuffed to announce the release of: tricircle 4.3.0: The Tricircle is to provide networking automation across Neutron in multi-region OpenStack deployments. This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/tricircle Download the package from: https://pypi.python.org/pypi/tricircle Please report issues through launchpad: https://bugs.launchpad.net/tricircle For more details, please see below. Changes in tricircle 4.2.0..4.3.0 --------------------------------- c6ddbb3 spec for resource deleting 1cb38b8 [Urgent] fix unit test errors a5d56eb Fix the misspelling of "cross" and "networking" f9d8fb4 Updated from global requirements 827d9b5 Fix unit test error cbf3c1b use callbacks from neutron-lib 815d1ff Fix the misspelling of "octavia" 61087e1 [Urgent] Fix unit test error a5df058 Updated from global requirements 27346da Distinguish the source of requests Diffstat (except docs and test files) ------------------------------------- devstack/plugin.sh | 8 ++ requirements.txt | 8 +- specs/queens/lbaas.rst | 2 +- specs/queens/resource_deleting.rst | 66 ++++++++++++ tricircle/common/constants.py | 8 ++ tricircle/common/request_source.py | 47 +++++++++ tricircle/network/central_plugin.py | 17 ++- tricircle/network/central_trunk_plugin.py | 6 +- tricircle/network/local_plugin.py | 2 + .../unit/network/test_central_trunk_plugin.py | 6 +- 13 files changed, 259 insertions(+), 77 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2f7408f..e6c96d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23 +23 @@ WebOb>=1.7.1 # MIT -python-cinderclient>=3.2.0 # Apache-2.0 +python-cinderclient>=3.3.0 # Apache-2.0 @@ -39 +39 @@ oslo.middleware>=3.31.0 # Apache-2.0 -oslo.policy>=1.23.0 # Apache-2.0 +oslo.policy>=1.30.0 # Apache-2.0 @@ -42,2 +42,2 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -oslo.service>=1.24.0 # Apache-2.0 -oslo.utils>=3.31.0 # Apache-2.0 +oslo.service!=1.28.1,>=1.24.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org