glance: remove JSON trailing commas that don't parse

Change-Id: Ie5d7f5342284997e878803b273f0796421ae6bb2
This commit is contained in:
Steven Dake 2014-10-02 19:16:34 -07:00
parent 5d0d4b224d
commit 96b06f111b

View File

@ -23,14 +23,14 @@
{
"name": "KEYSTONE_ADMIN_TOKEN",
"value": "ADMINTOKEN"
},
}
]
},
{
"name": "glance-api",
"image": "kollaglue/fedora-rdo-glance-api",
"ports": [
{"containerPort": 9292},
{"containerPort": 9292}
],
"env": [
{
@ -44,7 +44,7 @@
{
"name": "KEYSTONE_ADMIN_TOKEN",
"value": "ADMINTOKEN"
},
}
]
},
]