diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-03-04 12:20:33 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-03-04 12:20:33 +0200 |
commit | 03658e97c41cce22f20ac04d69038103089b4f05 (patch) | |
tree | 24bf95e85232ebb42b85b0d4d9d8ffa8609108b6 /epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | |
parent | 2b0c105bd2316f43f4a66d2500f3d2410c33ef69 (diff) |
Upgrade AAI API version to v166.0.3
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 <ittay.stern@att.com>
Diffstat (limited to 'epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties')
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | 4 |
1 files changed, 1 insertions, 3 deletions
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} |