diff options
author | shashikanth.vh <shashikanth.vh@huawei.com> | 2018-11-23 10:36:03 +0530 |
---|---|---|
committer | shashikanth.vh <shashikanth.vh@huawei.com> | 2018-11-23 10:36:08 +0530 |
commit | 4682ba9cfb82aab9afe449480438838b3ecd4af3 (patch) | |
tree | afe0e54821811eab833b9da3c7b6109230d582ba /installation/src/main/properties | |
parent | 544eb60c3511df480063a96ddb068eb4ba4aee62 (diff) |
update oof hostname in the url
oof return unknown host for the hostname
http://oof.api.simpledemo.onap.org:8698/api/oof/v1/route
host name is modified to oof-osdf, so url should be as below
http://oof-osdf:8698/api/oof/v1/route
Change-Id: I326d6653988ccf565987ddc817f7161658fe29ec
Issue-ID: SDNC-532
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
Former-commit-id: 93c83e00073198558abdbf663bdbcc968dafe885
Diffstat (limited to 'installation/src/main/properties')
-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 |