python-ironicclient 2.6.0 (stein)
We enthusiastically announce the release of: python-ironicclient 2.6.0: OpenStack Bare Metal Provisioning API Client Library This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/python-ironicclient Download the package from: https://pypi.org/project/python-ironicclient Please report issues through launchpad: https://storyboard.openstack.org/#!/project/959 For more details, please see below. 2.6.0 ^^^^^ New Features * Adds the ability to set the "automated_clean" field (available starting with API version 1.47) on the baremetal node, to enable the automated cleaning feature at the node level. * Adds the ability to set and unset the "protected" and "protected_reason" fields introduced in API 1.48. Setting "protected" allows protecting a deployed node from undeploying, rebuilding and deleting. Changes in python-ironicclient 2.5.0..2.6.0 ------------------------------------------- cdcd08d Change openstack-dev to openstack-discuss bdd4ec9 Add Python 3.6 classifier to setup.cfg 1c941ee Support for protected and protected_reason fields 9325743 Sort columns in node detailed list alphabetically dfd3415 Add management of automated_clean field 072d32f Update min tox version to 2.0 a28ccb9 Fix a LOG.warning which didn't work properly 9afae61 Fix a typo in the docstring 8fb4f28 Modify useful links to project resources in README c4ddb32 Minor fixes to README.rst 9a69be8 Use templates for cover and lower-constraints 59b2438 Replace assertRaisesRegexp with assertRaisesRegex ece9c83 fix typo d30d415 add python 3.6 unit test job a2e25e0 switch documentation job to new PTI 43ff8dd import zuul job settings from project-config 8dcbf5b Update reno for stable/rocky Diffstat (except docs and test files) ------------------------------------- README.rst | 33 +-- ironicclient/common/http.py | 4 +- ironicclient/osc/v1/baremetal_node.py | 52 ++++- ironicclient/v1/node.py | 3 +- ironicclient/v1/resource_fields.py | 49 ++-- ...add_automated_clean_field-d2a0c824a4e90bf4.yaml | 6 + .../notes/osc-plugin-ff0d897d8441a9e1.yaml | 2 +- releasenotes/notes/protected-72d7419245a4f6c3.yaml | 7 + releasenotes/source/index.rst | 1 + releasenotes/source/rocky.rst | 6 + setup.cfg | 3 +- tox.ini | 2 +- zuul.d/project.yaml | 12 +- 17 files changed, 329 insertions(+), 122 deletions(-)
participants (1)
-
no-reply@openstack.org