From c55d869f291098e6e9fd1d51c1de4632173d3e68 Mon Sep 17 00:00:00 2001 From: wanghao Date: Tue, 19 Jun 2018 16:24:45 +0800 Subject: [PATCH] Update spec for transfer snapshots with volumes There are some changes according reviews which should be updated into spec. This was also not able to be completed in queens, so moving the spec into the rocky specs folder. Implements: blueprint transfer-snps-with-vols Change-Id: I1776febe269600f992e830ef4a46c37033a5b00e --- specs/{queens => rocky}/transfer-snapshots-with-volumes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename specs/{queens => rocky}/transfer-snapshots-with-volumes.rst (97%) diff --git a/specs/queens/transfer-snapshots-with-volumes.rst b/specs/rocky/transfer-snapshots-with-volumes.rst similarity index 97% rename from specs/queens/transfer-snapshots-with-volumes.rst rename to specs/rocky/transfer-snapshots-with-volumes.rst index 3982d6a2..7585cc9b 100644 --- a/specs/queens/transfer-snapshots-with-volumes.rst +++ b/specs/rocky/transfer-snapshots-with-volumes.rst @@ -67,9 +67,9 @@ REST API impact * New microversion in Cinder API. -* Add an optional argumet "no_snapshots":: +* Add a new V3 API and an optional argument "no_snapshots":: - POST /v3/{project_id}/os-volume-transfer + POST /v3/{project_id}/volume-transfers RESP BODY: {"transfer": { ... no_snapshots: [True/False],