[rally] enable heat plugin

Devstack guys removed heat from their tree[*]. They did not check that it
was used. It broke our gates.

[*] - 77a7296248

Change-Id: I52ff22176c7cdbb1440ade28edd0fdc84db002aa
This commit is contained in:
Andrey Kurilin 2016-12-07 00:02:47 +02:00
parent 388decb5b8
commit 487fcd80a6
1 changed files with 5 additions and 5 deletions

View File

@ -87,12 +87,12 @@
ENABLED_SERVICES+=n-obj,
fi
if [ $DEVSTACK_GATE_SWIFT -ne 1 ]; then
ENABLED_SERVICES+=s-proxy,s-account,s-container,s-object,
ENABLED_SERVICES+=s-proxy,s-account,s-container,s-object,
fi
if [ $DEVSTACK_GATE_HEAT -ne 1 ]; then
ENABLED_SERVICES+=heat,h-api,h-api-cfn,h-api-cw,h-eng,
fi
if [ $DEVSTACK_GATE_HEAT -ne 0 ]; then
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin heat https://git.openstack.org/openstack/heat"
fi
if [ $DEVSTACK_GATE_NEUTRON -ne 1 ]; then
ENABLED_SERVICES+=n-net,n-api-meta,
@ -1069,7 +1069,7 @@
watcher: '0'
telemetry: '0'
swift: '0'
heat: '0'
heat: '1'
publishers:
- devstack-logs