From b9fd782237406f3b1d436606fac3713129e35e54 Mon Sep 17 00:00:00 2001 From: bmatt Date: Thu, 14 Sep 2017 19:30:58 +0000 Subject: Pointed at AAI API v11 VID reports error that model-verions-id is not populated that appears to be fixed in v11. Pointed VID at AAI v11 API to fix issue. Change-Id: I284bd6fbfc944ebc8fd25995215c8765952d9256 Issue-ID: VID-61 Signed-off-by: bmatt --- epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties') 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 56ec9f306..1b7921c76 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 @@ -64,7 +64,7 @@ element_map_icon_path = app/vid/icons/ #aai related properties aai.server.url.base=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/ -aai.server.url=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/v8/ +aai.server.url=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/v11/ aai.oldserver.url.base=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/servers/ aai.oldserver.url=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/servers/v3/ aai.truststore.filename=${AAI_TRUSTSTORE_FILENAME} -- cgit 1.2.3-korg