]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
lock: add fedora 22
authorSage Weil <sage@redhat.com>
Sun, 14 Jun 2015 17:03:18 +0000 (10:03 -0700)
committerSage Weil <sage@redhat.com>
Sun, 14 Jun 2015 17:03:18 +0000 (10:03 -0700)
Signed-off-by: Sage Weil <sage@redhat.com>
teuthology/lock.py

index 0d100981ad2bb1bf956082d8284b8a74bf1e18ab..187271af75acc74fef2eb38d65029236d60325e7 100644 (file)
@@ -32,7 +32,7 @@ def get_distro_from_downburst():
     table.
     """
     default_table = {u'rhel_minimal': [u'6.4', u'6.5'],
-                     u'fedora': [u'17', u'18', u'19', u'20'],
+                     u'fedora': [u'17', u'18', u'19', u'20', u'22'],
                      u'centos': [u'6.3', u'6.4', u'6.5', u'7.0'],
                      u'opensuse': [u'12.2'],
                      u'rhel': [u'6.3', u'6.4', u'6.5', u'7.0', u'7beta'],