python-ironicclient 5.12.0 (flamingo)
We are tickled pink to announce the release of: python-ironicclient 5.12.0 This release is part of the flamingo 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.12.0 ^^^^^^ Bug Fixes * When creating a portgroup, the UUID can be specified to support idempotency. The CLI incorrectly disallowed this. Changes in python-ironicclient 5.11.0..5.12.0 --------------------------------------------- 7b4d729 Revert "Replace license classifier" 7a42511 Cast string boolean from CLI 4bd3cff Exclude test code from coverage report 433b969 Replace license classifier 984479f fix: portgroup create with uuid for idempotency 5d67360 Add CLI support for migrated inspection rules Diffstat (except docs and test files) ------------------------------------- .coveragerc | 7 +- ironicclient/common/http.py | 2 +- ironicclient/osc/v1/baremetal_inspection_rule.py | 412 +++++++++++++++++++++ ironicclient/osc/v1/baremetal_runbook.py | 15 +- ironicclient/v1/client.py | 3 + ironicclient/v1/inspection_rule.py | 105 ++++++ ironicclient/v1/portgroup.py | 3 +- ironicclient/v1/resource_fields.py | 25 +- .../portgroup-create-uuid-311ea9f2633c6a02.yaml | 5 + setup.cfg | 6 + 12 files changed, 625 insertions(+), 6 deletions(-)
participants (1)
-
no-reply@openstack.org