From 7c24eab261e82e13f4ea304a49d0f810f94b0428 Mon Sep 17 00:00:00 2001 From: Felipe Monteiro Date: Fri, 8 Jun 2018 20:02:41 -0400 Subject: [PATCH] trivial: Add min_version: 3.1 to api_ref for upload volume This patchset adds min_version: 3.1 to protected and visiblity params which were added to upload volume to image action in microversion 3.1 [0][1][2]. [0] https://github.com/openstack/cinder/blob/7d95fb79c42bdeeb82900b41acc70dead8a2ee6f/cinder/api/schemas/volume_actions.py#L150 [1] https://github.com/openstack/cinder/blob/master/cinder/api/contrib/volume_actions.py#L232 [2] https://github.com/openstack/cinder/blob/7d95fb79c42bdeeb82900b41acc70dead8a2ee6f/cinder/api/microversions.py#L42 Change-Id: Ibdfa086d9bdadd11263b0a71aa3fff65faddb32d --- api-ref/source/v3/parameters.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api-ref/source/v3/parameters.yaml b/api-ref/source/v3/parameters.yaml index 7321023b490..a2049e35ce0 100644 --- a/api-ref/source/v3/parameters.yaml +++ b/api-ref/source/v3/parameters.yaml @@ -2133,6 +2133,7 @@ protected: in: body required: false type: boolean + min_version: 3.1 provider: description: | The class that provides encryption support. @@ -2767,6 +2768,7 @@ visibility_1: in: body required: false type: string + min_version: 3.1 volume: description: | A ``volume`` object.