lsymds / hetznercloud-py

Python SDK for the new Hetzner cloud
MIT License
30 stars 12 forks source link

Add constants for new images. #17

Closed franzs closed 6 years ago

franzs commented 6 years ago

By name:

IMAGE_UBUNTU_1804 = "ubuntu-18.04" IMAGE_FEDORA_28 = "fedora-28"

ghost commented 6 years ago

Thanks!