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_tokentoClientV1was removed. Please create a keystoneauth session and pass it via thesessionargument instead. If nosessionis 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:5050was used by default.
The deprecated module
ironic_inspector_client.clientwas removed, please useironic_inspector_client.ClientV1instead.
Other Notes¶
The
ClientV1constructor now raises a newEndpointNotFoundexception when no introspection API endpoint can be detected. Previously this condition was ignored and127.0.0.1:5050was used as a fallback.
The tox
funcenvironment has been renamed tofunctional.