diff options
author | shrikantawachar <shrikant.awachar@amdocs.com> | 2018-12-17 12:26:43 +0530 |
---|---|---|
committer | shrikantawachar <shrikant.awachar@amdocs.com> | 2018-12-19 15:08:44 +0530 |
commit | b6e7850484ba61df259e38fd6b59e94c2a7de5b6 (patch) | |
tree | b235bafe42063bea899602c54d8f437c26227c77 /openecomp-bdd/config.json | |
parent | e7cdba9c8a87f6dfd4823214ca64016e69b45a16 (diff) |
API for get all interface lifecycle types
API for get all interface lifecycle types
Change-Id: I64471c98ff9626ac53562a075a34f506c2e263ab
Issue-ID: SDC-1999
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
Diffstat (limited to 'openecomp-bdd/config.json')
-rw-r--r-- | openecomp-bdd/config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openecomp-bdd/config.json b/openecomp-bdd/config.json index c28bc9d390..4bf5f95ac5 100644 --- a/openecomp-bdd/config.json +++ b/openecomp-bdd/config.json @@ -13,6 +13,12 @@ "server" : "vf.server", "user" : "user" }, + "catalog" : { + "port" : 8080, + "prefix" : "sdc2/rest/v1", + "server" : "CatalogBE.server", + "user" : "user" + }, "activity_spec" : { "port" : 8080, "prefix" : "activity-spec-api/v1.0", |