summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaopengzhang <zhang.maopeng1@zte.com.cn>2017-11-01 10:44:42 +0800
committermaopengzhang <zhang.maopeng1@zte.com.cn>2017-11-01 10:44:42 +0800
commit8ef8e0696d5e9598012363f780d722f90e9d06e2 (patch)
tree1f6efe644ffae5bee5d65c454dffef93b3f75445
parent44e598a1b220cb4b94c2ded67c797daa2e8cdb72 (diff)
modify the interfaceInfo type in the swagger
update interfaceInfo data type string to object. Change-Id: I6f0519458b511344594a662d4590ef43395b7949 Issue-ID: VFC-572 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
-rw-r--r--lcm/swagger/vfc.vnfdriver.swagger.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/lcm/swagger/vfc.vnfdriver.swagger.json b/lcm/swagger/vfc.vnfdriver.swagger.json
index e6fa0bdc..bf529995 100644
--- a/lcm/swagger/vfc.vnfdriver.swagger.json
+++ b/lcm/swagger/vfc.vnfdriver.swagger.json
@@ -687,7 +687,7 @@
}
},
"accessInfo": {
- "type": "string",
+ "type": "object",
"properties": {
"tenant": {
"type": "string",
@@ -1041,7 +1041,7 @@
"$ref": "#/definitions/VnfTerminationType"
},
"gracefulTerminationTimeout": {
- "desciption" : "The time interval(second) to wait for the VNF to be taken out of service during graceful termination.",
+ "description": "The time interval(second) to wait for the VNF to be taken out of service during graceful termination.",
"type": "string"
}
}
@@ -1113,7 +1113,7 @@
}
},
"accessInfo": {
- "type": "string",
+ "type": "object",
"properties": {
"tenant": {
"type": "string",