From 69eba5e3d1c632bc46de48dac4c5f134282b4ecd Mon Sep 17 00:00:00 2001
From: Steven Dake <stdake@cisco.com>
Date: Tue, 21 Apr 2015 13:46:49 -0700
Subject: [PATCH] Kolla runs process on rabbit, not rabbitmq

The kolla script runs its process on rabbit, not rabbitmq.  This
results in the rabbitmq compose scirpt not being executed.

Change-Id: I80f8d537c36b6cd598cdcf87f77df418db8ed035
---
 tools/kolla | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/kolla b/tools/kolla
index d8ebf508ec..a54c602689 100755
--- a/tools/kolla
+++ b/tools/kolla
@@ -24,7 +24,7 @@ function process {
 }
 
 function process_all {
-    process rabbit
+    process rabbitmq
     process mariadb
     process keystone
     process glance-api-registry