[openstack-announce] [release][stable][ironic] ironic-inspector 2.2.6 release (liberty)
no-reply at openstack.org
no-reply at openstack.org
Mon May 9 15:19:07 UTC 2016
We are tickled pink to announce the release of:
ironic-inspector 2.2.6: Hardware introspection for OpenStack Bare
Metal
This release is part of the liberty stable release series.
With source available at:
http://git.openstack.org/cgit/openstack/ironic-inspector
Please report issues through launchpad:
http://bugs.launchpad.net/ironic-inspector
For more details, please see below.
2.2.6
^^^^^
Bug Fixes
* Fixes a problem which caused an unhandled TypeError exception to
bubble up when inspector was attempting to convert some eDeploy data
to integer.
* Fixed a regression in the firewall code, which causes re-running
introspection for an already inspected node to fail.
Changes in ironic-inspector 2.2.5..2.2.6
----------------------------------------
0167459 Updated from global requirements
aae6c9d Make sure to clean the blacklist cache when disabling the firewall
a334688 Drop the TestInit node_cache unit test
e13a926 [devstack] Use the coreos builder for the source build of the ramdisk
43540f9 Check whether agent tarball exists
1a89038 Better error handling when converting eDeploy data
5bb2f53 [devstack] add support for using iPXE instead of plain PXE
Diffstat (except docs and test files)
-------------------------------------
devstack/plugin.sh | 66 ++++++++++++++++------
ironic_inspector/firewall.py | 3 +-
ironic_inspector/plugins/extra_hardware.py | 2 +-
ironic_inspector/test/test_firewall.py | 6 ++
ironic_inspector/test/test_node_cache.py | 10 ----
.../test/test_plugins_extra_hardware.py | 11 ++++
.../notes/edeploy-typeerror-6486e31923d91666.yaml | 5 ++
.../notes/firewall-rerun-f2d0f64cca2698ff.yaml | 4 ++
requirements.txt | 2 +-
9 files changed, 79 insertions(+), 30 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index b45f991..b2bb718 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@ alembic>=0.8.0
-Babel>=1.3
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
More information about the OpenStack-announce
mailing list