From: Denes Nemeth Date: Sun, 3 Dec 2017 07:09:28 +0000 (+0100) Subject: Fix grant response on API X-Git-Tag: v1.1.0~266^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0c8058270469ad6184ec1ad86f7903e4b7397c7d;p=vfc%2Fnfvo%2Flcm.git Fix grant response on API Change-Id: Id38dff29fb01ca8e7d2d1bf53b68cc9ffad1aac1 Issue-ID: VFC-605 Signed-off-by: Denes Nemeth --- 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" } } }