Fix grant response on API 53/25353/1
authorDenes Nemeth <denes.nemeth@nokia.com>
Sun, 3 Dec 2017 07:09:28 +0000 (08:09 +0100)
committerDenes Nemeth <denes.nemeth@nokia.com>
Sun, 3 Dec 2017 07:16:27 +0000 (08:16 +0100)
Change-Id: Id38dff29fb01ca8e7d2d1bf53b68cc9ffad1aac1
Issue-ID: VFC-605
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
lcm/swagger/vfc.vnfdriver.swagger.json

index d1db684..54d8f64 100644 (file)
         "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"
             }
           }
         }