X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Finstall-openmano.sh;h=f141076e4009a9f081524dc212d4b74ba46c4593;hb=fda5f7c30615df1edd2f982c18cba17f1200bba4;hp=732bd6bbbfb53d6f639a29334f9133cf22729498;hpb=a92ae39e334093ca351cbd72384983a0c9c69f9e;p=osm%2FRO.git diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index 732bd6bb..f141076e 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -267,6 +267,7 @@ sudo pip install --upgrade pip sudo pip install pyvcloud sudo pip install progressbar sudo pip install prettytable +sudo pip install pyvmomi #The only way to install python-bottle on Centos7 is with easy_install or pip [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && easy_install -U bottle