From 0c8058270469ad6184ec1ad86f7903e4b7397c7d Mon Sep 17 00:00:00 2001 From: Denes Nemeth Date: Sun, 3 Dec 2017 08:09:28 +0100 Subject: Fix grant response on API Change-Id: Id38dff29fb01ca8e7d2d1bf53b68cc9ffad1aac1 Issue-ID: VFC-605 Signed-off-by: Denes Nemeth --- lcm/swagger/vfc.vnfdriver.swagger.json | 36 ++-------------------------------- 1 file 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" } } } -- cgit 1.2.3-korg