diff options
Diffstat (limited to 'volumes/mso')
-rw-r--r-- | volumes/mso/chef-config/mso-docker.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json index fb9aedd..b864b6a 100644 --- a/volumes/mso/chef-config/mso-docker.json +++ b/volumes/mso/chef-config/mso-docker.json @@ -146,7 +146,8 @@ "aaiAuth": "2630606608347B7124C244AB0FE34F6F", "adaptersNamespace": "http://org.openecomp.mso", "adaptersCompletemsoprocessEndpoint": "http://mso:8080/CompleteMsoProcess", - "adaptersDbEndpoint": "http://mso:8080/dbadapters/RequestsDbAdapter", + "adaptersDbEndpoint": "http://mso:8080/dbadapters/MsoRequestsDbAdapter", + "adaptersOpenecompDbEndpoint": "http://mso:8080/dbadapters/RequestsDbAdapter", "catalogDbEndpoint": "http://mso:8080/ecomp/mso/catalog", "adaptersSdncEndpoint": "http://mso:8080/adapters/SDNCAdapter", "adaptersSdncRestEndpoint": "http://mso:8080/adapters/rest/v1/sdnc", |