summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2017-03-15 13:36:23 +0800
committerBin Yang <bin.yang@windriver.com>2017-03-15 13:36:23 +0800
commit1768ff2c365c73b343e3e867b0ef50ab5457dc44 (patch)
tree268d2508324a56f07bcf9b36cacd48262b45f5b2
parent52a29ab85d562416de49b8baf8c3868b27ad61ca (diff)
Fix errors in swagger.json
Change-Id: Ie9e10b22e61dbef34f9fcf71edd452b5b1ceca9d Issue-Id: MULTIVIM-18 Signed-off-by: Bin Yang <bin.yang@windriver.com>
-rw-r--r--kilo/kilo/swagger/multivim.volume.swagger.json4
-rw-r--r--newton/newton/swagger/multivim.volume.swagger.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/kilo/kilo/swagger/multivim.volume.swagger.json b/kilo/kilo/swagger/multivim.volume.swagger.json
index c91deacb..fda75973 100644
--- a/kilo/kilo/swagger/multivim.volume.swagger.json
+++ b/kilo/kilo/swagger/multivim.volume.swagger.json
@@ -249,9 +249,9 @@
"type": "integer",
"description": "volume size"
},
- "imageName": {
+ "imageId": {
"type": "string",
- "description": "image name to create volume"
+ "description": "image UUID to create volume"
},
"volumeType": {
"type": "string",
diff --git a/newton/newton/swagger/multivim.volume.swagger.json b/newton/newton/swagger/multivim.volume.swagger.json
index c91deacb..fda75973 100644
--- a/newton/newton/swagger/multivim.volume.swagger.json
+++ b/newton/newton/swagger/multivim.volume.swagger.json
@@ -249,9 +249,9 @@
"type": "integer",
"description": "volume size"
},
- "imageName": {
+ "imageId": {
"type": "string",
- "description": "image name to create volume"
+ "description": "image UUID to create volume"
},
"volumeType": {
"type": "string",