1574ccf2d2
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
6 lines
204 B
YAML
6 lines
204 B
YAML
---
|
|
features:
|
|
- Added the ability to list manageable volumes and snapshots via GET
|
|
operation on the /v2/<project_id>/os-volume-manage and
|
|
/v2/<project_id>/os-snapshot-manage URLs, respectively.
|