From: tierno Date: Sat, 31 Dec 2016 16:08:51 +0000 (+0100) Subject: added python-cinderclient to openmano installer X-Git-Tag: v1.1.0~34 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=93bffb442640621db1ec6535f4d5b56b6be9eaf7 added python-cinderclient to openmano installer Change-Id: I8ccedfe4f2dd17528f5f5502b31db55cc78b123c Signed-off-by: tierno --- diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index 732bd6bb..12826782 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -272,8 +272,8 @@ sudo pip install prettytable [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && easy_install -U bottle #install openstack client needed for using openstack as a VIM -[ "$_DISTRO" == "Ubuntu" ] && install_packages "python-novaclient python-keystoneclient python-glanceclient python-neutronclient" -[ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && install_packages "python-devel" && easy_install python-novaclient python-keystoneclient python-glanceclient python-neutronclient #TODO revise if gcc python-pip is needed +[ "$_DISTRO" == "Ubuntu" ] && install_packages "python-novaclient python-keystoneclient python-glanceclient python-neutronclient python-cinderclient" +[ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && install_packages "python-devel" && easy_install python-novaclient python-keystoneclient python-glanceclient python-neutronclient python-cinderclient #TODO revise if gcc python-pip is needed fi #[[ -z "$NO_PACKAGES" ]] if [[ -z $NOCLONE ]]; then