cinder/cinder/interface
Patrick East e9cd1bc89e Allow Pure drivers to handle detach with no host
Apparently force-detach is ok with no connector
object passed in. This changes the driver to assume
that no connector means just detach the volume from
anything its attached to.

I updated the base driver to document this quirk
too.

This should only ever happen with force detach and
"old" style connections, which means multi-attach
shouldn't be in the picture so this is kind of
safe... probably..

Change-Id: Ia0710d66bdbc85afffdb6e4f22f3ce6ca642ec75
Closes-Bug: #1696215
2017-06-07 10:59:42 -07:00
..
__init__.py Add driver interface checks 2016-06-13 15:21:47 +00:00
backup_chunked_driver.py Fix doc comments 2016-11-11 18:53:29 +05:30
backup_driver.py Add the backup variable structure in backup_driver interface 2017-02-15 16:11:31 +08:00
backup_verify_driver.py Fix some format error in docstrings 2017-03-30 10:01:18 +08:00
base.py Add driver interface checks 2016-06-13 15:21:47 +00:00
fczm_driver.py Add driver interface checks 2016-06-13 15:21:47 +00:00
util.py Add unsupported status to driver listing 2016-11-29 18:04:22 +05:30
volume_consistencygroup_driver.py Add driver interface checks 2016-06-13 15:21:47 +00:00
volume_driver.py Allow Pure drivers to handle detach with no host 2017-06-07 10:59:42 -07:00
volume_group_driver.py Add driver interface for groups 2016-11-30 13:48:45 -05:00
volume_management_driver.py Fix some format error in docstrings 2017-03-30 10:01:18 +08:00
volume_snapshot_driver.py Add driver interface checks 2016-06-13 15:21:47 +00:00
volume_snapshotmanagement_driver.py Fix some format error in docstrings 2017-03-30 10:01:18 +08:00