Enable plugins for unified gates

Enable plugins in unified gates configuration for logs
and events pipeline in monasca project.

Change-Id: Ifaa5da5601331514010c3bda08974abb8e678600
This commit is contained in:
Artur Basiak 2017-08-22 08:31:10 +02:00
parent 07d24677f0
commit 3ce2a5fd95
1 changed files with 2 additions and 0 deletions

View File

@ -153,8 +153,10 @@
devstack_plugin=''
if [ {pipeline} == 'logs' ]; then
devstack_plugin='log-api'
export DEVSTACK_LOCAL_CONFIG="enable_plugin monasca-log-api git://git.openstack.org/openstack/monasca-log-api"
elif [ {pipeline} == 'events' ]; then
devstack_plugin='events-api'
export DEVSTACK_LOCAL_CONFIG="enable_plugin monasca-events-api git://git.openstack.org/openstack/monasca-events-api"
else
echo "Unknown pipeline {pipeline}"
exit 1