python-ironicclient 5.7.0 (dalmatian)
We are tickled pink to announce the release of: python-ironicclient 5.7.0: OpenStack Bare Metal Provisioning API Client Library This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/python-ironicclient Download the package from: https://pypi.org/project/python-ironicclient Please report issues through: https://bugs.launchpad.net/python-ironicclient/+bugs For more details, please see below. 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. Changes in python-ironicclient 5.6.0..5.7.0 ------------------------------------------- b35b79b Fixes the description filter ba06bee Support traits configuration on baremetal create CLI 0357ed5 Client support port name a1761b8 Fix functional test run 54825ab Add test for driver raid property list Diffstat (except docs and test files) ------------------------------------- ironicclient/common/http.py | 2 +- ironicclient/osc/v1/baremetal_port.py | 24 ++++++++++++++ .../osc/v1/test_baremetal_driver_basic.py | 17 ++++++++++ ironicclient/v1/create_resources.py | 3 ++ ironicclient/v1/node.py | 7 +++- ironicclient/v1/port.py | 2 +- ironicclient/v1/resource_fields.py | 2 ++ playbooks/functional/run.yaml | 5 +-- .../fix-description-contains-03f2c32268495660.yaml | 5 +++ releasenotes/notes/port-name-6b1bf35a3939bedb.yaml | 4 +++ ...aits-for-baremetal-create-36af46998feca011.yaml | 5 +++ 17 files changed, 144 insertions(+), 27 deletions(-)
participants (1)
-
no-reply@openstack.org