Merge "Update openstack repo for libec install"

This commit is contained in:
Zuul 2019-04-09 17:29:22 +00:00 committed by Gerrit Code Review
commit 4f45f28ea5

View File

@ -25,6 +25,6 @@ function is_rhel7 {
if is_rhel7; then
# Install CentOS OpenStack repos so that we have access to some extra
# packages.
sudo yum install -y centos-release-openstack-queens
sudo yum install -y centos-release-openstack-rocky
sudo yum install -y liberasurecode-devel
fi