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