Skip to content

Commit 90bd077

Browse files
authored
Merge pull request #225 from nerc-project/lower_project_ns_length
lower the OpenShift namespace max length from ColdFront Project Title
2 parents f3c82f1 + 0d695cb commit 90bd077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coldfront_plugin_cloud/openshift.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class OpenShiftResourceAllocator(base.ResourceAllocator):
175175

176176
resource_type = "openshift"
177177

178-
project_name_max_length = 63
178+
project_name_max_length = 45
179179

180180
def __init__(self, resource, allocation):
181181
super().__init__(resource, allocation)

0 commit comments

Comments
 (0)