summaryrefslogtreecommitdiff
path: root/nova/volume
Commit message (Expand)AuthorAgeFilesLines
* Enable use of service user token with admin contextmelanie witt2023-05-101-3/+5
* Retry attachment delete API call for 504 Gateway TimeoutTakashi Kajinami2022-06-131-7/+11
* Add volume-rebuild support to cinder moduleDan Smith2022-02-251-0/+6
* Add autopep8 to tox and pre-commitSean Mooney2021-11-081-0/+5
* Fix the wrong exception used to retry detach API callsTakashi Kajinami2021-09-201-4/+6
* Remove six.text_type (1/2)Takashi Natsume2020-12-131-9/+8
* Remove six.movesTakashi Natsume2020-11-071-1/+1
* Remove six.reraiseTakashi Natsume2020-08-151-1/+1
* trivial: Remove log translationsStephen Finucane2020-05-271-10/+10
* trivial: Remove remaining '_LW' instancesStephen Finucane2020-05-181-13/+12
* trivial: Remove remaining '_LE' instancesStephen Finucane2020-05-181-20/+18
* Merge "Add retry to cinder API calls related to volume detach"Zuul2020-04-201-0/+11
|\
| * Add retry to cinder API calls related to volume detachFrancois Palin2020-02-031-0/+11
* | Fix exception translation when creating volumeFan Zhang2019-10-101-1/+15
* | Add docstring to check_availability_zone functionzhangbailin2019-08-221-1/+8
|/
* Keep attach_mode as top-level field in _translate_attachment_refMatt Riedemann2019-05-221-3/+2
* Merge "Use migration_status during volume migrating and retyping"Zuul2019-05-071-0/+3
|\
| * Use migration_status during volume migrating and retypingLee Yarwood2019-04-091-0/+3
* | Bump to hacking 1.1.0Stephen Finucane2019-04-121-1/+2
|/
* Merge "Avoid BadRequest error log on volume attachment"Zuul2019-02-271-6/+9
|\
| * Avoid BadRequest error log on volume attachmentKen'ichi Ohmichi2019-02-111-6/+9
* | Make [cinder]/catalog_info no longer require a service_nameMatt Riedemann2018-11-281-1/+3
* | Remove v1 check in Cinder client version lookupSean McGinnis2018-11-201-4/+4
* | Add compute API validation for when a volume_type is requestedzhangbailin2018-10-111-0/+20
|/
* Remove unnecessary parameters from create volume APIPooja Jadhav2018-06-121-2/+0
* Log a more useful error when cinder auth isn't configuredMatt Riedemann2018-04-061-0/+4
* Use ksa session for cinder microversion checkEric Fried2018-03-291-28/+116
* Add the ability to get absolute limits from CinderMatt Riedemann2018-02-081-0/+17
* Merge "Fix bug case by none token context"Zuul2018-02-011-1/+28
|\
| * Fix bug case by none token contextlixipeng2018-01-241-1/+28
* | Add support for getting volume details with a specified microversionMatt Riedemann2018-01-021-2/+18
* | Remove unnecessary connector stash in attachment_updateMatt Riedemann2017-12-131-1/+0
* | Pass mountpoint to volume attachment_create with connectorMatt Riedemann2017-12-131-2/+17
* | Pass mountpoint to volume attachment_updateMatt Riedemann2017-12-131-3/+21
|/
* Implement new attach Cinder flowJohn Griffith2017-12-071-15/+31
* Add attachment_get call to volume/cinder_apiSteve Noyes2017-09-221-0/+25
* Drop support for the Cinder v2 APIMatt Riedemann2017-09-161-17/+9
* Tweak connection_info translation for the new Cinder attach/detach APIIldiko Vancsa2017-09-121-10/+27
* Add attachment_complete call to volume/cinder.pyIldiko Vancsa2017-09-121-4/+31
* Translate the return value of attachment_create and _updateIldiko Vancsa2017-07-251-16/+24
* Remove check_detachIldiko Vancsa2017-07-201-18/+0
* Skip microversion discovery check for update/delete volume attachmentsMatt Riedemann2017-06-081-7/+14
* Use 3.27 microversion when creating new style volume attachmentsMatt Riedemann2017-06-081-3/+5
* Use microversions for new style volume attachmentsMatt Riedemann2017-06-081-3/+39
* Merge "cinder: add attachment_update method"Jenkins2017-05-301-0/+24
|\
| * cinder: add attachment_update methodMatt Riedemann2017-05-261-0/+24
* | Merge "cinder: add attachment_create method"Jenkins2017-05-301-0/+36
|\ \ | |/
| * cinder: add attachment_create methodMatt Riedemann2017-05-261-0/+36
* | Avoid lazy-loading instance.id when cross_az_attach=FalseMatt Riedemann2017-05-271-1/+1
* | Send request_id on cinder callsSean Dague2017-05-261-0/+1
|/