Skip to content

Commit

Permalink
fix: removed other OSes that don't actually require cloud-init
Browse files Browse the repository at this point in the history
  • Loading branch information
lewistorrington committed Jul 12, 2024
1 parent f1c4f1a commit fff2d72
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions upcloud_api/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@

STORAGE_OSES_WHICH_REQUIRE_METADATA = [
"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)
"01000000-0000-4000-8000-000030240200", # Ubuntu Server 24.04 LTS (Noble Numbat)
"01000000-0000-4000-8000-000140010100", # AlmaLinux 8
"01000000-0000-4000-8000-000140020100", # AlmaLinux 9
"01000000-0000-4000-8000-000150010100", # Rocky Linux 8
"01000000-0000-4000-8000-000150020100", # Rocky Linux 9
]

Expand Down

0 comments on commit fff2d72

Please sign in to comment.