X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Finstall-openmano.sh;h=98d09050327607cbface1edd1005bece72a6e495;hb=1fa49b16e92ff2e4f512ccc466fdc3dff31559e4;hp=a34a0aa35d4822faa10c27edd6a8ef3dd8d0370e;hpb=c26cf291fc97d49224c85822e566b795c9692f14;p=osm%2FRO.git diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index a34a0aa3..98d09050 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -267,6 +267,7 @@ then # 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 @@ -280,6 +281,10 @@ then [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && install_packages "python-devel" && easy_install \ python-novaclient python-keystoneclient python-glanceclient python-neutronclient python-cinderclient \ python-openstackclient python-networking-l2gw #TODO revise if gcc python-pip is needed + + # required for Azure + pip2 install azure + fi # [[ -z "$NO_PACKAGES" ]] if [[ -z $NOCLONE ]]; then