Has to use setuptools to easy_install pip

Change-Id: I5f8a2009a4e088a5a666b189d97cefd8b5aec3db
This commit is contained in:
zhaoxinyu 2014-09-08 18:03:37 -07:00
parent 8ed37fb501
commit 79873e40f1

View File

@ -10,7 +10,7 @@ if [ "$tempest" == "true" ]; then
exit 1
fi
fi
sudo yum install -y rsyslog logrotate ntp iproute openssh-clients python python-devel git wget syslinux amqp mod_wsgi httpd squid dhcp bind rsync yum-utils xinetd tftp-server gcc net-snmp-utils net-snmp python-daemon unzip openssl openssl098e ca-certificates redis mysql mysql-server mysql-devel python-virtualenv
sudo yum install -y rsyslog logrotate ntp iproute openssh-clients python python-devel git wget syslinux amqp mod_wsgi httpd squid dhcp bind rsync yum-utils xinetd tftp-server gcc net-snmp-utils net-snmp python-daemon unzip openssl openssl098e ca-certificates redis mysql mysql-server mysql-devel python-virtualenv python-setuptools
if [[ "$?" != "0" ]]; then
echo "failed to install yum dependency"
exit 1