We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b59f9 commit f368cd7Copy full SHA for f368cd7
upcloud_api/storage.py
@@ -4,12 +4,9 @@
4
5
STORAGE_OSES_WHICH_REQUIRE_METADATA = [
6
"01000000-0000-4000-8000-000020070100", # Debian GNU/Linux 12 (Bookworm)
7
- "01000000-0000-4000-8000-000030200200", # Ubuntu Server 20.04 LTS (Focal Fossa)
8
"01000000-0000-4000-8000-000030220200", # Ubuntu Server 22.04 LTS (Jammy Jellyfish)
9
"01000000-0000-4000-8000-000030240200", # Ubuntu Server 24.04 LTS (Noble Numbat)
10
- "01000000-0000-4000-8000-000140010100", # AlmaLinux 8
11
"01000000-0000-4000-8000-000140020100", # AlmaLinux 9
12
- "01000000-0000-4000-8000-000150010100", # Rocky Linux 8
13
"01000000-0000-4000-8000-000150020100", # Rocky Linux 9
14
]
15
0 commit comments