From: Sage Weil Date: Wed, 8 Jul 2015 14:22:09 +0000 (-0400) Subject: lock: add debian 8.0 (jessie) as vps target X-Git-Tag: 1.1.0~882^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=0ea0749f3e61f25ece7fdc265b61e01df92e3952;p=teuthology.git lock: add debian 8.0 (jessie) as vps target Signed-off-by: Sage Weil --- diff --git a/teuthology/lock.py b/teuthology/lock.py index 440de51cc2..1fc685e4f6 100644 --- a/teuthology/lock.py +++ b/teuthology/lock.py @@ -41,7 +41,7 @@ def get_distro_from_downburst(): u'13.04(raring)', u'13.10(saucy)', u'14.04(trusty)', u'utopic(utopic)'], u'sles': [u'11-sp2'], - u'debian': [u'6.0', u'7.0']} + u'debian': [u'6.0', u'7.0', u'8.0']} executable_cmd = provision.downburst_executable() if not executable_cmd: log.warn("Downburst not found!")