Revert "Removing OpenNebula code"
[osm/RO.git] / RO / osm_ro / scripts / install-openmano.sh
index a8a3ace..98d0905 100755 (executable)
@@ -265,6 +265,11 @@ then
     # required for fog connector
     pip2 install fog05rest || exit 1
 
+    # required for OpenNebula connector
+    pip2 install untangle || exit 1
+    pip2 install pyone || exit 1
+    pip2 install -e git+https://github.com/python-oca/python-oca#egg=oca || exit 1
+
     # required for AWS connector
     [ "$_DISTRO" == "Ubuntu" ] && install_packages "python-boto"
     [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && install_packages "python-boto"  #TODO check if at Centos it exists with this name, or PIP should be used