[openstack-announce] [release] [ironic] [inspector] ironic-inspector release 2.2.1 (liberty)
Dmitry Tantsur
dtantsur at redhat.com
Fri Oct 2 12:21:05 UTC 2015
We are chuffed to announce the release of:
ironic-inspector 2.2.1: Hardware introspection for OpenStack Bare Metal
With source available at:
http://git.openstack.org/cgit/openstack/ironic-inspector
For more details, please see the git log history below and:
http://launchpad.net/ironic-inspector/+milestone/2.2.1
Please report issues through launchpad:
http://bugs.launchpad.net/ironic-inspector
This release fixes a critical issue with MySQL database as a backend:
https://bugs.launchpad.net/bugs/1501746
Changes in ironic-inspector 2.2.0..2.2.1
----------------------------------------
17a72c3 Fix database schema for mysql and switch the gate to testing it
afa0b49 Updated from global requirements
43ca598 Set default branch for stable/liberty
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
README.rst | 8
+++++---
devstack/plugin.sh | 6 ++----
ironic_inspector/db.py | 6 +++---
.../migrations/versions/578f84f38d_inital_db_schema.py | 6 +++---
requirements.txt | 2 +-
6 files changed, 15 insertions(+), 14 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 18d7b2a..e53d673 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -24 +24 @@ stevedore>=1.5.0 # Apache-2.0
-SQLAlchemy>=0.9.9,<1.1.0
+SQLAlchemy<1.1.0,>=0.9.9
More information about the OpenStack-announce
mailing list