fix aodh tempest gate job

aodh is not installed, because DEVSTACK_LOCAL_CONFIG is override with
ceilometer plugin

Change-Id: I59f6068ad8330a52c9bee23f89010d0d12f0e916
This commit is contained in:
ZhiQiang Fan 2016-04-24 23:06:58 +08:00
parent 8e292174f5
commit 585a4aa586
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
export PROJECTS="openstack/aodh $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin aodh git://git.openstack.org/openstack/aodh"
export DEVSTACK_LOCAL_CONFIG="enable_plugin ceilometer git://git.openstack.org/openstack/ceilometer"
if [ "{backend}" = "postgresql" ] ; then
export DEVSTACK_GATE_POSTGRES=1
fi