From 37df605e0b6663b941ddb722c7f9f8b93edcf089 Mon Sep 17 00:00:00 2001 From: Kevin Zhao Date: Thu, 15 Sep 2016 18:29:54 +0800 Subject: [PATCH] Add Debian support os support, for Jessie and sid Signed-off-by: Kevin Zhao Change-Id: Ifc75a97fa7795647494ab92e94b4dec49064eb87 --- devstack/lib/ceph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/ceph b/devstack/lib/ceph index e7196dd..4756664 100644 --- a/devstack/lib/ceph +++ b/devstack/lib/ceph @@ -212,7 +212,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|xenial|f22|f23|f24|rhel7) ]]; then + if [[ ! ${DISTRO} =~ (trusty|xenial|jessie|sid|f22|f23|f24|rhel7) ]]; then echo "WARNING: your distro $DISTRO does not provide \ (at least) the Firefly release. \ Please use Ubuntu Trusty or Fedora 20 (and higher)"