We are delighted to announce the release of: python-ironic-inspector-client 1.7.0: Python client for Ironic Inspector This release is part of the newton release series. With source available at: http://git.openstack.org/cgit/openstack/python-ironic-inspector- client With package available at: https://pypi.python.org/pypi/python-ironic-inspector-client Please report issues through launchpad: http://bugs.launchpad.net/python-ironic-inspector-client For more details, please see below. 1.7.0 ^^^^^ New Features ************ * Introduced command "openstack baremetal introspection reprocess <UUID>" to reprocess stored introspection data Other Notes *********** * Bumped supported API version to 1.5. Changes in python-ironic-inspector-client 1.5.0..1.7.0 ------------------------------------------------------ de0432f Updated from global requirements 5831526 Bump supported API version to 1.5 a89a604 Introspection on stored data d658516 Updated from global requirements e617c17 Update reno for stable/mitaka 9c3f4ea Updated from global requirements Diffstat (except docs and test files) ------------------------------------- README.rst | 22 ++++++++++ ironic_inspector_client/client.py | 2 +- ironic_inspector_client/shell.py | 13 ++++++ ironic_inspector_client/test/functional.py | 51 ++++++++++++++++++++++ ironic_inspector_client/test/test_shell.py | 15 +++++++ ironic_inspector_client/test/test_v1.py | 14 ++++++ ironic_inspector_client/v1.py | 19 +++++++- releasenotes/notes/api-1.5-d5c64e5265fe56d3.yaml | 3 ++ ...stored-introspection-data-c4910325254426c5.yaml | 4 ++ releasenotes/source/index.rst | 3 +- releasenotes/source/mitaka.rst | 6 +++ requirements.txt | 4 +- setup.cfg | 1 + test-requirements.txt | 4 +- 14 files changed, 154 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a4f98e1..d788654 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -cliff!=1.16.0,>=1.15.0 # Apache-2.0 +cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0 @@ -8 +8 @@ pbr>=1.6 # 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,>=1.7.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7d9e3a1..e51fc36 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ doc8 # Apache-2.0 -fixtures>=1.3.1 # Apache-2.0/BSD +fixtures<2.0,>=1.3.1 # Apache-2.0/BSD @@ -11 +11 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 -reno>=0.1.1 # Apache2 +reno>=1.6.2 # Apache2