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

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

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