commit 001f3a9b3a7aecd2cf060b3078478c32b335d1ad Author: Lee Yarwood Date: Thu Sep 24 15:04:44 2020 +0100 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 diff --git a/devstack/lib/ceph b/devstack/lib/ceph index dcae859..c6a122f 100755 --- a/devstack/lib/ceph +++ b/devstack/lib/ceph @@ -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"