diff options
author | Dan Timoney <dtimoney@att.com> | 2018-11-28 22:05:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-28 22:05:17 +0000 |
commit | e48f09a0a29e4d7693a6dc705016e65c0393a945 (patch) | |
tree | 65f90c494d864878d62472255b627fa041936157 | |
parent | 919457345aa24e95934c160d0aa97ef26ce1252a (diff) | |
parent | 4682ba9cfb82aab9afe449480438838b3ecd4af3 (diff) |
Merge "update oof hostname in the url"
Former-commit-id: 6aa6c18f570f880dc1709dce997d1dde57ac47fc
-rw-r--r-- | installation/src/main/properties/generic-resource-api-dg.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/src/main/properties/generic-resource-api-dg.properties b/installation/src/main/properties/generic-resource-api-dg.properties index f7fd5657..16d5987f 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -9,7 +9,7 @@ restapi.trustStoreFileName=/opt/onap/sdnc/data/stores/truststore.openecomp.clien restapi.trustStorePassword=adminadmin restapi.keyStoreFileName=/opt/onap/sdnc/data/stores/sdnc.p12 restapi.keyStorePassword=adminadmin -restapi.connection-oof-url=http://oof.api.simpledemo.onap.org:8698/api/oof/v1/route +restapi.connection-oof-url=http://oof-osdf:8698/api/oof/v1/route naming.gen-name.url=http://neng-serv:8080 naming.gen-name.user=ccsdkapps naming.gen-name.pwd=ccsdkapps |