3e16dfff8e
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
8 lines
268 B
YAML
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.
|