From 9c7f0622a712bb95986636a3b7764018195ab815 Mon Sep 17 00:00:00 2001
From: Steven Dake <sdake@redhat.com>
Date: Sat, 27 Sep 2014 14:06:39 -0700
Subject: [PATCH] Point to fedora-rdo-* for image names

---
 docker/keystone/keystone.json | 2 +-
 docker/mariadb/mariadb.json   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/keystone/keystone.json b/docker/keystone/keystone.json
index 2a72efe2bf..2f707583db 100644
--- a/docker/keystone/keystone.json
+++ b/docker/keystone/keystone.json
@@ -6,7 +6,7 @@
       "id": "keystone-1",
       "containers": [{
         "name": "keystone",
-        "image": "kollaglue/keystone",
+        "image": "kollaglue/fedora-rdo-keystone",
         "ports": [
 		{"containerPort": 5000},
 		{"containerPort": 35357},
diff --git a/docker/mariadb/mariadb.json b/docker/mariadb/mariadb.json
index 8972ea6619..4d04f2d177 100644
--- a/docker/mariadb/mariadb.json
+++ b/docker/mariadb/mariadb.json
@@ -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'