Adds collection of VM status metric in OpenStack infra plugin
OpenStack infra collector plugin now collects metrics regarding VM status. It
iterates over vdus and using nova client gets info regarding status. Active
status translates to 1, anything else to 0.
Change-Id: Ia6e36a79a1d20cea07d5c7b3aa2af85b5c0e18d0
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
diff --git a/debian/python3-osm-mon.postinst b/debian/python3-osm-mon.postinst
index f83eef1..26ac8d7 100644
--- a/debian/python3-osm-mon.postinst
+++ b/debian/python3-osm-mon.postinst
@@ -36,4 +36,5 @@
pip3 install pyvcloud==19.1.1
pip3 install python-ceilometerclient==2.9.*
pip3 install peewee-migrate==1.1.*
+pip3 install python-novaclient==12.0.*
echo "Installation of python dependencies finished"