From 03658e97c41cce22f20ac04d69038103089b4f05 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Wed, 4 Mar 2020 12:20:33 +0200 Subject: Upgrade AAI API version to v16 v16 is the recommended Dublin version: https://wiki.onap.org/display/DW/AAI+REST+API+Documentation+-+Dublin Issue-ID: VID-365 Change-Id: I3c84525382477d453dcdc0e5c1e061dc41526dc0 Signed-off-by: Ittay Stern --- .../src/main/webapp/WEB-INF/conf/system_template.properties | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'epsdk-app-onap') diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties index 1e8a0ba15..5d8a340a5 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties @@ -63,9 +63,7 @@ role_management_activated = false #aai related properties aai.server.url.base=${VID_AAI_URL}/aai/ -aai.server.url=${VID_AAI_URL}/aai/v13/ -aai.oldserver.url.base=${VID_AAI_URL}/aai/servers/ -aai.oldserver.url=${VID_AAI_URL}/aai/servers/v3/ +aai.server.url=${VID_AAI_URL}/aai/v16/ aai.truststore.filename=${AAI_TRUSTSTORE_FILENAME} aai.truststore.passwd.x=${AAI_TRUSTSTORE_PASSWD_X} aai.keystore.filename=${AAI_KEYSTORE_FILENAME} -- cgit 1.2.3-korg