adding prometheus to VITRAGE_DEFAULT_DATASOURCES in devstack

Depends-On: I58db8be1997a2e4302074b0a81974af2b5a47f60
Change-Id: Ifc37d93596f412c778d9aa882738130faaade269
This commit is contained in:
Muhamad Najjar 2018-08-05 10:35:25 +00:00
parent 28a92012dc
commit 05fdd3c812
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ VITRAGE_DEPLOY=${VITRAGE_DEPLOY}
# Toggle for deploying Vitrage with/without nagios
VITRAGE_USE_NAGIOS=$(trueorfalse False VITRAGE_USE_NAGIOS)
VITRAGE_DEFAULT_DATASOURCES=${VITRAGE_DEFAULT_DATASOURCES:-nova.host,nova.instance,nova.zone,nagios,static,static_physical,aodh,cinder.volume,neutron.network,neutron.port,heat.stack,doctor}
VITRAGE_DEFAULT_DATASOURCES=${VITRAGE_DEFAULT_DATASOURCES:-nova.host,nova.instance,nova.zone,nagios,static,static_physical,aodh,cinder.volume,neutron.network,neutron.port,heat.stack,doctor,prometheus}
# for now dont use pip install for the client
LIBS_FROM_GIT=python-vitrageclient