diff options
author | Arthur Martella <amartell@research.att.com> | 2018-04-13 10:43:23 -0400 |
---|---|---|
committer | Arthur Martella <amartell@research.att.com> | 2018-04-13 10:43:23 -0400 |
commit | 3185a94b2011c78f7bd6a7e76b3c358512623f9c (patch) | |
tree | 8cebef5022d263c81b57601cc92583f10fa02b51 /volumes | |
parent | 3634a19a88f5266d0c8927d171006ea440e3a20c (diff) |
Remove extra comma in mso-docker.json
Change-Id: I2e28cdf09bfb37fabb355a7bade23715b661d32a
Issue-ID: SO-563
Signed-off-by: Arthur Martella <amartell@research.att.com>
Diffstat (limited to 'volumes')
-rw-r--r-- | volumes/mso/chef-config/mso-docker.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json index 7e3039f..4898e17 100644 --- a/volumes/mso/chef-config/mso-docker.json +++ b/volumes/mso/chef-config/mso-docker.json @@ -23,7 +23,7 @@ "mso-asdc-controller-config": { - "aaiEndpoint": "https://aai.api.simpledemo.openecomp.org:8443", + "aaiEndpoint": "https://aai.api.simpledemo.openecomp.org:8443" }, "asdc-connections": |