We are satisfied to announce the release of: tricircle 5.0.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.3.0..5.0.0 --------------------------------- 5f76fda Fix the smoke test error 8c7545f Updated from global requirements Diffstat (except docs and test files) ------------------------------------- devstack/plugin.sh | 2 + requirements.txt | 6 +-- test-requirements.txt | 6 +-- tricircle/tempestplugin/run_yaml_test.py | 6 ++- tricircle/tempestplugin/smoke_test.sh | 8 ++-- tricircle/tempestplugin/task_runner.py | 46 ++++++++++++++++------ .../tricircle_sdk/multiregion_network_service.py | 8 +++- 16 files changed, 124 insertions(+), 109 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e6c96d7..f28ce51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19 +19 @@ netifaces>=0.10.4 # MIT -neutron-lib>=1.11.0 # Apache-2.0 +neutron-lib>=1.13.0 # Apache-2.0 @@ -31 +31 @@ stevedore>=1.20.0 # Apache-2.0 -oslo.concurrency>=3.20.0 # Apache-2.0 +oslo.concurrency>=3.25.0 # Apache-2.0 @@ -36 +36 @@ oslo.i18n>=3.15.3 # Apache-2.0 -oslo.log>=3.30.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index f9969a6..48de2a0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,2 +12,2 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 +sphinx!=1.6.6,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 @@ -18 +18 @@ testscenarios>=0.4 # Apache-2.0/BSD -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org