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:
parent
fdca0cd9fd
commit
e1e3bed4fb
@ -265,15 +265,9 @@
|
|||||||
export DEVSTACK_GATE_TIMEOUT=120
|
export DEVSTACK_GATE_TIMEOUT=120
|
||||||
export RALLY_SCENARIO={scenario}
|
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"
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin rally git://git.openstack.org/openstack/rally"
|
||||||
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin mistral https://git.openstack.org/openstack/mistral"
|
||||||
function pre_test_hook {{
|
|
||||||
# Install mistral-devstack integration
|
|
||||||
cd /opt/stack/new/mistral/functionaltests
|
|
||||||
./pre_test_hook.sh
|
|
||||||
}}
|
|
||||||
export -f pre_test_hook
|
|
||||||
|
|
||||||
function post_test_hook {{
|
function post_test_hook {{
|
||||||
$BASE/new/rally/tests/ci/rally-gate.sh
|
$BASE/new/rally/tests/ci/rally-gate.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user