From 3c7fd8c34e97ad924acd2a166540683781703897 Mon Sep 17 00:00:00 2001 From: Jaakko Rinta-Filppula Date: Thu, 12 Jul 2018 14:26:17 +0300 Subject: [PATCH] Add Ubuntu 18.04 to templates --- upcloud_api/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/upcloud_api/constants.py b/upcloud_api/constants.py index 2c0cd14..c93d8a1 100644 --- a/upcloud_api/constants.py +++ b/upcloud_api/constants.py @@ -32,6 +32,7 @@ class OperatingSystems(object): 'Ubuntu 12.04': '01000000-0000-4000-8000-000030030200', 'Ubuntu 14.04': '01000000-0000-4000-8000-000030040200', 'Ubuntu 16.04': '01000000-0000-4000-8000-000030060200', + 'Ubuntu 18.04': '01000000-0000-4000-8000-000030080200', 'CoreOS Stable 1068.8.0': '01000000-0000-4000-8000-000080010200', 'Windows 2012': '01000000-0000-4000-8000-000010050200', 'Windows 2016': '01000000-0000-4000-8000-000010060200',