From b754227da778e1e835336ae39e304ffc8059a009 Mon Sep 17 00:00:00 2001 From: Denes Nemeth Date: Fri, 13 Apr 2018 00:46:20 +0200 Subject: Fix backward compatibility issues Change-Id: I4f79713050074622e5375096baca64ae52594647 Signed-off-by: Denes Nemeth Issue-ID: VFC-728 --- .../src/main/resources/vfc.vnfdriver.swagger.json | 24 +++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'nokiav2/generatedapis/src/main/resources/vfc.vnfdriver.swagger.json') diff --git a/nokiav2/generatedapis/src/main/resources/vfc.vnfdriver.swagger.json b/nokiav2/generatedapis/src/main/resources/vfc.vnfdriver.swagger.json index c9c5fa6d..ceed598c 100644 --- a/nokiav2/generatedapis/src/main/resources/vfc.vnfdriver.swagger.json +++ b/nokiav2/generatedapis/src/main/resources/vfc.vnfdriver.swagger.json @@ -697,7 +697,12 @@ "type": "string" }, "vimId": { - "type": "string" + "type": "string", + "description": "The identifier of the VIM" + }, + "vimid": { + "type": "string", + "description": "Same as vimId (backward incompatible API change https://jira.onap.org/browse/VFC-681)" }, "interfaceInfo": { "type": "object", @@ -733,6 +738,23 @@ } } }, + "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