ironic-tempest-plugin 1.4.0 (train)
We are overjoyed to announce the release of: ironic-tempest-plugin 1.4.0: Tempest plugin for ironic and ironic- inspector This release is part of the train release series. The source is available from: https://opendev.org/openstack/ironic-tempest-plugin Download the package from: https://tarballs.openstack.org/ironic-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/ironic/+bugs For more details, please see below. Changes in ironic-tempest-plugin 1.3.0..1.4.0 --------------------------------------------- 75e91b0 Use unique names in allocation tests 2494c8a Switch to the new canonical constraints URL on master 40560e3 Single tenant tests: BM to BM and BM to VM b6dbb56 Update sphinx requirements b1cd4d5 Allocation API: add tests on backfilling allocations 2910b1e Compatible with old Swift service enable 2d992ed Add choice introspection store_data backend 2ebfc15 Using proper options for blkid. 8cfd0e1 Fixing grep in validate mount point 5f9aa55 Add Stein jobs aac618b Delete created allocations b39dd3a Remove Pike jobs and make Queens non-voting 948256c Replace git.openstack.org URLs with opendev.org URLs 78ec7c3 OpenDev Migration Patch 3a2e36a Removing obsolete oslosphinx Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- README.rst | 2 +- ironic_tempest_plugin/config.py | 2 + .../services/baremetal/v1/json/baremetal_client.py | 3 +- test-requirements.txt | 6 +- tox.ini | 5 +- zuul.d/project.yaml | 26 ++-- zuul.d/stable-jobs.yaml | 50 +++--- 15 files changed, 337 insertions(+), 93 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 1b68194..b5667d2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,2 +7,3 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -oslosphinx>=4.7.0 # 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,>=1.6.2;python_version>='3.4' # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 @@ -10 +10,0 @@ oslosphinx>=4.7.0 # Apache-2.0 -# releasenotes
participants (1)
-
no-reply@openstack.org