Add openssl-devel to dependency for Tempest

Change-Id: Ia8ee274cb0f3de91394e3d6be58a0791d10ef4b4
This commit is contained in:
zhaoxinyu 2014-04-05 01:03:48 +00:00
parent a9cd5c600b
commit ec2458678f

View File

@ -2,7 +2,7 @@
echo 'Installing Required packages for Compass...'
if [ "$tempest" == "true" ]; then
sudo yum install -y virt-install libvirt qemu-kvm libxml2-devel libxslt-devel python-devel sshpass
sudo yum install -y virt-install libvirt qemu-kvm libxml2-devel libxslt-devel python-devel sshpass openssl-devel
fi
sudo yum install -y rsyslog logrotate ntp iproute openssh-clients python git wget python-setuptools python-netaddr python-flask python-flask-sqlalchemy python-amqplib amqp python-paramiko python-mock mod_wsgi httpd squid dhcp bind rsync yum-utils xinetd tftp-server gcc net-snmp-utils net-snmp net-snmp-python python-daemon unzip openssl openssl098e ca-certificates redis python-redis
if [[ "$?" != "0" ]]; then