]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
packaging: add jessie codename 608/head
authorSage Weil <sage@redhat.com>
Wed, 2 Sep 2015 13:57:37 +0000 (09:57 -0400)
committerSage Weil <sage@redhat.com>
Wed, 2 Sep 2015 13:57:37 +0000 (09:57 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
teuthology/packaging.py

index 529835687ac50f90f495cb0d25ed3e657ad9ae73..b06bd28fa3035df3e07f2fa875d1d9f7c2d5a4cb 100644 (file)
@@ -34,6 +34,7 @@ DISTRO_CODENAME_MAP = {
     },
     "debian": {
         "7": "wheezy",
+        "8": "jessie",
     },
 }