Swift: Remove trailing JSON commas that don't parse

Change-Id: Ic7eaf187e7f0fa9481c432a8b32971a470e75bf0
This commit is contained in:
Steven Dake 2014-10-02 19:19:28 -07:00
parent 73d1ada4da
commit 532c610705

View File

@ -9,7 +9,7 @@
"name": "swift-account-server",
"image": "fedora-rdo-swift-account-server",
"ports": [
{"containerPort": 9292},
{"containerPort": 9292}
],
"env": [
{
@ -23,7 +23,7 @@
{
"name": "KEYSTONE_ADMIN_TOKEN",
"value": "ADMINTOKEN"
},
}
]
},
{
@ -44,7 +44,7 @@
{
"name": "KEYSTONE_ADMIN_TOKEN",
"value": "ADMINTOKEN"
},
}
]
},
{
@ -65,7 +65,7 @@
{
"name": "KEYSTONE_ADMIN_TOKEN",
"value": "ADMINTOKEN"
},
}
]
},
{
@ -86,9 +86,9 @@
{
"name": "KEYSTONE_ADMIN_TOKEN",
"value": "ADMINTOKEN"
},
}
]
},
}
]
}
},