[openstack-announce] [release][stable][ironic] ironic-inspector release 2.2.3 (liberty)
doug at doughellmann.com
doug at doughellmann.com
Mon Jan 25 15:42:01 UTC 2016
We are content to announce the release of:
ironic-inspector 2.2.3: 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
With package available at:
https://pypi.python.org/pypi/ironic-inspector
Please report issues through launchpad:
http://bugs.launchpad.net/ironic-inspector
For more details, please see below.
2.2.3
^^^^^
Bug Fixes
*********
* Fixed an issue with deleting nodes from cache on MySQL, see
https://bugs.launchpad.net/ironic-inspector/+bug/1511187 for
details.
Other Notes
***********
* Start using reno to manage release notes.
Changes in ironic-inspector 2.2.2..2.2.3
----------------------------------------
23bf0b5 Add missing release note
2bb0134 Add a simple docs target to make docs gate jobs happy
bddc264 Add first reno-based release note
95a9220 Use Reno for release notes management
24da57c Support IPA for devstack-plugin
a1a0f26 Updated from global requirements
37717e1 Properly order node deletion from cache
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 3 +
CONTRIBUTING.rst | 40 +++
devstack/plugin.sh | 48 +++-
ironic_inspector/node_cache.py | 10 +-
ironic_inspector/version.py | 15 ++
releasenotes/notes/.placeholder | 0
.../node-deletion-ordering-d78351f43838c078.yaml | 4 +
.../notes/start-using-reno-9b57e019cb4e7efc.yaml | 3 +
releasenotes/source/_static/.placeholder | 0
releasenotes/source/_templates/.placeholder | 0
releasenotes/source/conf.py | 276 +++++++++++++++++++++
releasenotes/source/index.rst | 9 +
releasenotes/source/liberty.rst | 6 +
releasenotes/source/unreleased.rst | 5 +
requirements.txt | 4 +-
setup.cfg | 8 +
test-requirements.txt | 3 +
tox.ini | 11 +
20 files changed, 518 insertions(+), 18 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 39b8423..b45f991 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0
-keystonemiddleware>=2.0.0
+keystonemiddleware!=2.4.0,>=2.0.0
@@ -14 +14 @@ python-ironicclient>=0.8.0
-python-keystoneclient>=1.6.0
+python-keystoneclient!=1.8.0,>=1.6.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 72a44b2..b91c754 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,0 +8,3 @@ mock>=1.2
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+oslosphinx>=2.5.0 # Apache-2.0
+reno>=0.1.1 # Apache2
More information about the OpenStack-announce
mailing list