From cca017d44ca6ad5bfdf877afeb510db45cce336c Mon Sep 17 00:00:00 2001
From: Steven Dake <sdake@redhat.com>
Date: Sat, 27 Sep 2014 12:31:12 -0700
Subject: [PATCH] Pull mariadb and keystone images from the kollaglue
 organization

Presently these are pulled from a closed location inside a firewall.  Instead
pull them from the public docker registry.
---
 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 89adcd31b8..2a72efe2bf 100644
--- a/docker/keystone/keystone.json
+++ b/docker/keystone/keystone.json
@@ -6,7 +6,7 @@
       "id": "keystone-1",
       "containers": [{
         "name": "keystone",
-        "image": "docker.usersys.redhat.com/jlabocki/keystone",
+        "image": "kollaglue/keystone",
         "ports": [
 		{"containerPort": 5000},
 		{"containerPort": 35357},
diff --git a/docker/mariadb/mariadb.json b/docker/mariadb/mariadb.json
index 01071d4254..8972ea6619 100644
--- a/docker/mariadb/mariadb.json
+++ b/docker/mariadb/mariadb.json
@@ -6,7 +6,7 @@
       "id": "mariadb-1",
       "containers": [{
         "name": "mariadb",
-        "image": "docker.usersys.redhat.com/lhh1/rhel-osp-mariadb",
+        "image": "kollaglue/fedora-osp-mariadb",
         "env": [{
 	  'name': 'DB_ROOT_PASSWORD',
 	  'value': 'password'