From 001f3a9b3a7aecd2cf060b3078478c32b335d1ad Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Thu, 24 Sep 2020 15:04:44 +0100 Subject: [PATCH] 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 --- devstack/lib/ceph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"