magnum/magnum/drivers/common/templates/swarm
Mark Goddard 8d0f25f130 Use lowercase keys for swarm waitcondition signal
The heat waitcondition signal API accepts status, reason, data and id
fields in a JSON object supplied as POST data. Missing fields will be
filled with defaults. Previously, the swarm script fragments used a
capitalised form of these keys (Status, Reason, Data, Id) which was
not being recognised by heat. This caused failures to not be reported.

This change uses the correct lowercase names for these fields and also
fixes some quoting and incorrect use of UUIDs provided as the id field.

Change-Id: I9bfe36e5dd956280eaa42d1c3f1620c4ec27bc0c
Closes-Bug: #1504059
2017-06-16 14:29:21 +01:00
..
fragments Use lowercase keys for swarm waitcondition signal 2017-06-16 14:29:21 +01:00