Skip to content
Snippets Groups Projects
Commit 96b06f11 authored by Steven Dake's avatar Steven Dake
Browse files

glance: remove JSON trailing commas that don't parse

Change-Id: Ie5d7f5342284997e878803b273f0796421ae6bb2
parent 5d0d4b22
No related branches found
No related tags found
No related merge requests found
...@@ -23,14 +23,14 @@ ...@@ -23,14 +23,14 @@
{ {
"name": "KEYSTONE_ADMIN_TOKEN", "name": "KEYSTONE_ADMIN_TOKEN",
"value": "ADMINTOKEN" "value": "ADMINTOKEN"
}, }
] ]
}, },
{ {
"name": "glance-api", "name": "glance-api",
"image": "kollaglue/fedora-rdo-glance-api", "image": "kollaglue/fedora-rdo-glance-api",
"ports": [ "ports": [
{"containerPort": 9292}, {"containerPort": 9292}
], ],
"env": [ "env": [
{ {
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
{ {
"name": "KEYSTONE_ADMIN_TOKEN", "name": "KEYSTONE_ADMIN_TOKEN",
"value": "ADMINTOKEN" "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