2024.2 Series Release Notes¶
5.8.0-4¶
Bug Fixes¶
Display correct field for the port name of the Port resource.
5.8.0¶
New Features¶
Adds support for
NodeManager.set_provision_state
, to acceptdisable_ramdisk
keyword argument to disable booting ironic-python-agent for clean and service steps that support it.
Add
--disable-ramdisk
CLI option to node clean and node service to disable booting ironic-python-agent for steps that support it.
Bug Fixes¶
Fixes the issue that create port with name does not take effect.
5.7.0¶
New Features¶
Adds
name
field support, which is introduced in ironic API 1.88.
Traits can be specified and applied for nodes to be created with the
openstack baremetal create
command.
Bug Fixes¶
Fixes the issue that
--description-contains
does not work when trying to query nodes with description filter.
5.6.0¶
New Features¶
Increments the supported API version to 1.87.
Adds the ability to request Ironic execute service steps upon an
active
node, utilizing thebaremetal node service
command.
Bug Fixes¶
Fixes the list of fields permitted when creating a node. The following fields can now be set: firmware_interface, automated_clean, network_data, parent_node, owner, lessee, shard, desription.