Heat: Remove JSON trailing commas that don't parse

Change-Id: Ia642716f30ea4bd098e5c67e522bbfd01fd6cf7a
This commit is contained in:
Steven Dake 2014-10-02 19:18:18 -07:00
parent 3a60c10363
commit 73d1ada4da

View File

@ -9,7 +9,7 @@
"name": "heat-engine",
"image": "fedora-rdo-heat-engine",
"ports": [
{"containerPort": 9292},
{"containerPort": 9292}
],
"env": [
{
@ -23,7 +23,7 @@
{
"name": "KEYSTONE_ADMIN_TOKEN",
"value": "ADMINTOKEN"
},
}
]
},
{
@ -44,9 +44,9 @@
{
"name": "KEYSTONE_ADMIN_TOKEN",
"value": "ADMINTOKEN"
},
}
]
},
}
]
}
},