X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=scripts%2Finstall-openmano.sh;h=398317d3a8a256ec68fcd317635d0d7a4628f1c5;hp=a34a0aa35d4822faa10c27edd6a8ef3dd8d0370e;hb=8dc9c8b71826f6939f453952bccdc0053712e7e0;hpb=250e329c4c12a0e9407bc0f75c7d64a30b2e5632 diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index a34a0aa3..398317d3 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -280,6 +280,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