We are ecstatic to announce the release of: openstacksdk 0.22.0: An SDK for building applications to work with OpenStack This release is part of the stein release series. Download the package from: https://pypi.org/project/openstacksdk For more details, please see below. 0.22.0 ^^^^^^ Bug Fixes * Fixed a regression with sub-dicts of server objects were not usable with object notation. Changes in openstacksdk 0.21.0..0.22.0 -------------------------------------- 5d7e149 Properly munch for resource sub-dicts c71acc6 Turn off unneeded devstack services ca2045b Import code for building ironic-compatible configdrives dd482fe Adds kwargs support when creating a Neutron subnet 9675c1f Fix dogpile.cache 0.7.0 interaction 1bceca8 Change openstack-dev to openstack-discuss Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 ++ CONTRIBUTING.rst | 2 +- README.rst | 2 +- openstack/baremetal/configdrive.py | 116 +++++++++++++++++++++ openstack/baremetal/v1/_proxy.py | 3 +- openstack/baremetal/v1/node.py | 3 +- openstack/cloud/_normalize.py | 19 +++- openstack/cloud/_utils.py | 15 ++- openstack/cloud/openstackcloud.py | 14 ++- openstack/resource.py | 28 +++-- .../notes/munch-sub-dict-e1619c71c26879cb.yaml | 5 + 16 files changed, 341 insertions(+), 24 deletions(-)
participants (1)
-
no-reply@openstack.org