We are jazzed to announce the release of: openstacksdk 0.31.1: 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.31.1 ^^^^^^ Bug Fixes * Updated the Rackspace vendor entry to use *"False"* for the value of *xenapi_use_agent* instead of *false*, because that's what the remote side expects. The recent update to use the Resource layer exposed the incorrect setting causing image uploads to Rackspace to fail. Changes in openstacksdk 0.31.0..0.31.1 -------------------------------------- fdf43169 Set xenapi_use_agent to "False" instead of false 402c9f73 Add access alias (aka) for the resource attributes de03f4f5 Use Resource layer for compute AZ and Aggregates Diffstat (except docs and test files) ------------------------------------- openstack/cloud/_compute.py | 91 +++---------- openstack/cloud/_image.py | 2 +- openstack/compute/v2/_proxy.py | 18 +-- openstack/compute/v2/aggregate.py | 1 + openstack/compute/v2/availability_zone.py | 3 +- openstack/config/vendors/rackspace.json | 2 +- openstack/resource.py | 142 +++++++++++++-------- .../unit/compute/v2/test_availability_zone.py | 6 - .../notes/xenapi-use-agent-ecc33e520da81ffa.yaml | 7 + 14 files changed, 332 insertions(+), 196 deletions(-)
participants (1)
-
no-reply@openstack.org