
Issues like, using single quotes for double quotes(string), incorrect use of comma when only one field is present etc were fixed. Linted to make sure the JSON is valid. Change-Id: Ifbc611940f8a78b8c4432fc50711245caa2750b8 Closes-Bug: #1554051
33 lines
768 B
JSON
33 lines
768 B
JSON
{
|
|
"files": {},
|
|
"status": "COMPLETE",
|
|
"name": "my_stack",
|
|
"tags": null,
|
|
"stack_user_project_id": "123456",
|
|
"environment": {},
|
|
"template": {
|
|
"heat_template_version": "2016-04-08",
|
|
"resources": {
|
|
"thing": {
|
|
"type": "OS::Heat::TestResource"
|
|
}
|
|
}
|
|
},
|
|
"action": "CREATE",
|
|
"project_id": "56789",
|
|
"id": "2468",
|
|
"resources": {
|
|
"thing": {
|
|
"status": "COMPLETE",
|
|
"name": "thing",
|
|
"resource_data": {
|
|
"value": "test_string"
|
|
},
|
|
"resource_id": "my_stack-thing-1234",
|
|
"action": "CREATE",
|
|
"type": "OS::Heat::TestResource",
|
|
"metadata": {}
|
|
}
|
|
}
|
|
}
|