Merge "Update the supported Fedora releases"

This commit is contained in:
Jenkins 2016-06-10 10:12:16 +00:00 committed by Gerrit Code Review
commit 92d33fb9fe
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ 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|f21|f22) ]]; then
if [[ ! ${DISTRO} =~ (trusty|f22|f23) ]]; then
echo "WARNING: your distro $DISTRO does not provide \
(at least) the Firefly release. \
Please use Ubuntu Trusty or Fedora 20 (and higher)"