Update the the barometer-collectd container to install the python dependencies
for the openstack plugins.
Change-Id: If8ba14066aff5f0257a400ece642a8d478600c77
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
 
 WORKDIR ${openstack_plugins}
 RUN make
+RUN pip install --upgrade pip
+RUN pip install -r ${openstack_plugins}/collectd-openstack-plugins/requirements.txt
 
 COPY run_collectd.sh /run_collectd.sh
 RUN chmod +x /run_collectd.sh
 
 #
 # Build a base machine for CentOS distro
 #
-# Copyright 2017 OPNFV
+# Copyright 2017-2018 OPNFV
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 
 # install epel release required for git-review
 epel-release
+libvirt-python
+python2-pip
 " | grep -v ^#)