[openstack-dev] [release][stable][ironic] ironic-inspector release 2.2.2 (liberty)

Dmitry Tantsur dtantsur at redhat.com
Wed Oct 21 11:17:44 UTC 2015


We are gleeful to announce the release of:

ironic-inspector 2.2.2: Hardware introspection for OpenStack Bare Metal

With source available at:

     http://git.openstack.org/cgit/openstack/ironic-inspector

The most important change is a fix for CVE-2015-5306, all users 
(including users of ironic-discoverd) are highly advised to update.

Another user-visible change is defaulting MySQL to InnoDB, as MyISAM is 
known not to work.

For more details, please see the git log history below and:

     http://launchpad.net/ironic-inspector/+milestone/2.2.2

Please report issues through launchpad:

     http://bugs.launchpad.net/ironic-inspector

Changes in ironic-inspector 2.2.1..2.2.2
----------------------------------------

95db43c Always default to InnoDB for MySQL
2d42cdf Updated from global requirements
2c64da2 Never run Flask application with debug mode
bbf31de Fix gate broken by the devstack trueorfalse change
12eaf81 Use auth_strategy=noauth in functional tests

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

devstack/plugin.sh                                 |  2 +-
ironic_inspector/db.py                             |  7 ++-
ironic_inspector/main.py                           |  5 +--
.../versions/578f84f38d_inital_db_schema.py        | 12 +++--
.../migrations/versions/d588418040d_add_rules.py   | 10 ++++-
ironic_inspector/test/functional.py                | 51 
+++++++++++-----------
requirements.txt                                   |  2 +-
7 files changed, 52 insertions(+), 37 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e53d673..39b8423 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -21 +21 @@ oslo.rootwrap>=2.0.0 # Apache-2.0
-oslo.utils>=2.0.0 # Apache-2.0
+oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0



More information about the OpenStack-dev mailing list