From 0b8bf9b7fc91f8937b97a0d64719abdbdff35675 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 4 Sep 2018 11:26:36 -0500 Subject: [PATCH] Remove source_replica info from api-ref With the addition of schema validation and the release of cinderclient 4.0.0 we no longer accept source_replica as a volume creation parameter. This was part of the short lived replication v1 functionality that was removed several releases ago and never had support beyond one backend type for one or two releases and has had no affect for quite a while now. Change-Id: Idd848628759884c1e637ca17dc292f776e4adf47 Signed-off-by: Sean McGinnis --- api-ref/source/v2/parameters.yaml | 7 ------- api-ref/source/v2/volumes-v2-volumes.inc | 1 - api-ref/source/v3/parameters.yaml | 7 ------- 3 files changed, 15 deletions(-) diff --git a/api-ref/source/v2/parameters.yaml b/api-ref/source/v2/parameters.yaml index 4dd0814a86d..19d2dcf48b6 100644 --- a/api-ref/source/v2/parameters.yaml +++ b/api-ref/source/v2/parameters.yaml @@ -1498,13 +1498,6 @@ source_cgid: in: body required: false type: string -source_replica: - description: | - The UUID of the replication volume to clone. This was for legacy - replication functionality and is no longer supported. - in: body - required: false - type: string source_volid: description: | The UUID of the source volume. The API creates a new volume with the same diff --git a/api-ref/source/v2/volumes-v2-volumes.inc b/api-ref/source/v2/volumes-v2-volumes.inc index 7e3fa0d8d94..9059dd38a00 100644 --- a/api-ref/source/v2/volumes-v2-volumes.inc +++ b/api-ref/source/v2/volumes-v2-volumes.inc @@ -191,7 +191,6 @@ Request - volume_type: volume_type_2 - snapshot_id: snapshot_id - OS-SCH-HNT:scheduler_hints: OS-SCH-HNT:scheduler_hints - - source_replica: source_replica - metadata: metadata_2 - project_id: project_id_path diff --git a/api-ref/source/v3/parameters.yaml b/api-ref/source/v3/parameters.yaml index 6e65ea1e786..9e90ad5bb78 100644 --- a/api-ref/source/v3/parameters.yaml +++ b/api-ref/source/v3/parameters.yaml @@ -2588,13 +2588,6 @@ source_reference: in: body required: true type: object -source_replica: - description: | - The UUID of the replication volume to clone. This was for legacy - replication functionality and is no longer supported. - in: body - required: false - type: string source_volid: description: | The UUID of the source volume. The API creates a new volume with the same