[mistral] Fix for failing dsvm gates
3 tests are currently failing in mistral, because heat plugin is not installed correctly. This patch fixes it. Closes-bug: 1650262 Change-Id: I07e730f24ca10efa301378fce166adb90b74343b
This commit is contained in:
parent
8a26257631
commit
9e8135d19d
@ -20,11 +20,13 @@
|
|||||||
export DEVSTACK_PROJECT_FROM_GIT="python-mistralclient"
|
export DEVSTACK_PROJECT_FROM_GIT="python-mistralclient"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export ENABLED_SERVICES=h-api,h-api-cfn,h-api-cw,h-eng,heat,tempest
|
export ENABLED_SERVICES=heat,h-api,h-api-cfn,h-api-cw,h-eng,tempest
|
||||||
|
export PROJECTS="openstack/heat $PROJECTS"
|
||||||
export PROJECTS="openstack/mistral $PROJECTS"
|
export PROJECTS="openstack/mistral $PROJECTS"
|
||||||
export PROJECTS="openstack/mistral-dashboard $PROJECTS"
|
export PROJECTS="openstack/mistral-dashboard $PROJECTS"
|
||||||
export PROJECTS="openstack/python-mistralclient $PROJECTS"
|
export PROJECTS="openstack/python-mistralclient $PROJECTS"
|
||||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin mistral https://git.openstack.org/openstack/mistral"
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin mistral https://git.openstack.org/openstack/mistral"
|
||||||
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin heat git://git.openstack.org/openstack/heat"
|
||||||
|
|
||||||
function post_test_hook {{
|
function post_test_hook {{
|
||||||
cd /opt/stack/new/{component}/functionaltests
|
cd /opt/stack/new/{component}/functionaltests
|
||||||
@ -80,12 +82,14 @@
|
|||||||
export PYTHONUNBUFFERED=true
|
export PYTHONUNBUFFERED=true
|
||||||
export DEVSTACK_GATE_NEUTRON=1
|
export DEVSTACK_GATE_NEUTRON=1
|
||||||
|
|
||||||
export ENABLED_SERVICES=h-api,h-api-cfn,h-api-cw,h-eng,heat,tempest
|
export ENABLED_SERVICES=heat,h-api,h-api-cfn,h-api-cw,h-eng,tempest
|
||||||
|
export PROJECTS="openstack/heat $PROJECTS"
|
||||||
export PROJECTS="openstack/mistral $PROJECTS"
|
export PROJECTS="openstack/mistral $PROJECTS"
|
||||||
export PROJECTS="openstack/mistral-dashboard $PROJECTS"
|
export PROJECTS="openstack/mistral-dashboard $PROJECTS"
|
||||||
export PROJECTS="openstack/python-mistralclient $PROJECTS"
|
export PROJECTS="openstack/python-mistralclient $PROJECTS"
|
||||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin mistral https://git.openstack.org/openstack/mistral"
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin mistral https://git.openstack.org/openstack/mistral"
|
||||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"MISTRAL_RPC_IMPLEMENTATION=kombu"
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"MISTRAL_RPC_IMPLEMENTATION=kombu"
|
||||||
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin heat git://git.openstack.org/openstack/heat"
|
||||||
|
|
||||||
function post_test_hook {{
|
function post_test_hook {{
|
||||||
cd /opt/stack/new/mistral/functionaltests
|
cd /opt/stack/new/mistral/functionaltests
|
||||||
|
Loading…
Reference in New Issue
Block a user