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:
parent
5408a4f556
commit
69eba5e3d1
@ -24,7 +24,7 @@ function process {
|
||||
}
|
||||
|
||||
function process_all {
|
||||
process rabbit
|
||||
process rabbitmq
|
||||
process mariadb
|
||||
process keystone
|
||||
process glance-api-registry
|
||||
|
Loading…
Reference in New Issue
Block a user