Closed bahamat closed 2 years ago
This one only takes affect at install time. The changed file is only used for seeding the initial service definitions. After that they come out of SAPI only, which is why this request is related to joyent/sdcadm#91.
To test this, I passed the file through a JSON parser to ensure there aren't any syntax errors:
$ json -f config/sapi/services/cloudapi/service.json >/dev/null
$ echo $?
0
Related: joyent/sdcadm#91