Change the way of Mistral installation in the mistral-rally gate

Not so long ago Mistral has switched its way of installation
in devstack. Now it installs as devstack plugin.

Change-Id: I5c14425b2abb8f1d61b2cc803badac8810f48dc1
This commit is contained in:
Anastasia Kuznetsova 2015-09-21 15:34:45 +03:00
parent fdca0cd9fd
commit e1e3bed4fb

View File

@ -265,15 +265,9 @@
export DEVSTACK_GATE_TIMEOUT=120
export RALLY_SCENARIO={scenario}
export ENABLED_SERVICES=mistral,h-api,h-api-cfn,h-api-cw,h-eng,heat,
export ENABLED_SERVICES=h-api,h-api-cfn,h-api-cw,h-eng,heat,
export DEVSTACK_LOCAL_CONFIG="enable_plugin rally git://git.openstack.org/openstack/rally"
function pre_test_hook {{
# Install mistral-devstack integration
cd /opt/stack/new/mistral/functionaltests
./pre_test_hook.sh
}}
export -f pre_test_hook
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin mistral https://git.openstack.org/openstack/mistral"
function post_test_hook {{
$BASE/new/rally/tests/ci/rally-gate.sh