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 dcc92c9 commit f3f3afbCopy full SHA for f3f3afb
src/coldfront_plugin_cloud/attributes.py
@@ -89,9 +89,7 @@ class CloudAllocationAttribute:
89
QUOTA_LIMITS_MEMORY = "OpenShift Limit on RAM Quota (MiB)"
90
QUOTA_LIMITS_EPHEMERAL_STORAGE_GB = "OpenShift Limit on Ephemeral Storage Quota (GiB)"
91
QUOTA_REQUESTS_NESE_STORAGE = "OpenShift Request on NESE Storage Quota (GiB)"
92
-QUOTA_REQUESTS_IBM_STORAGE = (
93
- "OpenShift Request on IBM Spectrum Scale Storage Quota (GiB)"
94
-)
+QUOTA_REQUESTS_IBM_STORAGE = "OpenShift Request on IBM Storage Quota (GiB)"
95
QUOTA_REQUESTS_GPU = "OpenShift Request on GPU Quota"
96
QUOTA_REQUESTS_VM_GPU_A100_SXM4 = "OpenShift Request on GPU A100 SXM4"
97
QUOTA_REQUESTS_VM_GPU_V100 = "OpenShift Request on GPU V100"
0 commit comments