Skip to content
Snippets Groups Projects
Commit 05f1777c authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

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

parents a6417f80 532c6107
No related branches found
No related tags found
No related merge requests found
......@@ -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"
},
}
]
},
}
]
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment