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:
1 changed files with 2 additions and 2 deletions
@@ -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"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.