VCD VIMconnector: add config drive support; Adding genisoimage package installation to scripts/install-openmano.sh

Change-Id: I2fdf100a8ecc04207d0e977e81eabc46862a8b6d
Signed-off-by: Ananda Baitharu <ananda.baitharu@riftio.com>
diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh
index e4554ae..bbf33e4 100755
--- a/scripts/install-openmano.sh
+++ b/scripts/install-openmano.sh
@@ -259,6 +259,8 @@
     pip2 install progressbar || exit 1
     pip2 install prettytable || exit 1
     pip2 install pyvmomi || exit 1
+    [ "$_DISTRO" == "Ubuntu" ] && install_packages "genisoimage"
+    [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && install_packages "genisoimage"
 
     # required for OpenNebula connector
     pip2 install untangle || exit 1