Wallaby Series Release Notes

2.5.1

Bug Fixes

  • Bug #1955668: Fixed issue with glance cinder store passing hostname instead of IP address to os-brick while getting connector information.

  • Bug #1959913: Added wait between the volume being extended and the new size being detected while opening the volume device.

2.5.0

Prelude

This was a quiet development cycle for the glance_store library. Several bugs were fixed and some code changes were committed to increase stability.

Upgrade Notes

  • Previously, during service startup, the check to validate volume types used to raise BackendException or BadStoreConfiguration exceptions when an invalid volume type was configured hence failing the service startup. It now logs a warning and the glance service starts normally.

Bug Fixes

  • Default value of the cinder_catalog_info parameter has been changed from volumev2::publicURL to volumev3::publicURL, so that the current v3 API is used by default instead of the deprecated v2 API.

  • Bug #1915163: Added handling to log and raise proper exception during image create when an invalid volume type is configured.

    • Bug 1915602: Cinder store: Use v3 API by default