[openstack-announce] [new][ironic] ironic-inspector 3.2.2 release (mitaka)
no-reply at openstack.org
no-reply at openstack.org
Wed Jun 8 21:26:26 UTC 2016
We are happy to announce the release of:
ironic-inspector 3.2.2: Hardware introspection for OpenStack Bare
Metal
This release is part of the mitaka 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.
3.2.2
^^^^^
Bug Fixes
* The "size" root device hint is now always converted to an integer
for consistency with IPA.
Changes in ironic-inspector 3.2.1..3.2.2
----------------------------------------
54c993c Always convert the size root device hints to an integer
72f900d Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
ironic_inspector/plugins/standard.py | 9 +++++++++
ironic_inspector/test/test_plugins_standard.py | 13 +++++++++++++
releasenotes/notes/size-hint-ea2a264468e1fcb7.yaml | 4 ++++
requirements.txt | 2 +-
4 files changed, 27 insertions(+), 1 deletion(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 220c044..af63ee5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15 +15 @@ python-ironicclient>=1.1.0 # Apache-2.0
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
+python-keystoneclient!=1.8.0,!=2.1.0,<3.0.0,>=1.6.0 # Apache-2.0
More information about the OpenStack-announce
mailing list