We are happy to announce the release of: openstacksdk 0.11.4: An SDK for building applications to work with OpenStack This release is part of the queens stable 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. Changes in openstacksdk 0.11.3..0.11.4 -------------------------------------- 3b9f3694 Update python-openstacksdk references to openstacksdk 3d71e2a7 Adds prefixlen to the request body when creating subnets 2eaeff79 Fix response always being False 6e848c84 OpenDev Migration Patch c3a15b62 Replace openstack.org git:// URLs with https:// db83779c Fixes for Unicode characters in python 2 requests 378e150f Modify the error message when unsetting gateway and setting FIP 71632866 Fix functional test about port c8d40385 Rename python-openstacksdk to openstacksdk Diffstat (except docs and test files) ------------------------------------- .gitreview | 4 +- .zuul.yaml | 36 ++++------ CONTRIBUTING.rst | 16 ++--- README.rst | 4 +- SHADE-MERGE-TODO.rst | 2 +- devstack/plugin.sh | 2 +- openstack/cloud/openstackcloud.py | 6 +- openstack/exceptions.py | 8 +-- openstack/network/v2/subnet.py | 2 + .../network/v2/test_subnet_from_subnet_pool.py | 80 ++++++++++++++++++++++ openstack/utils.py | 4 +- releasenotes/source/conf.py | 2 +- setup.cfg | 14 ---- tox.ini | 4 +- 41 files changed, 251 insertions(+), 97 deletions(-)