diff options
author | romaingimbert <romain.gimbert@orange.com> | 2018-09-05 14:53:06 +0200 |
---|---|---|
committer | romaingimbert <romain.gimbert@orange.com> | 2018-09-05 14:53:06 +0200 |
commit | 5ff60761a7a8147ab93947ffff04491e548dbb56 (patch) | |
tree | c92e1a6c288ecddd9631196741533e604ab83396 /src | |
parent | ddeba2f466751a23cbbf6dc07b1b415231a39a5d (diff) |
Update API version to v3
-change application.properties to v3
-change .env docker to v3
-change Dockerfile to v3
Change-Id: I95dd0a29494e8fdebe29ac7bcfcfccf03a9a1c6c
Issue-ID: EXTAPI-143
Signed-off-by: romaingimbert <romain.gimbert@orange.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/application.properties | 4 | ||||
-rw-r--r-- | src/test/resources/application.properties | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8c07ce0..11638c1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -15,7 +15,7 @@ # # SERVER -server.contextPath=/nbi/api/v1 +server.contextPath=/nbi/api/v3 server.port=8080 # LOGGING @@ -27,7 +27,7 @@ onap.tenantId=6e97a2bd51d74f6db5671d8dc1517d82 onap.cloudOwner=CloudOwner # NBI -nbi.url=http://localhost:8080/nbi/api/v1 +nbi.url=http://localhost:8080/nbi/api/v3 nbi.callForVNF=false # SDC diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index 50e0527..c598a89 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -15,7 +15,7 @@ # # SERVER -server.contextPath=/nbi/api/v1 +server.contextPath=/nbi/api/v3 server.port = 8080 # LOGGING @@ -27,7 +27,7 @@ onap.tenantId=31047205ce114b60833b23e400d6a535 onap.cloudOwner=CloudOwner # NBI -nbi.url=http://127.0.0.1:8080/nbi/api/v1 +nbi.url=http://127.0.0.1:8080/nbi/api/v3 nbi.callForVNF=false # SDC |