Don't require EPEL

We removed epel in:
https://review.openstack.org/348538
https://review.openstack.org/347565

This also removes the check for the repo in install-dependencies, which
is still used by instack-virt-setup.

Change-Id: I6e81e7db0952140dc1ee2e4dfcff32236afa24e5
This commit is contained in:
James Slagle 2016-08-03 10:37:51 -04:00
parent 99ccd66f47
commit 796a673715
1 changed files with 0 additions and 6 deletions

View File

@ -58,12 +58,6 @@ if [ "$TRIPLEO_OS_FAMILY" = "debian" ]; then
fi
if [ "$TRIPLEO_OS_FAMILY" = "redhat" ]; then
# For CentOS, python-pip and jq are in EPEL
if [ "$TRIPLEO_OS_DISTRO" = "centos" ] && [ ! -f /etc/yum.repos.d/epel.repo ]; then
echo EPEL repository is required to install python-pip for CentOS.
echo See http://fedoraproject.org/wiki/EPEL
exit 1
fi
sudo -E yum install -y python-lxml libvirt-python libvirt qemu-img qemu-kvm git python-pip openssl-devel python-devel gcc audit python-virtualenv openvswitch python-yaml net-tools redhat-lsb-core libxslt-devel jq openssh-server libffi-devel which glusterfs-api python-netaddr
sudo service libvirtd restart