cinder/cinder/api/views
Avishay Traeger 1574ccf2d2 List manageable volumes and snapshots
Cinder currently has the ability to take over the management of
existing volumes and snapshots ("manage existing") and to relinquish
management of volumes and snapshots ("unmanage"). The API to manage an
existing volume takes a reference, which is a driver-specific string
that is used to identify the volume on the storage backend.  This
patch adds APIs for listing volumes and snapshots available for
management to make this flow more user-friendly.

DocImpact
APIImpact
Change-Id: Iff19b5002e5bc037e28c91d104853f40eb4cb6ab
Implements: blueprint list-manage-existing
2016-05-29 11:06:10 +03:00
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-26 22:45:17 -06:00
availability_zones.py Fix and enable gating on H402 2013-12-14 12:34:24 +01:00
backups.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
capabilities.py Replication v2.1 (Cheesecake) 2016-02-26 13:15:19 -07:00
cgsnapshots.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
consistencygroups.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
limits.py Replace dict.iteritems() with dict.items() 2015-06-12 15:18:57 +02:00
manageable_snapshots.py List manageable volumes and snapshots 2016-05-29 11:06:10 +03:00
manageable_volumes.py List manageable volumes and snapshots 2016-05-29 11:06:10 +03:00
qos_specs.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
scheduler_stats.py Docstring fix in scheduler-stats 2015-11-06 19:12:13 +09:00
snapshots.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
transfers.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
types.py Add the ability to update type public status 2015-08-18 09:36:25 +08:00
versions.py cinder-api-microversions code 2016-02-24 06:50:54 -07:00