Adjust heat jobs to use ceilometer devstack plugin
Ceilometer is moving to being a devstack plugin. This change updates heat jenkins jobs that enable ceilometer services to also. enable_plugin ceilometer. Change-Id: Ie3219a41a3d371d9ac21552e3d8b15775ea696f6 Related-Bug: #1489436
This commit is contained in:
parent
391a0d6f27
commit
96e7acdb26
@ -77,6 +77,7 @@
|
||||
export DEVSTACK_GATE_EXERCISES=0
|
||||
export DEVSTACK_GATE_INSTALL_TESTONLY=1
|
||||
export KEEP_LOCALRC=1
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin ceilometer git://git.openstack.org/openstack/ceilometer"
|
||||
|
||||
if [ "{datastore}" == "postgres" ] ; then
|
||||
export DEVSTACK_GATE_POSTGRES=1
|
||||
@ -207,6 +208,7 @@
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin ceilometer git://git.openstack.org/openstack/ceilometer"
|
||||
export GRENADE_PLUGINRC="enable_grenade_plugin heat https://git.openstack.org/openstack/heat"
|
||||
|
||||
function pre_test_hook {{
|
||||
|
Loading…
Reference in New Issue
Block a user