From: David Galloway Date: Mon, 30 Apr 2018 15:43:31 +0000 (-0400) Subject: Add Bionic to distro map X-Git-Tag: 1.1.0~345^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=dc135371f0c0afd6b2b8ce6f824e216d1e91968e;p=teuthology.git Add Bionic to distro map Signed-off-by: David Galloway --- diff --git a/teuthology/orchestra/opsys.py b/teuthology/orchestra/opsys.py index 46c4c427f4..a2d9b7895b 100644 --- a/teuthology/orchestra/opsys.py +++ b/teuthology/orchestra/opsys.py @@ -3,6 +3,7 @@ import re DISTRO_CODENAME_MAP = { "ubuntu": { + "18.04": "bionic", "16.04": "xenial", "15.04": "vivid", "14.04": "trusty",