Skip to content

Commit f368cd7

Browse files
lewistorringtonlu1a
authored andcommitted
fix: removed other OSes that don't actually require cloud-init
1 parent 55b59f9 commit f368cd7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

upcloud_api/storage.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@
44

55
STORAGE_OSES_WHICH_REQUIRE_METADATA = [
66
"01000000-0000-4000-8000-000020070100", # Debian GNU/Linux 12 (Bookworm)
7-
"01000000-0000-4000-8000-000030200200", # Ubuntu Server 20.04 LTS (Focal Fossa)
87
"01000000-0000-4000-8000-000030220200", # Ubuntu Server 22.04 LTS (Jammy Jellyfish)
98
"01000000-0000-4000-8000-000030240200", # Ubuntu Server 24.04 LTS (Noble Numbat)
10-
"01000000-0000-4000-8000-000140010100", # AlmaLinux 8
119
"01000000-0000-4000-8000-000140020100", # AlmaLinux 9
12-
"01000000-0000-4000-8000-000150010100", # Rocky Linux 8
1310
"01000000-0000-4000-8000-000150020100", # Rocky Linux 9
1411
]
1512

0 commit comments

Comments
 (0)