]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Add Bionic to distro map 1170/head
authorDavid Galloway <dgallowa@redhat.com>
Mon, 30 Apr 2018 15:43:31 +0000 (11:43 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Mon, 30 Apr 2018 15:43:45 +0000 (11:43 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
teuthology/orchestra/opsys.py

index 46c4c427f4fb2c32d3ffd9ab522e697039b19ea0..a2d9b7895bfbeb7f26dae40725273f059e8ebd0c 100644 (file)
@@ -3,6 +3,7 @@ import re
 
 DISTRO_CODENAME_MAP = {
     "ubuntu": {
+        "18.04": "bionic",
         "16.04": "xenial",
         "15.04": "vivid",
         "14.04": "trusty",