Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit a63bf9e

Browse files
author
Liam Symonds
authored
Merge pull request #17 from franzs/develop
Add constants for new images.
2 parents 5db047d + 4cbd000 commit a63bf9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hetznercloud/constants.py

+2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@
2828
SERVER_TYPE_8CPU_32GB_CEPH = "cx51-ceph"
2929

3030
IMAGE_UBUNTU_1604 = "ubuntu-16.04"
31+
IMAGE_UBUNTU_1804 = "ubuntu-18.04"
3132
IMAGE_DEBIAN_9 = "debian-9"
3233
IMAGE_CENTOS_7 = "centos-7"
3334
IMAGE_FEDORA_27 = "fedora-27"
35+
IMAGE_FEDORA_28 = "fedora-28"
3436

3537
IMAGE_TYPE_BACKUP = "backup"
3638
IMAGE_TYPE_SNAPSHOT = "snapshot"

0 commit comments

Comments
 (0)