From fae72324117511b4f8a491e64b0fdb7c99dd51c8 Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Fri, 10 Mar 2017 16:31:46 +0000 Subject: [PATCH] Update list of supported Fedora releases - 24 and 25 are the currently supported releases. - 22 and 23 are now unsupported and are EOL. Fedora Releases https://fedoraproject.org/wiki/Releases Change-Id: Ib03fdb0855eb02f7495b3835d8016cbe08508b1e --- devstack/lib/ceph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devstack/lib/ceph b/devstack/lib/ceph index 490d607..cf6fa12 100644 --- a/devstack/lib/ceph +++ b/devstack/lib/ceph @@ -263,10 +263,10 @@ function _undefine_virsh_secret { # check_os_support_ceph() - Check if the OS provides a decent version of Ceph function check_os_support_ceph { - if [[ ! ${DISTRO} =~ (trusty|xenial|jessie|sid|f22|f23|f24|rhel7) ]]; then + if [[ ! ${DISTRO} =~ (trusty|xenial|jessie|sid|f24|f25|rhel7) ]]; then echo "WARNING: your distro $DISTRO does not provide \ (at least) the Firefly release. \ - Please use Ubuntu Trusty or Fedora 20 (and higher)" + Please use Ubuntu Trusty or Fedora 24 (and higher)" if [[ "$FORCE_CEPH_INSTALL" != "yes" ]]; then die $LINENO "If you wish to install Ceph on this distribution \ anyway run with FORCE_CEPH_INSTALL=yes, \