diff options
author | Taka Cho <takamune.cho@att.com> | 2018-10-18 12:04:44 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2018-10-18 12:06:11 -0400 |
commit | 0386f90998334b6a67c6bece06911d289121db5b (patch) | |
tree | f149c51a59f489d44ac8ec762e57dbb343bb4178 /installation/src | |
parent | d415a58c9be7c78a0bcf254d0ab72924c6ceafbe (diff) |
update aaf_locate_url for R3
remove Beijing's link to gerenic link
Change-Id: I8bf84fbaca763fcf5a551196ca7d802410e44435
Issue-ID: APPC-1217
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'installation/src')
-rw-r--r-- | installation/src/main/properties/cadi.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/src/main/properties/cadi.properties b/installation/src/main/properties/cadi.properties index ba1b253..69fe728 100644 --- a/installation/src/main/properties/cadi.properties +++ b/installation/src/main/properties/cadi.properties @@ -44,7 +44,7 @@ cadi_latitude=37.78187 cadi_longitude=-122.26147 # Locate URL (which AAF Env) -aaf_locate_url=https://aaf-onap-beijing-test.osaaf.org +aaf_locate_url=https://aaf-onap-test.osaaf.org:8095 # AAF URL aaf_url=https://AAF_LOCATE_URL/AAF_NS.service:2.0 @@ -54,4 +54,4 @@ aaf_env=DEV # OAuth2 Endpoints aaf_oauth2_token_url=https://AAF_LOCATE_URL/AAF_NS.token:2.0/token -aaf_oauth2_introspect_url=https://AAF_LOCATE_URL/AAF_NS.introspect:2.0/introspect
\ No newline at end of file +aaf_oauth2_introspect_url=https://AAF_LOCATE_URL/AAF_NS.introspect:2.0/introspect |