Changes in vimconn_vmware.py :
1. Created a means to assign PCI passthrough configurations to VM via vCenter APIs using pyvmomi python library.
2. Modified refresh_vms_status() : to include information of PCI devices of VMs
Changes in scripts/install-openmano.sh: Added pip install command to install pyvmomi python library
Signed-off-by: bhangare <sbhangare@vmware.com>
diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh
index 732bd6b..f141076 100755
--- a/scripts/install-openmano.sh
+++ b/scripts/install-openmano.sh
@@ -267,6 +267,7 @@
sudo pip install pyvcloud
sudo pip install progressbar
sudo pip install prettytable
+sudo pip install pyvmomi
#The only way to install python-bottle on Centos7 is with easy_install or pip
[ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && easy_install -U bottle