We are content to announce the release of: glance_store 0.10.0: OpenStack Image Service Store Library This release is part of the mitaka 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 For more details, please see the git log history below and: http://launchpad.net/glance-store/+milestone/0.10.0 Please report issues through launchpad: http://bugs.launchpad.net/glance-store Changes in glance_store 0.9.1..0.10.0 ------------------------------------- f1f79b8 Rel notes for 0.10.0 7b9bec7 Updated from global requirements be3d7a6 Remove useless config.py file b709dd6 vmware: check for response body in error conditions 6993aac remove default=None for config options 341527c Updated from global requirements 2142bd3 Imported Translations from Zanata fdd725e Updated from global requirements aa53ea6 Updated from global requirements d59254e Remove deprecated glance_store opts from default section 6019576 Updated from global requirements 845254f Improving GlanceStoreException 5db9852 Activate pep8 check that _ is imported a031745 '_' is used by i18n cc36d53 VMware: Fix missing space in error message c2b8702 Handle swift store's optional dependency f37947a Fix swift store tests for latest swiftclient caf646a Catch InvalidURL when requesting store size Diffstat (except docs and test files) ------------------------------------- glance_store/_drivers/cinder.py | 3 - glance_store/_drivers/gridfs.py | 2 +- glance_store/_drivers/http.py | 9 + glance_store/_drivers/s3.py | 2 - glance_store/_drivers/swift/store.py | 10 +- glance_store/_drivers/vmware_datastore.py | 4 +- glance_store/common/auth.py | 3 +- glance_store/common/config.py | 219 --------------------- glance_store/common/utils.py | 2 + glance_store/driver.py | 6 - glance_store/exceptions.py | 28 ++- .../es/LC_MESSAGES/glance_store-log-warning.po | 13 +- .../fr/LC_MESSAGES/glance_store-log-warning.po | 13 +- glance_store/locale/glance_store-log-critical.pot | 20 -- glance_store/locale/glance_store-log-error.pot | 20 -- glance_store/locale/glance_store-log-info.pot | 20 -- glance_store/locale/glance_store.pot | 142 ++++++------- requirements.txt | 6 +- setup.py | 2 +- test-requirements.txt | 2 +- tox.ini | 1 - 27 files changed, 260 insertions(+), 393 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 374e315..cee4a33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -oslo.config>=2.3.0 # Apache-2.0 +oslo.config>=2.7.0 # Apache-2.0 @@ -6,2 +6,2 @@ oslo.i18n>=1.5.0 # Apache-2.0 -oslo.serialization>=1.4.0 # Apache-2.0 -oslo.utils>=2.0.0 # Apache-2.0 +oslo.serialization>=1.10.0 # Apache-2.0 +oslo.utils>=2.8.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index a4c105a..5d50bb3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22 +22 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0