Liberty Series (2.0.0 - 2.2.7) Release Notes¶
2.2.6¶
Bug Fixes¶
Fixes a problem which caused an unhandled TypeError exception to bubble up when inspector was attempting to convert some eDeploy data to integer.
Fixed a regression in the firewall code, which causes re-running introspection for an already inspected node to fail.
2.2.5¶
Bug Fixes¶
DHCP is now disabled completely when no nodes are on introspection and the “node_not_found_hook” is not set. This reduces probability of serving DHCP to wrong nodes, if their NIC is not registered in Ironic. See https://bugs.launchpad.net/ironic-inspector/+bug/1557979 and https://bugzilla.redhat.com/show_bug.cgi?id=1317695 for details.
Only issue iptables calls when list of active MAC addresses changes.
2.2.4¶
Bug Fixes¶
Fixed extra_hardware plugin connection to Swift.
Fixed confusing error message shown to user when something bad happens during preprocessing (https://launchpad.net/bugs/1523907).
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.