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

Keystone: remove extra commas and tabs in JSON

The JSON doesn't parse correctly

Change-Id: Ie68ad1cdfb80b9f3c15e9d93476f7c53cc0a0858
parent a6310d76
No related branches found
No related tags found
No related merge requests found
......@@ -8,15 +8,13 @@
"name": "keystone",
"image": "kollaglue/fedora-rdo-keystone",
"ports": [
{"containerPort": 5000},
{"containerPort": 35357},
{"containerPort": 5000},
{"containerPort": 35357}
],
"env": [
{"name": "DB_ROOT_PASSWORD",
"value": "password"},
{"name": "KEYSTONE_ADMIN_TOKEN",
"value": "ADMINTOKEN"},
]
"env": [
{"name": "DB_ROOT_PASSWORD", "value": "password"},
{"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