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
This commit is contained in:
Steven Dake 2015-04-21 13:46:49 -07:00
parent 5408a4f556
commit 69eba5e3d1

View File

@ -24,7 +24,7 @@ function process {
}
function process_all {
process rabbit
process rabbitmq
process mariadb
process keystone
process glance-api-registry