Skip to content

Commit 3cb9bad

Browse files
authored
Additional CDE cluster provisioning failure error string recognition (#39)
Signed-off-by: Daniel Chaffelson <[email protected]>
1 parent 6064e10 commit 3cb9bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdpy/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def _warning_format(message, category, filename, lineno, line=None):
264264
'installation:failed', 'deprovision:failed', 'installation:finished', 'modify:finished', # ML
265265
'Error', 'Running', 'Stopped', 'Deleting', # DW
266266
'GOOD_HEALTH', 'CONCERNING_HEALTH', 'BAD_HEALTH', # DF
267-
'ClusterCreationCompleted', 'AppInstalled' #DE
267+
'ClusterCreationCompleted', 'AppInstalled', 'ClusterProvisioningFailed' #DE
268268
]
269269

270270
# common regex patterns

0 commit comments

Comments
 (0)