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/setup.py b/setup.py
index ed2bf7d..2126358 100644
--- a/setup.py
+++ b/setup.py
@@ -64,6 +64,7 @@
"pyvcloud==19.1.1",
"python-ceilometerclient==2.9.*",
"peewee-migrate==1.1.*",
+ "python-novaclient==12.0.*",
"osm-common",
"n2vc"
],