summaryrefslogtreecommitdiff
path: root/nova/tests/unit/volume
Commit message (Expand)AuthorAgeFilesLines
* Enable use of service user token with admin contextmelanie witt2023-05-101-0/+11
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* Retry attachment delete API call for 504 Gateway TimeoutTakashi Kajinami2022-06-131-4/+36
* Add volume-rebuild support to cinder moduleDan Smith2022-02-251-0/+11
* Fix the wrong exception used to retry detach API callsTakashi Kajinami2021-09-201-18/+24
* use cinder v3Sean Mooney2021-07-261-1/+1
* Remove six.text_type (2/2)Takashi Natsume2020-12-131-5/+4
* Merge "Add retry to cinder API calls related to volume detach"Zuul2020-04-201-0/+97
|\
| * Add retry to cinder API calls related to volume detachFrancois Palin2020-02-031-0/+97
* | Fix exception translation when creating volumeFan Zhang2019-10-101-0/+23
|/
* Keep attach_mode as top-level field in _translate_attachment_refMatt Riedemann2019-05-221-2/+2
* Add compute API validation for when a volume_type is requestedzhangbailin2018-10-111-0/+27
* Fix mock.patch usage in unit testsBalazs Gibizer2018-09-131-3/+4
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+2
* Remove unnecessary parameters from create volume APIPooja Jadhav2018-06-121-4/+2
* Log a more useful error when cinder auth isn't configuredMatt Riedemann2018-04-061-1/+5
* Merge "Use ksa session for cinder microversion check"Zuul2018-03-301-9/+11
|\
| * Use ksa session for cinder microversion checkEric Fried2018-03-291-9/+11
* | tests: fixes mock autospec usageClaudiu Belu2018-03-281-2/+2
|/
* Add the ability to get absolute limits from CinderMatt Riedemann2018-02-081-0/+31
* Merge "Fix bug case by none token context"Zuul2018-02-011-0/+16
|\
| * Fix bug case by none token contextlixipeng2018-01-241-0/+16
* | Add support for getting volume details with a specified microversionMatt Riedemann2018-01-021-3/+32
* | Remove unnecessary connector stash in attachment_updateMatt Riedemann2017-12-131-2/+0
* | Pass mountpoint to volume attachment_create with connectorMatt Riedemann2017-12-131-1/+27
* | Pass mountpoint to volume attachment_updateMatt Riedemann2017-12-131-3/+43
|/
* Add attachment_get call to volume/cinder_apiSteve Noyes2017-09-221-0/+42
* Drop support for the Cinder v2 APIMatt Riedemann2017-09-161-11/+0
* Tweak connection_info translation for the new Cinder attach/detach APIIldiko Vancsa2017-09-121-13/+16
* Add attachment_complete call to volume/cinder.pyIldiko Vancsa2017-09-121-16/+59
* Translate the return value of attachment_create and _updateIldiko Vancsa2017-07-251-23/+50
* Merge "Remove check_detach"Jenkins2017-07-251-23/+0
|\
| * Remove check_detachIldiko Vancsa2017-07-201-23/+0
* | Don't cast cinderclient microversions to floatSean McGinnis2017-07-211-1/+1
|/
* Stop using deprecated 'message' attribute in Exceptionbhavani.cr2017-07-101-1/+2
* Skip microversion discovery check for update/delete volume attachmentsMatt Riedemann2017-06-081-3/+22
* Use 3.27 microversion when creating new style volume attachmentsMatt Riedemann2017-06-081-1/+40
* Use microversions for new style volume attachmentsMatt Riedemann2017-06-081-0/+77
* Merge "cinder: add attachment_update method"Jenkins2017-05-301-0/+43
|\
| * cinder: add attachment_update methodMatt Riedemann2017-05-261-0/+43
* | Merge "cinder: add attachment_create method"Jenkins2017-05-301-0/+32
|\ \ | |/
| * cinder: add attachment_create methodMatt Riedemann2017-05-261-0/+32
* | Avoid lazy-loading instance.id when cross_az_attach=FalseMatt Riedemann2017-05-271-0/+3
|/
* encryptors: Switch to os-brick encryptor classesLee Yarwood2017-04-255-568/+0
* Update detach to use V3 Cinder APIjohn.griffith8@gmail.com2017-04-201-0/+27
* flake8: Specify 'nova' as name of appJohn L. Villalovos2017-03-161-2/+1
* Merge "Remove a dead cinder v1 check"Jenkins2017-03-111-11/+0
|\
| * Remove a dead cinder v1 checkMatt Riedemann2017-02-201-11/+0
* | Use flake8-import-orderJohn L. Villalovos2017-03-062-2/+3
* | Remove check_attachIldiko Vancsa2017-02-261-26/+0
|/