Add Debian support os support, for Jessie and sid

Signed-off-by: Kevin Zhao <kevin.zhao@linaro.org>
Change-Id: Ifc75a97fa7795647494ab92e94b4dec49064eb87
This commit is contained in:
Kevin Zhao 2016-09-15 18:29:54 +08:00
parent c7bd83b00a
commit 37df605e0b
1 changed files with 1 additions and 1 deletions

View File

@ -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)"