[release-announce] python-ironic-inspector-client 3.1.2 (queens)

no-reply at openstack.org no-reply at openstack.org
Tue Jan 29 01:43:32 UTC 2019


We jubilantly announce the release of:

python-ironic-inspector-client 3.1.2: Python client for Ironic
Inspector

This release is part of the queens stable release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-ironic-inspector-
client

Download the package from:

    https://pypi.org/project/python-ironic-inspector-client

Please report issues through launchpad:

    https://bugs.launchpad.net/python-ironic-inspector-client

For more details, please see below.

3.1.2
^^^^^

Bug Fixes

* The error message returned when running the *openstack baremetal
  introspection interface show* command with an interface not
  associated with the node has been fixed. It now indicates that the
  interface was invalid.

Changes in python-ironic-inspector-client 3.1.1..3.1.2
------------------------------------------------------

4d06c12 Fix errors in package metadata
8ddf370 Update the home-page link
71d64f9 import zuul job settings from project-config
48bf9e3 CI: stop trying to pull the tempest plugin from ironic-inspector
8bee55e Provide proper error message if interface name is invalid
983afe8 Gate fix: Cap hacking to avoid gate failure
93fc3d0 Use the regular inspector tests in the CI


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

functest-requirements.txt                                     |  4 ++--
ironic_inspector_client/test/test_v1.py                       |  9 ++++-----
ironic_inspector_client/v1.py                                 |  5 ++++-
.../python-ironic-inspector-client-tempest-dsvm/run.yaml      | 11 +----------
.../change-error-msg-invalid-interface-4b6b70b92c27d6f6.yaml  |  6 ++++++
setup.cfg                                                     |  4 +++-
test-requirements.txt                                         |  2 +-
zuul.d/project.yaml                                           |  7 +++++++
8 files changed, 28 insertions(+), 20 deletions(-)


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

diff --git a/functest-requirements.txt b/functest-requirements.txt
index f563ad0..c54c659 100644
--- a/functest-requirements.txt
+++ b/functest-requirements.txt
@@ -2,2 +2,2 @@
-git+git://git.openstack.org/openstack/ironic-inspector@f02eda0315cb21b737d2a1f982b389ed2291617c#egg=ironic-inspector
--r https://git.openstack.org/cgit/openstack/ironic-inspector/plain/test-requirements.txt?h=f02eda0315cb21b737d2a1f982b389ed2291617c
+git+git://git.openstack.org/openstack/ironic-inspector@c29c28e64b3501b53c93a370043e00af20dc4119#egg=ironic-inspector
+-r https://git.openstack.org/cgit/openstack/ironic-inspector/plain/test-requirements.txt?h=c29c28e64b3501b53c93a370043e00af20dc4119
diff --git a/test-requirements.txt b/test-requirements.txt
index 9fe1bfc..70bc49d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-hacking>=1.0.0 # Apache-2.0
+hacking>=1.0.0,<1.1.0 # Apache-2.0






More information about the Release-announce mailing list