summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFu Jinhua <fu.jinhua@zte.com.cn>2017-12-04 03:45:32 +0000
committerGerrit Code Review <gerrit@onap.org>2017-12-04 03:45:32 +0000
commit9faec7584b4242f17b5ed62219f035b78c584df5 (patch)
tree352c701914e7cffacb730c9ae4a6c04825c104e8
parent8a06725115e3c9892620cd11d6b4215c73d85af3 (diff)
parent0c8058270469ad6184ec1ad86f7903e4b7397c7d (diff)
Merge "Fix grant response on API"
-rw-r--r--lcm/swagger/vfc.vnfdriver.swagger.json36
1 files changed, 2 insertions, 34 deletions
diff --git a/lcm/swagger/vfc.vnfdriver.swagger.json b/lcm/swagger/vfc.vnfdriver.swagger.json
index d1db6845..54d8f640 100644
--- a/lcm/swagger/vfc.vnfdriver.swagger.json
+++ b/lcm/swagger/vfc.vnfdriver.swagger.json
@@ -693,49 +693,17 @@
"vim": {
"type": "object",
"properties": {
- "vimInfoId": {
+ "vimid": {
"type": "string"
},
- "vimId": {
- "type": "string"
- },
- "interfaceInfo": {
- "type": "object",
- "properties": {
- "vimType": {
- "type": "string",
- "description": "The vim Type value wil be openstack"
- },
- "apiVersion": {
- "type": "string",
- "description": "The api Version Type value will be "
- },
- "protocolType": {
- "type": "string",
- "description": "The protocol Type value will be http or https"
- }
- }
- },
- "accessInfo": {
+ "accessinfo": {
"type": "object",
"properties": {
"tenant": {
"type": "string",
"description": "Tenant Name of tenant"
- },
- "username": {
- "type": "string",
- "description": "Username for login"
- },
- "password": {
- "type": "string",
- "description": "Password of login user"
}
}
- },
- "interfaceEndpoint": {
- "type": "string",
- "description": "Information about the interface endpoint. It is a URL"
}
}
}