diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2018-05-29 16:23:09 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2018-05-29 16:24:32 -0700 |
commit | 4545ae6f217c239fc799c04a138004c765d856f8 (patch) | |
tree | f74fb7c26fa24d5ebccd74ba7549179f02697c76 /volumes/mso/chef-config/mso-docker.json | |
parent | af538c4b388037d9c5750ea06623b0e3f8a19866 (diff) |
Fix OOF URL Port Number
Issue-ID: SO-573
Change-Id: I3408936bf489b56255aaf72c724fbbdf541c821a
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'volumes/mso/chef-config/mso-docker.json')
-rw-r--r-- | volumes/mso/chef-config/mso-docker.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json index 5369412..abe0946 100644 --- a/volumes/mso/chef-config/mso-docker.json +++ b/volumes/mso/chef-config/mso-docker.json @@ -183,9 +183,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", |