From 0ea0749f3e61f25ece7fdc265b61e01df92e3952 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 8 Jul 2015 10:22:09 -0400 Subject: [PATCH] lock: add debian 8.0 (jessie) as vps target Signed-off-by: Sage Weil --- teuthology/lock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!") -- 2.39.5