Merge "Heat: Remove JSON trailing commas that don't parse"

This commit is contained in:
Jenkins 2014-10-03 16:47:53 +00:00 committed by Gerrit Code Review
commit a6417f8024

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"
},
}
]
},
}
]
}
},