Replace DEVSTACK_GATE_ZEROMQ for DEVSTACK_GATE_MQ_DRIVER

Patch 2/2 this remove permanently the var DEVSTACK_GATE_ZEROMQ
It's necessary update jenkins job builder to reflect this change
otherwise, it will fail.
Depends on change 59995.

Change-Id: Id4c280ecbb0320c5218e8018461637aa67bf47f6
This commit is contained in:
Arx Cruz
2013-12-04 12:07:40 -02:00
parent 58c9c61598
commit af647ced5a

View File

@@ -144,17 +144,6 @@ enable_service postgresql
EOF
fi
# We are replacing DEVSTACK_GATE_ZEROMQ for
# DEVSTACK_GATE_MQ_DRIVER in order to have more
# flexibility in choosing a MQ driver.
# After this change, in Jenkins Job Builder you
# no longer set 1 to DEVSTACK_GATE_ZEROMQ, instead
# you choose which MQ driver you want.
# example:
# export DEVSTACK_GATE_MQ_DRIVER="zeromq"
if [ "$DEVSTACK_GATE_ZEROMQ" -eq "1" ]; then
DEVSTACK_GATE_MQ_DRIVER="zeromq"
fi
if [ "$DEVSTACK_GATE_MQ_DRIVER" == "zeromq" ]; then
echo "disable_service rabbit" >>localrc
echo "enable_service zeromq" >>localrc