Skip to content

Commit 1e2abff

Browse files
authored
Capitalize the subsystem correctly (#10)
* Capitalize the subsystem correctly * More descriptive buildout message
1 parent 1b63fb5 commit 1e2abff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate-status/write_status.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"subsystems": []
1010
}
1111
ocp_subsystem = {
12-
"name": "openshift",
12+
"name": "OpenShift",
1313
"status": "",
1414
"state": "",
1515
"info": "",
@@ -39,7 +39,7 @@
3939

4040
if current_state == "provisioning":
4141
ocp_subsystem["status"] = "yellow"
42-
ocp_subsystem["info"] = "Building cluster"
42+
ocp_subsystem["info"] = "Building Cluster. This normally takes about ~45 min from launch. Please check back later for an updated status."
4343
elif current_state == desired_state :
4444
ocp_subsystem["status"] = "green"
4545
ocp_subsystem["info"] = "Working as expected"

0 commit comments

Comments
 (0)