From cd6431b107af146d084c48637bd90ea79d217214 Mon Sep 17 00:00:00 2001 From: ghanshyam Date: Wed, 25 Jan 2017 23:42:29 +0000 Subject: [PATCH] Fix description for volume_type object in API Ref Volume_type is a object containing all information about volume_type but its definition is wrong on API-ref side - http://developer.openstack.org/api-ref/block-storage/v2/#volume-types-types This commit correct that to understand the API clearly. Change-Id: I3384ad2f01917d71b3dfab46ef21d7e5c44cc904 Closes-bug: 1659443 --- api-ref/source/v2/volumes-v2-types.inc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/api-ref/source/v2/volumes-v2-types.inc b/api-ref/source/v2/volumes-v2-types.inc index 72c4f0f6aed..083fb13581f 100644 --- a/api-ref/source/v2/volumes-v2-types.inc +++ b/api-ref/source/v2/volumes-v2-types.inc @@ -33,7 +33,7 @@ Request .. rest_parameters:: parameters.yaml - - volume_type: volume_type + - volume_type: volume_type_1 - volume_type_id: volume_type_id - project_id: project_id_path @@ -53,7 +53,7 @@ Response Parameters - is_public: is_public - extra_specs: extra_specs - description: description - - volume_type: volume_type + - volume_type: volume_type_1 - name: name Response Example @@ -80,7 +80,7 @@ Request .. rest_parameters:: parameters.yaml - extra_specs: extra_specs - - volume_type: volume_type + - volume_type: volume_type_1 - volume_type_id: volume_type_id - project_id: project_id_path @@ -100,7 +100,7 @@ Response Parameters - is_public: is_public - extra_specs: extra_specs - description: description - - volume_type: volume_type + - volume_type: volume_type_1 - name: name @@ -138,7 +138,7 @@ Response Parameters - is_public: is_public - extra_specs: extra_specs - description: description - - volume_type: volume_type + - volume_type: volume_type_1 - name: name @@ -238,7 +238,7 @@ Request .. rest_parameters:: parameters.yaml - - volume_type: volume_type + - volume_type: volume_type_1 - project_id: project_id_path Request Example @@ -256,7 +256,7 @@ Response Parameters - is_public: is_public - extra_specs: extra_specs - description: description - - volume_type: volume_type + - volume_type: volume_type_1 - name: name