diff options
author | Denes Nemeth <denes.nemeth@nokia.com> | 2017-12-03 08:09:28 +0100 |
---|---|---|
committer | Denes Nemeth <denes.nemeth@nokia.com> | 2017-12-03 08:16:27 +0100 |
commit | 0c8058270469ad6184ec1ad86f7903e4b7397c7d (patch) | |
tree | da3a7b5156dc6fb99673e85696f1ee43736c258b | |
parent | 7bab11e3895646560fdd4c89e35aba47d4d61a5b (diff) |
Fix grant response on API
Change-Id: Id38dff29fb01ca8e7d2d1bf53b68cc9ffad1aac1
Issue-ID: VFC-605
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
-rw-r--r-- | lcm/swagger/vfc.vnfdriver.swagger.json | 36 |
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" } } } |