Use the py3 el8 RPMs on Fedora

As Fedora 32 has dropped py2 support we need to switch over to the py3
based el8 RPMs now. Fedora 31 can support both allowing us to switch
while still technically supporting it.

Change-Id: I79f61d61ccb044b6c24b5747b991045edf25679e
This commit is contained in:
Lee Yarwood 2020-09-24 15:04:44 +01:00
parent f41119e1ef
commit 001f3a9b3a
1 changed files with 2 additions and 2 deletions

View File

@ -1082,8 +1082,8 @@ function install_ceph {
die $LINENO "Supported for Fedora 31 and 32. Not supported for other releases."
fi
# NOTE(vkmc) el7 packages work on Fedora
configure_repo_ceph "dnf" "$CEPH_RELEASE" "el7"
# NOTE(lyarwood) Use the py3 el8 packages on Fedora
configure_repo_ceph "dnf" "$CEPH_RELEASE" "el8"
CEPH_PACKAGES="ceph"