ironic-inspector 10.4.2 (victoria)
We are overjoyed to announce the release of: ironic-inspector 10.4.2: Hardware introspection for OpenStack Bare Metal This release is part of the victoria stable release series. The source is available from: https://opendev.org/openstack/ironic-inspector Download the package from: https://tarballs.openstack.org/ironic-inspector/ Please report issues through: https://storyboard.openstack.org/#!/project/944 For more details, please see below. 10.4.2 ^^^^^^ Bug Fixes * Fixes an issue where a failed inspection due to a transient failure can prevent retry attempts to inspect to be perceived as a failure. If a prior inspection fails and is in "error" state, when a new introspection is requested, the state is now appropriately set to "starting". Changes in ironic-inspector 10.4.1..10.4.2 ------------------------------------------ e1d457d Ignored error state cache for new requests 7ebc8fa Point ipa-builder to stable/wallaby 995febc Use port.id instead of port.uuid 6a668c6 Fix port id vs uuid in ValidateInterfacesHook abe6eb4 Enable tempurls for Swift in grenade 6e29310 Fix node id vs uuid in processing_logger_prefix bbef83f Avoid a full install in tox environments that do not need it 965a4f5 Fix memcached host address. 52a6452 Remove lower-constraints job Diffstat (except docs and test files) ------------------------------------- devstack/plugin.sh | 2 +- ironic_inspector/node_cache.py | 8 +++++++- ironic_inspector/plugins/base_physnet.py | 2 +- ironic_inspector/plugins/local_link_connection.py | 2 +- ironic_inspector/plugins/standard.py | 2 +- ironic_inspector/test/unit/test_node_cache.py | 11 +++++++++++ .../unit/test_plugins_local_link_connection.py | 2 +- .../test/unit/test_plugins_physnet_cidr_map.py | 4 ++-- .../test/unit/test_plugins_standard.py | 2 +- ironic_inspector/test/unit/test_utils.py | 8 ++++---- ironic_inspector/utils.py | 2 +- .../fix-cache-error-on-start-27f492ba863d5f92.yaml | 7 +++++++ test-requirements.txt | 6 ------ tox.ini | 22 +++++++++++++++++++--- zuul.d/ironic-inspector-jobs.yaml | 8 ++++++-- zuul.d/project.yaml | 1 - 17 files changed, 69 insertions(+), 26 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index be6935d..46ecfaf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,5 +9,0 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0 -sphinx>=2.0.0,!=2.1.0 # BSD -sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD -sphinxcontrib-apidoc>=0.2.0 # BSD -openstackdocstheme>=2.2.0 # Apache-2.0 -os-api-ref>=1.4.0 # Apache-2.0 @@ -17 +11,0 @@ stestr>=1.0.0 # Apache-2.0 -reno>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org