We are stoked to announce the release of: ironic-lib 2.21.1: Ironic common library This release is part of the train stable release series. The source is available from: https://opendev.org/openstack/ironic-lib Download the package from: https://pypi.org/project/ironic-lib Please report issues through: https://storyboard.openstack.org/#!/project/openstack/ironic-lib For more details, please see below. Changes in ironic-lib 2.21.0..2.21.1 ------------------------------------ 5ffc447 image_convert: retry resource unavailable and make RLIMIT configurable b37a06e Build pdf doc a597145 Update TOX/UPPER_CONSTRAINTS_FILE for stable/train 5938442 Update .gitreview for stable/train Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + ironic_lib/disk_utils.py | 39 +++++++++++++++++++++++--- lower-constraints.txt | 2 +- test-requirements.txt | 2 +- tox.ini | 11 +++++++- 7 files changed, 107 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 2c5c4e2..72143b5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19 +19 @@ sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 +openstackdocstheme>=1.20.0 # Apache-2.0