[release-announce] openstacksdk 0.32.0 (train)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 1 09:44:42 UTC 2019


We are pumped to announce the release of:

openstacksdk 0.32.0: An SDK for building applications to work with
OpenStack

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/openstacksdk

Download the package from:

    https://pypi.org/project/openstacksdk

Please report issues through:

    https://storyboard.openstack.org/#!/project/760

For more details, please see below.

0.32.0
^^^^^^

New Features

* Implements add/remove/set traits API for bare metal nodes.

Changes in openstacksdk 0.31.2..0.32.0
--------------------------------------

f162b71c Add node traits support to baremetal
2fe2297e Fix image deletion with tasks_api enabled
e8534f58 docs: Add simplified CLI parser docs
6548a961 Add set-boot-device to baremetal
fa5df8d5 Update api-ref location
24dd341e Specify store when importing an image
15ae4e2c force specify project_id during create Sg_rule may cause issue
15baef65 Use Resource layer for compute KeyPairs
e096f990 URL encode swift objects endpoints


Diffstat (except docs and test files)
-------------------------------------

examples/connect.py                                |   5 +-
openstack/baremetal/v1/_proxy.py                   |  56 ++++++++++-
openstack/baremetal/v1/node.py                     | 109 +++++++++++++++++++++
openstack/cloud/_compute.py                        |  28 +++---
openstack/cloud/_image.py                          |   8 +-
openstack/cloud/_object_store.py                   |  41 +++++---
openstack/cloud/_security_group.py                 |   1 -
openstack/compute/v2/_proxy.py                     |   8 +-
openstack/compute/v2/keypair.py                    |  39 +++++---
openstack/image/v2/_proxy.py                       |  11 ++-
openstack/image/v2/image.py                        |   8 +-
.../functional/baremetal/test_baremetal_node.py    |  46 +++++++++
.../notes/baremetal-traits-d1137318db33b8d1.yaml   |   4 +
22 files changed, 489 insertions(+), 74 deletions(-)







More information about the Release-announce mailing list