Modify rabbitmq pod to point to right image

The image location for rabbitmq was incorrectly pointing at Lars
private repository.  Change it to point to the global kollaglue repo.

Change-Id: Ib4fd84db9410fa7057730ff74be2acc0babfa438
This commit is contained in:
Steven Dake 2014-10-08 09:25:07 -07:00
parent 2bc783b8c6
commit cb05bb513b

View File

@ -6,7 +6,7 @@
"id": "rabbitmq-1",
"containers": [{
"name": "rabbitmq",
"image": "docker.usersys.redhat.com/larsks/rabbitmq",
"image": "kollaglue/fedora-rdo-rabbitmq",
"ports": [
{"containerPort": 5672}
]