Current Series Release Notes

6.2.0

Bug Fixes

  • Fixes a race condition where running multiple Bare Metal CLI commands concurrently could fail with [Errno 11] Resource temporarily unavailable while accessing the cached API version. The on-disk version cache is now best-effort: if it cannot be read or written, the client silently re-negotiates the API version instead of raising an error.

Other Notes

  • Removed classes and helper functions from the apiclient module, which was never a supported API of the ironicclient library but was likely developed to mirror the API surface of some OSLO libraries.

6.1.0

New Features

  • Provide openstack baremetal node trait add and openstack baremetal node trait remove commands. To make the user experience of the CLI consistent with other commands.

Deprecation Notes

  • Deprecate openstack baremetal node add trait and openstack baremetal node remove trait commands.

Bug Fixes

  • It was not possible with OSC to unset local-link-connection on a baremetal port which is a necessary operation when testing setting and creating ports with this data. bug 2148621.