Skip to content
Snippets Groups Projects
Commit 588147b7 authored by Alfonso Tierno's avatar Alfonso Tierno
Browse files

added python-cinderclient to openmano installer


Change-Id: I8ccedfe4f2dd17528f5f5502b31db55cc78b123c
Signed-off-by: default avatartierno <alfonso.tiernosepulveda@telefonica.com>
parent fda5f7c3
Branches v1.0
Tags v1.0.5
No related merge requests found
......@@ -273,8 +273,8 @@ sudo pip install pyvmomi
[ "$_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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment