Skip to content

Commit

Permalink
fix: removing debian 11 from hardcoded metadata-needing OSes since it…
Browse files Browse the repository at this point in the history
… doesn't actually use cloud-init
  • Loading branch information
lewistorrington committed Jul 12, 2024
1 parent ccb7ba9 commit f1c4f1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion upcloud_api/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from upcloud_api.upcloud_resource import UpCloudResource

STORAGE_OSES_WHICH_REQUIRE_METADATA = [
"01000000-0000-4000-8000-000020060100", # Debian GNU/Linux 11 (Bullseye)
"01000000-0000-4000-8000-000020070100", # Debian GNU/Linux 12 (Bookworm)
"01000000-0000-4000-8000-000030200200", # Ubuntu Server 20.04 LTS (Focal Fossa)
"01000000-0000-4000-8000-000030220200", # Ubuntu Server 22.04 LTS (Jammy Jellyfish)
Expand Down

0 comments on commit f1c4f1a

Please sign in to comment.