diff options
author | Denes Nemeth <denes.nemeth@nokia.com> | 2018-04-13 00:46:20 +0200 |
---|---|---|
committer | Denes Nemeth <denes.nemeth@nokia.com> | 2018-04-13 00:49:43 +0200 |
commit | b754227da778e1e835336ae39e304ffc8059a009 (patch) | |
tree | effc31892c2018b0cef20e41b8481e99707557f9 /nokiav2/generatedapis | |
parent | b6618c139b786a947efd695b7bc484eac3401642 (diff) |
Fix backward compatibility issues
Change-Id: I4f79713050074622e5375096baca64ae52594647
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728
Diffstat (limited to 'nokiav2/generatedapis')
-rw-r--r-- | nokiav2/generatedapis/pom.xml | 8 | ||||
-rw-r--r-- | nokiav2/generatedapis/src/main/resources/vfc.vnfdriver.swagger.json | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/nokiav2/generatedapis/pom.xml b/nokiav2/generatedapis/pom.xml index b34a6a88..1e842c8b 100644 --- a/nokiav2/generatedapis/pom.xml +++ b/nokiav2/generatedapis/pom.xml @@ -187,6 +187,8 @@ Release AAI <configOptions> <generateSupportingFiles>false</generateSupportingFiles> <sourceFolder>src/gen/java/main</sourceFolder> + <withXml>true</withXml> + <useRxJava2>true</useRxJava2> </configOptions> </configuration> </execution> @@ -205,6 +207,8 @@ Release AAI <configOptions> <generateSupportingFiles>false</generateSupportingFiles> <sourceFolder>src/gen/java/main</sourceFolder> + <withXml>true</withXml> + <useRxJava2>true</useRxJava2> </configOptions> </configuration> </execution> @@ -223,6 +227,8 @@ Release AAI <configOptions> <generateSupportingFiles>false</generateSupportingFiles> <sourceFolder>src/gen/java/main</sourceFolder> + <withXml>true</withXml> + <useRxJava2>true</useRxJava2> </configOptions> </configuration> </execution> @@ -242,6 +248,8 @@ Release AAI <configOptions> <generateSupportingFiles>false</generateSupportingFiles> <sourceFolder>src/gen/java/main</sourceFolder> + <withXml>true</withXml> + <useRxJava2>true</useRxJava2> </configOptions> </configuration> </execution> 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" |