summaryrefslogtreecommitdiff
path: root/glance_store/driver.py
Commit message (Expand)AuthorAgeFilesLines
* Remove Python 2 supportliyou012022-05-251-4/+2
* Add location prefix url to store instanceAbhishek Kekane2019-06-031-0/+5
* Multihash Implementation for GlanceScott McClymont2018-07-181-5/+95
* Enable multi store support for glanceAbhishek Kekane2018-07-151-2/+22
* TrivialFix: Correct reST field lists in docstringsyfzhao2017-09-261-1/+1
* Cleanup i18n marker functions to match Oslo usageRonald Bradford2016-07-201-2/+1
* Merge "Fix some inconsistency in docstrings"Jenkins2016-02-121-12/+12
|\
| * Fix some inconsistency in docstringshgangwx@cn.ibm.com2016-01-281-12/+12
* | LOG.warn is deprecated in python3skseeker2016-02-121-1/+1
|/
* Merge "Fix default mutables for set_acls"Jenkins2016-01-271-2/+2
|\
| * Fix default mutables for set_aclskairat_kushaev2016-01-211-2/+2
* | Merge "Add signature verifier to backend drivers"Jenkins2016-01-211-1/+2
|\ \
| * | Add signature verifier to backend driversBrianna Poulos2016-01-211-1/+2
| |/
* | Use oslo_utils.encodeutils.exception_to_unicode()Victor Stinner2016-01-211-2/+3
|/
* Remove deprecated glance_store opts from default sectionSabari Kumar Murugesan2015-10-101-6/+0
* Propagate BadStoreConfiguration to library userGorka Eguileor2015-03-281-3/+5
* Merge "Use oslo_config.cfg.ConfigOpts in glance_store"Jenkins2015-03-131-1/+1
|\
| * Use oslo_config.cfg.ConfigOpts in glance_storeZhi Yan Liu2015-03-111-1/+1
* | Merge "Fix timeout during upload from slow resource"Jenkins2015-03-111-1/+1
|\ \ | |/ |/|
| * Fix timeout during upload from slow resourceMike Fedosin2015-03-101-1/+1
* | Move from oslo.utils to oslo_utils (supplement)Zhi Yan Liu2015-03-101-1/+1
|/
* Use oslo_utils.units where appropriateGorka Eguileor2015-03-091-1/+2
* Use a named enum for capability valuesIan Cordasco2015-02-131-1/+1
* Add capabilities to storage driverZhi Yan Liu2015-02-081-14/+16
* Remove validate_locationStuart McLaren2014-10-071-7/+0
* Switch to using oslo.utilsZhi Yan Liu2014-09-291-1/+1
* Adding common.utils.exception_to_str() to avoid encoding issueZhi Yan Liu2014-09-191-14/+2
* Configure the stores explicitlyArnaud Legendre2014-09-091-2/+0
* Register store's configs w/o creating instances0.1.3Flavio Percoco2014-09-031-1/+2
* Add deprecated options support for storage drivers0.1.2Flavio Percoco2014-09-031-0/+5
* Rename glance.store to glance_store0.1.1Flavio Percoco2014-08-281-0/+187