Queens Series Release Notes¶
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.
3.0.0¶
Upgrade Notes¶
Experimental setting IPMI credentials feature was removed.
Support for passing
auth_token
toClientV1
was removed. Please create a keystoneauth session and pass it via thesession
argument instead. If nosession
is passed, a new session without authentication is created.
There is no longer a default introspection API endpoint. Previously, if no endpoint was requested and no endpoint found in the service catalog,
127.0.0.1:5050
was used by default.
The deprecated module
ironic_inspector_client.client
was removed, please useironic_inspector_client.ClientV1
instead.
Other Notes¶
The
ClientV1
constructor now raises a newEndpointNotFound
exception when no introspection API endpoint can be detected. Previously this condition was ignored and127.0.0.1:5050
was used as a fallback.
The tox
func
environment has been renamed tofunctional
.