We are glad to announce the release of: openstacksdk 0.16.0: An SDK for building applications to work with OpenStack This release is part of the rocky release series. Download the package from: https://pypi.org/project/openstacksdk For more details, please see below. 0.16.0 ^^^^^^ New Features * A new "task_manager" parameter to "Connection" has been added for passing a TaskManager object. This was present in shade and is used by nodepool, but was missing from the Connection constructor. Changes in openstacksdk 0.15.0..0.16.0 -------------------------------------- a0e5fa3 openstackcloud: properly handle scheduler_hints 97aa696 Add task manager parameter to Connection 2f8d059 Add Magnum /certificates support c1bc7c5 Invalid link of doc reference abfc858 Support to wait for load balancer to be ACTIVE 38fafc7 Fix Magnum cluster update 1fbfc59 Handle Munch objects in proxies 81e2bb4 Add vip_qos_policy_id options for loadbalancer Diffstat (except docs and test files) ------------------------------------- openstack/cloud/openstackcloud.py | 49 +++++++++++- openstack/connection.py | 15 +++- openstack/load_balancer/v2/_proxy.py | 8 ++ openstack/load_balancer/v2/load_balancer.py | 4 +- openstack/proxy.py | 7 +- openstack/resource.py | 13 ++++ .../load_balancer/v2/test_load_balancer.py | 90 ++++++++++------------ .../unit/cloud/test_coe_clusters_certificate.py | 61 +++++++++++++++ .../task-manager-parameter-c6606653532248f2.yaml | 6 ++ 15 files changed, 241 insertions(+), 121 deletions(-)