[openstack-dev] [release][stable][glance] glance_store 0.9.2 release (liberty)
no-reply at openstack.org
no-reply at openstack.org
Mon Mar 21 02:46:39 UTC 2016
We are content to announce the release of:
glance_store 0.9.2: OpenStack Image Service Store Library
This release is part of the liberty stable 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.
Changes in glance_store 0.9.1..0.9.2
------------------------------------
7b13ce6 Add backend tests from glance
af44b6e Change Swift zero-size chunk behaviour
a0572ef Swift store: do not send a 0 byte chunk
fc61c21 Add list of supported stores to help
156ac63 Updated from global requirements
2ecc714 vmware: check for response body in error conditions
f5b34ba Improving GlanceStoreException
21ddd7f Catch InvalidURL when requesting store size
844e08e Updated from global requirements
399547f Fix swift store tests for latest swiftclient
51fb41f Update .gitreview for stable/liberty
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
glance_store/_drivers/http.py | 9 +++
glance_store/_drivers/swift/store.py | 24 +++---
glance_store/_drivers/vmware_datastore.py | 2 +-
glance_store/backend.py | 4 +-
glance_store/exceptions.py | 28 +++++--
requirements.txt | 2 +-
setup.py | 2 +-
14 files changed, 295 insertions(+), 30 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 374e315..7a506e1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ oslo.serialization>=1.4.0 # Apache-2.0
-oslo.utils>=2.0.0 # Apache-2.0
+oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0
More information about the OpenStack-dev
mailing list