diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2018-05-29 16:28:36 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2018-05-29 16:29:34 -0700 |
commit | 7db8b5f066d1a91f7af4983c6e6184870c63690c (patch) | |
tree | 0a77084666d5b0f9f4d8cfac16635e2be62ebf17 | |
parent | 43eae17627f61dda07705e49a803807b768f56b1 (diff) |
Fix OOF URL Port Number
Issue-ID: SO-573
Change-Id: I8cd31e6626511812b293bbfe84edcac375f696d4
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
-rw-r--r-- | environments/mso-docker.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/environments/mso-docker.json b/environments/mso-docker.json index 92e64be..c900ba5 100644 --- a/environments/mso-docker.json +++ b/environments/mso-docker.json @@ -181,9 +181,9 @@ "serviceAgnosticSniroHost": "http://sniro.api.simpledemo.openecomp.org:8080", "serviceAgnosticSniroEndpoint": "/sniro/api/v2/placement", "oofAuth": "test:testpwd", - "oofEndpoint": "http://oof.api.simpledemo.openecomp.org:8080/api/oof/v1/placement", + "oofEndpoint": "http://oof.api.simpledemo.openecomp.org:8698/api/oof/v1/placement", "oofTimeout": "PT30M", - "serviceAgnosticOofHost": "http://oof.api.simpledemo.openecomp.org:8080", + "serviceAgnosticOofHost": "http://oof.api.simpledemo.openecomp.org:8698", "serviceAgnosticOofEndpoint": "/api/oof/v1/placement", "aaiEndpoint": "https://aai.api.simpledemo.onap.org:8443", "aaiAuth": "2630606608347B7124C244AB0FE34F6F", |