Skip to content

Commit 85018da

Browse files
author
Codeslayer666
committed
update templates
1 parent 954b0ad commit 85018da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

upcloud_api/constants.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ class OperatingSystems(object):
2525
"""
2626

2727
templates = {
28-
'CentOS 6.5': '01000000-0000-4000-8000-000050010200',
29-
'CentOS 7.0': '01000000-0000-4000-8000-000050010300',
30-
'Debian 7.8': '01000000-0000-4000-8000-000020020100',
31-
'Debian 8.0': '01000000-0000-4000-8000-000020030100',
32-
'Debian 9.0': '01000000-0000-4000-8000-000020040100',
33-
'Ubuntu 12.04': '01000000-0000-4000-8000-000030030200',
28+
'CentOS 6.10': '01000000-0000-4000-8000-000050010200',
29+
'CentOS 7.6': '01000000-0000-4000-8000-000050010300',
30+
'Debian 8.11': '01000000-0000-4000-8000-000020030100',
31+
'Debian 9.9': '01000000-0000-4000-8000-000020040100',
32+
'Debian 10.0': '01000000-0000-4000-8000-000020050100',
3433
'Ubuntu 14.04': '01000000-0000-4000-8000-000030040200',
3534
'Ubuntu 16.04': '01000000-0000-4000-8000-000030060200',
3635
'Ubuntu 18.04': '01000000-0000-4000-8000-000030080200',
3736
'CoreOS Stable 1068.8.0': '01000000-0000-4000-8000-000080010200',
3837
'Windows 2012': '01000000-0000-4000-8000-000010050200',
3938
'Windows 2016': '01000000-0000-4000-8000-000010060200',
39+
'Windows 2019': '01000000-0000-4000-8000-000010070200',
4040
}
4141

4242
@classmethod

0 commit comments

Comments
 (0)