GitHub user drigodwin opened a pull request:
https://github.com/apache/brooklyn-server/pull/840
Fix catalog YAML
Square brackets within the yaml string meant it was interpreted as an array
and broke the initial catalog load. This puts speach marks around so it's
interpreted as a string.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/drigodwin/brooklyn-server fix-yaml
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/840.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #840
----
commit 0d5b031fdf0cddda9d65741c2e4fc05a72485091
Author: Duncan Godwin <[email protected]>
Date: 2017-09-21T10:37:55Z
Fix catalog YAML
----
---