We are jubilant to announce the release of: glance_store 0.16.0: OpenStack Image Service Store Library
This release is part of the newton release series. With source available at: http://git.openstack.org/cgit/openstack/glance_store With package available at: https://pypi.python.org/pypi/glance_store Please report issues through launchpad: http://bugs.launchpad.net/glance-store For more details, please see below. 0.16.0 ^^^^^^ glance_store._drivers.s3 removed from tree. Upgrade Notes ************* * The S3 driver has been removed completely from the glance_store source tree. All environments running and (or) using this s3-driver piece of code and have not been migrated will stop working after the upgrade. We recommend you use a different storage backend that is still being supported by Glance. The standard deprecation path has been used to remove this. The proces requiring store driver maintainers was initiated at http://lists.openstack.org/pipermail /openstack-dev/2015-December/081966.html . Since, S3 driver did not get any maintainer, it was decided to remove it. Changes in glance_store 0.15.0..0.16.0 -------------------------------------- ad2c5ef Updated from global requirements 3fe4e00 Updated from global requirements 4432e60 Remove S3 driver 0528e7d Sheepdog:modify default addr 830211c Don't include openstack/common in flake8 exclude list 57cea8d Split functional tests apart Diffstat (except docs and test files) ------------------------------------- glance_store/_drivers/s3.py | 832 --------------------- glance_store/_drivers/sheepdog.py | 2 +- glance_store/backend.py | 2 +- glance_store/location.py | 2 - .../filesystem/test_functional_filesystem.py | 44 ++ .../functional/swift/test_functional_swift.py | 92 +++ .../notes/remove-s3-driver-f432afa1f53ecdf8.yaml | 15 + requirements.txt | 2 +- setup.cfg | 8 +- tox.ini | 15 +- 18 files changed, 173 insertions(+), 1665 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 93ed69a..e4f1b3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ oslo.serialization>=1.10.0 # Apache-2.0 -oslo.utils>=3.15.0 # Apache-2.0 +oslo.utils>=3.16.0 # Apache-2.0 __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev