Merge "glance: remove JSON trailing commas that don't parse"

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

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