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-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1170%2Fhead;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 46c4c427f..a2d9b7895 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",