Skip to content

Commit f3f3afb

Browse files
committed
Shorten IBM storage attribute name to fit Coldfront's 50 character limit.
1 parent dcc92c9 commit f3f3afb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/coldfront_plugin_cloud/attributes.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ class CloudAllocationAttribute:
8989
QUOTA_LIMITS_MEMORY = "OpenShift Limit on RAM Quota (MiB)"
9090
QUOTA_LIMITS_EPHEMERAL_STORAGE_GB = "OpenShift Limit on Ephemeral Storage Quota (GiB)"
9191
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-
)
92+
QUOTA_REQUESTS_IBM_STORAGE = "OpenShift Request on IBM Storage Quota (GiB)"
9593
QUOTA_REQUESTS_GPU = "OpenShift Request on GPU Quota"
9694
QUOTA_REQUESTS_VM_GPU_A100_SXM4 = "OpenShift Request on GPU A100 SXM4"
9795
QUOTA_REQUESTS_VM_GPU_V100 = "OpenShift Request on GPU V100"

0 commit comments

Comments
 (0)