Chmouel Boudjnah e35b376994 Validate JSON
Let's get that quickly so we can add a gate. There was some respacing
along the way (used http://jsonlint.com)

Change-Id: Id18b9f9757306cf3f06e6221a21a9f600db1bd2e
2014-10-07 10:02:04 +02:00

61 lines
1.8 KiB
JSON

{
"id": "heat",
"desiredState": {
"manifest": {
"version": "v1beta1",
"id": "heat-1",
"containers": [
{
"name": "heat-engine",
"image": "fedora-rdo-heat-engine",
"ports": [
{
"containerPort": 9292
}
],
"env": [
{
"name": "DB_ROOT_PASSWORD",
"value": "password"
},
{
"name": "HEAT_DB_PASSWORD",
"value": "heatdbpassword"
},
{
"name": "KEYSTONE_ADMIN_TOKEN",
"value": "ADMINTOKEN"
}
]
},
{
"name": "heat-api",
"image": "fedora-rdo-heat-api",
"ports": [
{
"containerPort": 9292
}
],
"env": [
{
"name": "DB_ROOT_PASSWORD",
"value": "password"
},
{
"name": "HEAT_DB_PASSWORD",
"value": "heatdbpassword"
},
{
"name": "KEYSTONE_ADMIN_TOKEN",
"value": "ADMINTOKEN"
}
]
}
]
}
},
"labels": {
"name": "keystone-master"
}
}