summaryrefslogtreecommitdiff
path: root/glance_store/_drivers/cinder.py
Commit message (Expand)AuthorAgeFilesLines
* Pass multipath config while creating connector objectvictoria-em2.3.1stable/victoriawhoami-rajat2021-08-171-1/+1
* Correct default type name referencewhoami-rajat2020-08-251-2/+2
* Support Cinder multiple storeswhoami-rajat2020-08-241-56/+111
* Don't allow image creation with encrypted nfs volumesRajat Dhasmana2020-06-221-0/+15
* Add lock per share for cinder nfs mount/umountwhoami-rajat2020-05-011-7/+47
* Merge "Refactor methods in cinder store"2.0.0Zuul2020-03-311-109/+100
|\
| * Refactor methods in cinder storewhoami-rajat2020-03-261-109/+100
* | Add config for cinder mounting needsRajat Dhasmana2020-03-271-0/+15
|/
* Image upload fails if cinder multipath is enabledAbhishek Kekane2020-02-201-2/+39
* Change location metadata key 'backend' to 'store'Abhishek Kekane2019-07-191-1/+1
* Revert "Change location metadata key 'backend' to 'store'"Erno Kuvaja2019-06-071-1/+1
* Merge "Add location prefix url to store instance"0.29.0Zuul2019-06-061-0/+5
|\
| * Add location prefix url to store instanceAbhishek Kekane2019-06-031-0/+5
* | Change location metadata key 'backend' to 'store'Abhishek Kekane2019-06-041-1/+1
|/
* Merge "Consider Cinder back-end as production ready"0.26.0Zuul2018-07-191-4/+1
|\
| * Consider Cinder back-end as production readyErno Kuvaja2018-07-191-4/+1
* | Merge "Remove config option help translation"Zuul2018-07-191-26/+26
|\ \ | |/ |/|
| * Remove config option help translationSean McGinnis2018-07-191-26/+26
* | Multihash Implementation for GlanceScott McClymont2018-07-181-7/+15
* | Multi store support for cinder driverAbhishek Kekane2018-07-171-22/+58
* | Merge "cinder: Specify mountpoint host param to attach API"Zuul2018-07-151-1/+1
|\ \
| * | cinder: Specify mountpoint host param to attach APITomoki Sekiyama2018-06-301-1/+1
| |/
* | specify region on creating cinderclientTomoki Sekiyama2018-07-091-0/+1
|/
* use only exceptions for uri validations0.24.0kairat_kushaev2018-06-071-4/+1
* TrivialFix: Correct reST field lists in docstringsyfzhao2017-09-261-7/+7
* Merge "Cinder driver: TypeError in _open_cinder_volume"Jenkins2017-07-181-4/+7
|\
| * Cinder driver: TypeError in _open_cinder_volumezhangdaolong2017-07-181-4/+7
* | Merge "Fixing string formatting bug in log message."Jenkins2017-07-181-1/+1
|\ \
| * | Fixing string formatting bug in log message.Matt Smith2017-01-171-1/+1
* | | set warning-is-error for documentation buildDoug Hellmann2017-06-281-1/+1
* | | Initialize privsep root_helper commandEric Harney2017-05-241-0/+4
| |/ |/|
* | Correct error msg variable that could be unassignedMatt Smith2017-01-181-1/+1
|/
* take into consideration created volume size in cinder backendAndrey Pavlov2016-11-241-0/+2
* Convert to keystoneauthJamie Lennox2016-11-021-8/+8
* Add cinder_volume_type to cinder store configurationAndrey Pavlov2016-10-121-3/+24
* Improve help text of cinder driver optsTomoki Sekiyama2016-08-151-25/+215
* Fix cinder config string as per current i18n state0.15.0Nikhil Komawar2016-07-271-2/+1
* cinder: Fix get_size return valueTomoki Sekiyama2016-06-281-2/+2
* The function add calculation size_gb need improvezhengyao12016-06-241-1/+2
* Fix typos in config fileskairat_kushaev2016-03-281-1/+1
* Fix cinder store to support Cinder RemoteFS backendsTomoki Sekiyama2016-03-121-1/+2
* Implement get, add and delete for cinder storeTomoki Sekiyama2016-02-261-65/+420
* Fix some inconsistency in docstringshgangwx@cn.ibm.com2016-01-281-2/+2
* remove default=None for config optionsShuquan Huang2015-11-091-3/+0
* Make cinderclient a more optional dependencyLouis Taylor2015-07-031-3/+9
* 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-0/+2
* Move from oslo.config to oslo_configLouis Taylor2015-01-121-1/+1
* Move cinder store to use auth_tokenStuart McLaren2014-10-281-3/+3