zun-tempest-plugin 3.1.0 (train)
We high-spiritedly announce the release of: zun-tempest-plugin 3.1.0: Tempest plugin zun_tempest_plugin This release is part of the train release series. The source is available from: https://opendev.org/openstack/zun-tempest-plugin Download the package from: https://tarballs.openstack.org/zun-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/zun/+bugs For more details, please see below. Changes in zun-tempest-plugin 3.0.0..3.1.0 ------------------------------------------ 7103718 Skip tests if glance is not available de8893e Bump the openstackdocstheme extension to 1.20 f2564f0 Blacklist sphinx 2.1.0 (autodoc bug) b889260 Add tempest test for rebuild f3cf3fe Add tempest test for init containers d4387a3 Disable SSL certificate validation 7d4651c Switch to the new canonical constraints URL on master 5529481 Remove tests for docker container f5dd082 Sync Sphinx requirement 64a6338 Remove assertion of neutron port tags removal 6327701 Remove assertion of resource constraint 3448f61 Add test for exposing container ports d309e43 Remove etcd job from gate e4c84a9 Replace git.openstack.org URLs with opendev.org URLs df41fe7 Add python3 job back 3a03fdc Verify container's port attributes a2e1b3f Update tempest documentation 8624014 Add stable/stein job to gate 1b0fc56 OpenDev Migration Patch f29ba95 Remove image_pull_policy field ad83a78 Use xenial node to run stable/queens devstack 7dba9f7 Test capsule with cinder volume Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 15 +- HACKING.rst | 2 +- README.rst | 22 +- releasenotes/source/conf.py | 12 -- test-requirements.txt | 5 +- tox.ini | 6 +- 16 files changed, 347 insertions(+), 198 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 08d29c8..066dcc3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,2 +7,3 @@ hacking<0.13,>=0.12.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
participants (1)
-
no-reply@openstack.org