[openstack-dev] [new][ironic] ironic-lib 2.2.0 release (ocata)

no-reply at openstack.org no-reply at openstack.org
Mon Oct 10 13:31:45 UTC 2016


We are excited to announce the release of:

ironic-lib 2.2.0: Ironic common library

This release is part of the ocata release series.

Download the package from:

    https://pypi.python.org/pypi/ironic-lib

For more details, please see below.

Changes in ironic-lib 2.1.0..2.2.0
----------------------------------

c10121b Remove unneeded disk_utils.mkfs() function
448627a Updated from global requirements
4fc0078 Add py35 to tox environments
ddef39b Fix check for GPT partioned device
33af42c Fix creating config drive for whole disk images
36109e5 TrivialFix: Remove cfg import unused
96c287d Add match_root_device_hints() to the utils.py module
57a164d Sync tools/tox_install.sh
dccd7b1 Extend parse_root_device_hints to support operators
8429c01 Using assertIsNone() is preferred over assertEqual()


Diffstat (except docs and test files)
-------------------------------------

ironic_lib/disk_utils.py            |  24 ++--
ironic_lib/utils.py                 | 240 +++++++++++++++++++++++++++++++-----
requirements.txt                    |   2 +-
tools/tox_install.sh                |  66 +++++-----
tox.ini                             |   2 +-
8 files changed, 488 insertions(+), 100 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 9b1b50b..4ce67db 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13 +13 @@ six>=1.9.0 # MIT
-oslo.log>=1.14.0 # Apache-2.0
+oslo.log>=3.11.0 # Apache-2.0





More information about the OpenStack-dev mailing list