cinder/releasenotes/notes/improve-volume-transfer-records-5599e82ade4d302c.yaml
Yikun Jiang 3e16dfff8e Improve volume transfer records
Add a new microversion API to add source_project_id,
destination_project_id, accepted fields to the response of follow
APIs:

- Create a volume transfer
- Show volume transfer detail
- List volume transfer and detail

And the source_project_id will be recorded when a transfer is
created, the destination_project_id and accepted will be recorded
when a transfer is accepted.

Part of blueprint: improve-volume-transfer-records

Change-Id: I3d79f9a67a9aed7272871969e7c0942a1f396ea5
2019-01-14 11:50:43 +08:00

8 lines
268 B
YAML

---
features:
- |
Expanded volume transfer information. Starting with microversion 3.57,
``source_project_id``, ``destination_project_id``, and ``accepted`` fields
will be returned in the response of the volume transfer create, show, and
list calls.