summaryrefslogtreecommitdiff
path: root/cinder/tests/unit/attachments/test_attachments_api.py
Commit message (Expand)AuthorAgeFilesLines
* Reject unsafe delete attachment callsGorka Eguileor2023-05-101-4/+187
* Remove unused config imports/objectsEric Harney2021-09-151-4/+0
* Implement project personas for attachmentsLance Bragstad2021-08-311-24/+0
* Move unit test code under tests/unit/Eric Harney2020-04-301-1/+1
* Introduce flake8-import-order extensionSean McGinnis2020-01-061-1/+2
* Untyped to Default Volume Typewhoami-rajat2019-09-201-0/+3
* Prevent double-attachment race in attachment_reserveEric Harney2019-07-291-2/+45
* Create volume attachments status check.zhangyang2019-03-051-0/+11
* Check Volume Status on attahcment create/updatej-griffith2018-11-291-0/+34
* Add ability to specify mode to attachment-createJohn Griffith2018-07-171-2/+2
* Fix readonly mode for new attachment API callsJohn Griffith2018-01-181-0/+16
* Add multiattach policyJohn Griffith2018-01-171-0/+27
* [policy in code] Add support for volume, volume type resourcesTommyLike2017-10-171-18/+7
* Check for outstanding attachments during reservej-griffith2017-09-251-0/+70
* Fix connection_info field in VolumeAttachment objectjeremy.zhang2017-06-201-2/+4
* Add an instance-uuid check on attachment_reserveJohn Griffith2017-05-301-0/+29
* Add 'connection_info' to attachment objectTommyLike2017-04-191-4/+14
* Add new attachment APISJohn Griffith2017-01-201-0/+139