We are thrilled to announce the release of: openstacksdk 0.61.0: An SDK for building applications to work with OpenStack This release is part of the yoga 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/openstack/openstacksdk For more details, please see below. 0.61.0 ^^^^^^ New Features * Add support for Compute API microversion 2.73, which allows admins to specify a reason when locking a server. * The 2.89 API microversion is now supported for the compute service. This adds additional fields to the "os-volume_attachments" API, represented by the "openstack.compute.v2.volume_attachment.VolumeAttachment" resource. Changes in openstacksdk 0.60.0..0.61.0 -------------------------------------- 4f8fae5c Add Neutron Local IP CRUD 8b09b8f1 Splits class `TestNetworkProxy` cc00aafd Vpn ike policy resource 6fdc97b7 compute: Add support for server lock reason 6487cad2 Add "check_limit" to network Quota class 3692438f compute: Add support for microversion 2.89 ee75531e Adds "test_update_zone" test case ebc3419b Fix some docstrings, and a small bug b81275b1 Remove misspelled speccing arguments dc906fbf Changed minversion in tox to 3.18.0 Diffstat (except docs and test files) ------------------------------------- .../resources/network/v2/local_ip_association.rst | 13 + openstack/baremetal/v1/node.py | 11 +- openstack/compute/v2/_proxy.py | 8 +- openstack/compute/v2/server.py | 8 +- openstack/compute/v2/volume_attachment.py | 17 +- openstack/network/v2/_proxy.py | 287 +++++++++++++++++++++ openstack/network/v2/ikepolicy.py | 63 +++++ openstack/network/v2/local_ip.py | 61 +++++ openstack/network/v2/local_ip_association.py | 47 ++++ openstack/network/v2/quota.py | 2 + .../network/v2/test_local_ip_association.py | 68 +++++ .../unit/compute/v2/test_volume_attachment.py | 27 +- .../unit/network/v2/test_local_ip_association.py | 56 ++++ ...compute-microversion-2-73-abae1d0c3740f76e.yaml | 5 + ...compute-microversion-2-89-8c5187cc3bf6bd02.yaml | 7 + tox.ini | 6 +- 29 files changed, 1148 insertions(+), 42 deletions(-)
participants (1)
-
no-reply@openstack.org