Point to fedora-rdo-* for image names

This commit is contained in:
Steven Dake 2014-09-27 14:06:39 -07:00
parent fc9157e861
commit 9c7f0622a7
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"id": "keystone-1",
"containers": [{
"name": "keystone",
"image": "kollaglue/keystone",
"image": "kollaglue/fedora-rdo-keystone",
"ports": [
{"containerPort": 5000},
{"containerPort": 35357},

View File

@ -6,7 +6,7 @@
"id": "mariadb-1",
"containers": [{
"name": "mariadb",
"image": "kollaglue/fedora-osp-mariadb",
"image": "kollaglue/fedora-rdo-mariadb",
"env": [{
'name': 'DB_ROOT_PASSWORD',
'value': 'password'