summaryrefslogtreecommitdiff
path: root/nova/volume
Commit message (Expand)AuthorAgeFilesLines
* Add Forbidden to caught cinder exceptionsRyan Rossiter2016-03-091-0/+5
* Use generic wrapper for cinder exceptionsRyan Rossiter2016-03-081-21/+30
* Provide correct connector for evacuate terminatemark.sturdevant2016-03-071-2/+4
* deprecate ``volume_api_class`` and ``network_api_class``Sean Dague2016-03-041-4/+5
* Migrate from keystoneclient to keystoneauthMonty Taylor2016-01-281-7/+7
* Merge "Revert "Pass host when call attach to Cinder""Jenkins2016-01-281-4/+2
|\
| * Revert "Pass host when call attach to Cinder"Ildiko Vancsa2016-01-271-4/+2
* | Merge "Fix invalid import order"Jenkins2016-01-221-0/+1
|\ \ | |/ |/|
| * Fix invalid import orderdineshbhor2016-01-201-0/+1
* | Pass host when call attach to CinderIldiko Vancsa2016-01-201-2/+4
* | Pass attachment_id to Cinder when detach a volumeKrisztian Gacsal2016-01-201-6/+51
|/
* Remove unused logging import and LOG global varZhihai Song2015-12-252-9/+0
* Merge "Reuse method to convert key to passphrase"Jenkins2015-11-182-2/+2
|\
| * Reuse method to convert key to passphraseJoel Coffman2015-09-142-2/+2
* | Ignore errorcode=4 when executing `cryptsetup remove` commandEli Qiao2015-10-141-1/+4
* | Rollback is needed if initialize_connection times outJeegn Chen2015-10-021-2/+28
* | Add more help text to the cinder.cross_az_attach optionMatt Riedemann2015-09-241-1/+11
* | Revert "Deprecate cinder.cross_az_attach option"Matt Riedemann2015-09-241-5/+2
* | Deprecate cinder.cross_az_attach optionMatt Riedemann2015-09-231-2/+5
|/
* Consolidate code to get the correct availability zone of an instanceHans Lindgren2015-09-091-7/+1
* Replace get_cinder_client_version in cinder.pyMichal Dulko2015-08-131-23/+1
* Merge "Handle KeyError when volume encryption is not supported"Jenkins2015-08-101-0/+10
|\
| * Handle KeyError when volume encryption is not supportedMatt Riedemann2015-07-091-0/+10
* | Try luksFormat up to 3 times in case the device is in useMatt Riedemann2015-07-011-1/+1
|/
* volume: log which encryptor class is being usedDaniel P. Berrange2015-06-091-1/+16
* Fix raise syntax for Python 3Victor Stinner2015-05-131-4/+4
* Fix cinder v1 warning with cinder_catalog_info option referenceMatt Riedemann2015-05-111-1/+1
* Removed twice declared variablesSergey Nikitin2015-04-291-1/+0
* Stop using exception.messageJulien Danjou2015-03-171-4/+6
* fix 'Empty module name' exception attaching volumewanghao2015-02-251-0/+6
* Use oslo.logDavanum Srinivas2015-02-226-6/+7
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-063-8/+8
* Add log message to is_luks functionJoel Coffman2015-01-301-2/+6
* Merge "Check for LUKS device via 'isLuks' subcommand"Jenkins2015-01-271-4/+21
|\
| * Check for LUKS device via 'isLuks' subcommandJoel Coffman2015-01-271-4/+21
* | Merge "Fix get_all API to pass search option filter to cinder api"Jenkins2014-12-231-1/+3
|\ \ | |/ |/|
| * Fix get_all API to pass search option filter to cinder apiSubhadeep De2014-11-191-1/+3
* | Merge "rename oslo.concurrency to oslo_concurrency"Jenkins2014-12-081-1/+1
|\ \
| * | rename oslo.concurrency to oslo_concurrencyZhiQiang Fan2014-12-061-1/+1
| |/
* | Remove unused cinder codeJoe Gordon2014-12-051-25/+0
|/
* Merge "Use session in cinderclient"Jenkins2014-11-201-84/+103
|\
| * Use session in cinderclientJamie Lennox2014-11-181-84/+103
* | Better error message when check volume statusHe Jie Xu2014-11-171-5/+15
|/
* Merge "Switch default cinder API to V2"Jenkins2014-11-111-1/+1
|\
| * Switch default cinder API to V2Joe Gordon2014-11-071-1/+1
* | Cinder: remove deprecated configuration optionsGary Kotton2014-11-051-25/+8
* | Switch Nova to use oslo.concurrencyDavanum Srinivas2014-10-301-1/+2
|/
* Revert "Switch Nova to use oslo.concurrency"Sean Dague2014-10-281-2/+1
* Merge "fix the error log print in encryptor __init__.py"Jenkins2014-10-281-1/+1
|\
| * fix the error log print in encryptor __init__.pywanghao2014-10-271-1/+1