]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
lock: add debian 8.0 (jessie) as vps target 564/head
authorSage Weil <sage@redhat.com>
Wed, 8 Jul 2015 14:22:09 +0000 (10:22 -0400)
committerSage Weil <sage@redhat.com>
Wed, 8 Jul 2015 14:22:09 +0000 (10:22 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
teuthology/lock.py

index 440de51cc283892b1565975e8c6a36d2ec8a984f..1fc685e4f65b2d8449c42cd89f79c4bb300000a5 100644 (file)
@@ -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!")