From 73d1ada4da2b94bf26e957fe7b408aabf3876364 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Thu, 2 Oct 2014 19:18:18 -0700 Subject: [PATCH] Heat: Remove JSON trailing commas that don't parse Change-Id: Ia642716f30ea4bd098e5c67e522bbfd01fd6cf7a --- docker/heat/heat.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/heat/heat.json b/docker/heat/heat.json index ca4fd08540..f11233773c 100644 --- a/docker/heat/heat.json +++ b/docker/heat/heat.json @@ -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" - }, + } ] - }, + } ] } },