added python-cinderclient to openmano installer 66/866/2
authortierno <alfonso.tiernosepulveda@telefonica.com>
Sat, 31 Dec 2016 16:08:51 +0000 (17:08 +0100)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Sat, 31 Dec 2016 16:10:30 +0000 (17:10 +0100)
Change-Id: I8ccedfe4f2dd17528f5f5502b31db55cc78b123c
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
scripts/install-openmano.sh

index 732bd6b..1282678 100755 (executable)
@@ -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