Add requirement for Prometheus plugin

Monasca-agent Prometheus plugin requires prometheus_client library. This
change adds it to extras section to simplify deploying the plugin
together with its requirements.

Change-Id: Iaab5877ac2c4b005cfc18ec7a2d6a1be448dfe6c
Story: 2004268
Task: 27807
This commit is contained in:
Witek Bedyk 2019-09-30 13:57:47 +02:00
parent c0f6f0b2f6
commit 18b3098b15
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ libvirt =
libvirt-python>=3.5.0 # LGPLv2+
python-novaclient>=9.1.0 # Apache-2.0
python-neutronclient>=6.3.0 # Apache-2.0
prometheus =
prometheus_client # Apache-2.0
ovs =
python-novaclient>=9.1.0 # Apache-2.0
python-neutronclient>=6.3.0 # Apache-2.0