summaryrefslogtreecommitdiff
path: root/glance_store/_drivers/filesystem.py
Commit message (Expand)AuthorAgeFilesLines
* Correct such logic in store.get() when chunk_size param providedZhi Yan Liu2015-03-041-6/+15
* Use a named enum for capability valuesIan Cordasco2015-02-131-3/+3
* Add capabilities to storage driverZhi Yan Liu2015-02-081-0/+7
* Fixing PEP8 E712 and E265Radoslaw Smigielski2015-02-061-1/+1
* Validate metadata JSON fileAbhijeet Malawade2015-01-291-28/+95
* Move from oslo.config to oslo_configLouis Taylor2015-01-121-1/+1
* Move from oslo.utils to oslo_utilsLouis Taylor2015-01-091-2/+2
* Use statvfs instead of df to get available spaceJian Wen2014-10-271-5/+2
* Switch to using oslo.utilsZhi Yan Liu2014-09-291-2/+2
* Merge "Fix H402"Jenkins2014-09-221-1/+1
|\
| * Fix H402Oleksii Chuprykov2014-09-201-1/+1
* | Use oslo.serializationOleksii Chuprykov2014-09-211-1/+1
|/
* Adding common.utils.exception_to_str() to avoid encoding issueZhi Yan Liu2014-09-191-1/+1
* Merge "Return the right filesize when chunk_size != None"Jenkins2014-09-091-1/+1
|\
| * Return the right filesize when chunk_size != NoneFlavio Percoco2014-09-081-1/+1
* | Allowing operator to configure a permission for image file in fs storeZhi Yan Liu2014-09-081-2/+70
|/
* Complete random_access for the filesystem storeFlavio Percoco2014-09-051-2/+10
* Rename glance.store to glance_store0.1.1Flavio Percoco2014-08-281-0/+472