Remove use of granularity and just retrieve last metric collected in OpenStack plugin
[osm/MON.git] / debian / python3-osm-mon.postinst
index 26ac8d7..f41b674 100644 (file)
@@ -25,8 +25,6 @@
 echo "Installing python dependencies via pip..."
 pip3 install aiokafka==0.4.*
 pip3 install requests==2.18.*
-pip3 install jsmin==2.2.*
-pip3 install jsonschema==2.6.*
 pip3 install python-keystoneclient==3.15.*
 pip3 install six==1.11.*
 pip3 install peewee==3.8.*
@@ -37,4 +35,6 @@ pip3 install pyvcloud==19.1.1
 pip3 install python-ceilometerclient==2.9.*
 pip3 install peewee-migrate==1.1.*
 pip3 install python-novaclient==12.0.*
+pip3 install pymysql==0.9.*
+pip3 install python-neutronclient==5.1.*
 echo "Installation of python dependencies finished"