mitaka: release glance-store 0.10.0

Changes since 0.9.1:

mriedem@ubuntu:~/git/glance_store$ git log --oneline --no-merges 0.9.1..
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

Because of the dependency updates and deprecated option removal, this is
a minor version bump rather than a patch release.

The upper-constraints change is:

Ib9aef5f42d4242b616eab906a3bbc70be0ee73ea

Change-Id: Ia628c215291dbcd2308ab61b545e0614575caca9
This commit is contained in:
Matt Riedemann 2015-11-20 06:54:17 -08:00
parent 87eaa4ff4b
commit c9ee1c2f90

View File

@ -0,0 +1,9 @@
---
launchpad: glance-store
releases:
- version: 0.10.0
projects:
- repo: openstack/glance_store
hash: f1f79b898dc9f37a4161a68574feff8364f73ab3
highlights: >
Bug fixes, dependency updates, and removal of deprecated options.