Pike Series Release Notes¶
2.0.0¶
Upgrade Notes¶
The
python-openstackclient
package is no longer a requirement forpython-ironic-inspector-client
to be installed. If you wish to use the ironic-inspector cli, you should installpython-openstackclient
manually or use setuptools “extra” option to install both packages automatically:pip install python-ironic-inspector-client[cli]
1.12.0¶
New Features¶
Add
introspection interface list
andintrospection interface show
commands to display stored introspection data for the node including attached switch port information. In order to get switch data, LLDP data collection must be enabled by the kernel parameteripa-collect-lldp=1
and the inspector pluginbasic_lldp
must be enabled.