We are overjoyed to announce the release of: congress-tempest-plugin 0.3.0: Tempest Plugin for Congress project This release is part of the train release series. The source is available from: https://opendev.org/openstack/congress-tempest-plugin Download the package from: https://tarballs.openstack.org/congress-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/congress/+bugs For more details, please see below. Changes in congress-tempest-plugin 0.2.0..0.3.0 ----------------------------------------------- 608d7d2 Bump the openstackdocstheme extension to 1.20 cfe14c4 Add Python 3 Train unit tests a751a24 Fix unit tests for Train PTI add .stestr.conf 45f6f45 publish congress tempest plugin doc ef648bb Blacklist sphinx 2.1.0 (autodoc bug) e0a0125 Update api-ref location f157dc3 Sync Sphinx requirement d1fb7a7 Changes for url transition to OpenDev bce11f9 OpenDev Migration Patch d886a23 Replace openstack.org git:// URLs with https:// Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .stestr.conf | 3 +++ .zuul.yaml | 8 +++++--- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 2 +- README.rst | 6 +++--- .../services/congress_network/qos_client.py | 10 +++++----- .../services/congress_network/qos_rule_client.py | 10 +++++----- playbooks/legacy/congress-devstack-api-base/run.yaml | 20 ++++++++++---------- .../congress-devstack-api-py27-queens/run.yaml | 18 +++++++++--------- .../legacy/congress-devstack-api-py27-rocky/run.yaml | 20 ++++++++++---------- .../congress-devstack-api-py35-queens/run.yaml | 16 ++++++++-------- .../legacy/congress-devstack-api-py35-rocky/run.yaml | 16 ++++++++-------- .../legacy/congress-devstack-py35-api-mysql/run.yaml | 16 ++++++++-------- .../legacy/congress-pe-replicated-base/run.yaml | 18 +++++++++--------- releasenotes/source/conf.py | 12 ------------ setup.cfg | 3 ++- test-requirements.txt | 5 +++-- tox.ini | 4 ++-- 22 files changed, 96 insertions(+), 102 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 43a96a3..b677f57 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,2 +8,3 @@ coverage!=4.4,>=4.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD +openstackdocstheme>=1.20.0 # Apache-2.0