Enable Panko in telemetry integration test

Panko is not used in this test, but since this is already run on Panko's
gate, we need to also enable it so it does not fail as it does
currently:

[ERROR] /opt/stack/new/devstack/inc/python:217 The following LIBS_FROM_GIT were not installed correct: panko

Change-Id: I75234ab7ffb2c62fd8866a914eecb6224e090cc1
This commit is contained in:
Julien Danjou 2016-07-19 09:16:56 +02:00
parent c33fbed4dd
commit f062fa6713
1 changed files with 2 additions and 1 deletions

View File

@ -176,10 +176,11 @@
s+="gnocchi-api"
export ENABLE_SERVICES="$s"
export PROJECTS="openstack/ceilometer openstack/aodh openstack/gnocchi"
export PROJECTS="openstack/ceilometer openstack/aodh openstack/gnocchi openstack/panko"
export DEVSTACK_LOCAL_CONFIG="enable_plugin gnocchi git://git.openstack.org/openstack/gnocchi"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin ceilometer git://git.openstack.org/openstack/ceilometer"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin aodh git://git.openstack.org/openstack/aodh"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin panko git://git.openstack.org/openstack/panko"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"GNOCCHI_ARCHIVE_POLICY=high"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"CEILOMETER_PIPELINE_INTERVAL=5"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"CEILOMETER_BACKEND=gnocchi"