We are tickled pink to announce the release of: ironic-lib 2.14.0: Ironic common library This release is part of the rocky stable release series. Download the package from: https://pypi.org/project/ironic-lib For more details, please see below. Changes in ironic-lib 2.13.0..2.14.0 ------------------------------------ 2b540a0 Add logic to create PReP partition for ppc64* arch ca1fe71 Fall back to PARTUUID if UUID returns nothing. 9ba805d Remove testrepository a809787 Expose GPT partitioning fixing method 89fbae4 Switch to using stestr 68f017f Do not run API (functional) tests in the CI 4e31bc5 Remove unneccessary lambda from _test_make_partitions e4dda71 fix tox python3 overrides Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 - ironic_lib/disk_partitioner.py | 10 +- ironic_lib/disk_utils.py | 89 ++++++++++-- lower-constraints.txt | 1 - .../run.yaml | 2 +- .../run.yaml | 2 +- .../run.yaml | 2 +- .../run.yaml | 2 +- test-requirements.txt | 2 +- tox.ini | 8 +- 12 files changed, 245 insertions(+), 52 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index fefbb08..0b11485 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ mock>=2.0.0 # BSD -os-testr>=1.0.0 # Apache-2.0 +stestr>=1.0.0 # Apache-2.0