Revert "Revert "Removing OpenNebula code""
[osm/RO.git] / RO / osm_ro / scripts / install-openmano.sh
index 98d0905..a8a3ace 100755 (executable)
@@ -265,11 +265,6 @@ 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