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

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"
Reference in New Issue
openstack/devstack-plugin-ceph
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.

The note is not visible to the blocked user.