Merge "Fix DevStack setup on CentOS 8.3"

This commit is contained in:
Zuul
2021-02-20 18:23:04 +00:00
committed by Gerrit Code Review

View File

@@ -365,6 +365,9 @@ if [[ $DISTRO == "rhel8" ]]; then
# EPEL packages assume that the PowerTools repository is enable.
sudo dnf config-manager --set-enabled PowerTools
# CentOS 8.3 changed the repository name to lower case.
sudo dnf config-manager --set-enabled powertools
if [[ ${SKIP_EPEL_INSTALL} != True ]]; then
_install_epel
fi