cinder/cinder/tests/unit/attachments
zhangyang 6eba403ba0 Create volume attachments status check.
Currently the new cinder attachment_create method allows volumes in
all status to be performed for single attachment. This may cause
problems if volume-attach operation is taken on volumes in creating
status. 
In order to avoid these problems, we should only allow volumes
in 'in-use', 'reserved' status to check whether this attachment
creation is a override operation for a same instance.

Related-bug: #1694530
Change-Id: Ie59f609d38290147a67a936c61e0164fe278da99
Closes-Bug: #1813267
2019-03-05 01:26:34 +00:00
..
__init__.py Add new attachment APIS 2017-01-20 11:47:10 -07:00
test_attachments_api.py Create volume attachments status check. 2019-03-05 01:26:34 +00:00
test_attachments_manager.py Add ability to specify mode to attachment-create 2018-07-17 15:50:03 -05:00