From dc135371f0c0afd6b2b8ce6f824e216d1e91968e Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 30 Apr 2018 11:43:31 -0400 Subject: [PATCH] Add Bionic to distro map Signed-off-by: David Galloway --- teuthology/orchestra/opsys.py | 1 + 1 file changed, 1 insertion(+) 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", -- 2.47.3