X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO%2Fosm_ro%2Fscripts%2Finstall-openmano.sh;h=a8a3ace5339ca242bb1a1c29fed514722186fa1e;hb=refs%2Fchanges%2F65%2F11465%2F1;hp=98d09050327607cbface1edd1005bece72a6e495;hpb=7d782eff123e5b44d41437377ccca66ad1e8b21b;p=osm%2FRO.git diff --git a/RO/osm_ro/scripts/install-openmano.sh b/RO/osm_ro/scripts/install-openmano.sh index 98d09050..a8a3ace5 100755 --- a/RO/osm_ro/scripts/install-openmano.sh +++ b/RO/osm_ro/scripts/install-openmano.sh @@ -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