Skip to content

Commit

Permalink
Additional CDE cluster provisioning failure error string recognition (#…
Browse files Browse the repository at this point in the history
…39)

Signed-off-by: Daniel Chaffelson <[email protected]>
  • Loading branch information
Chaffelson authored Nov 23, 2021
1 parent 6064e10 commit 3cb9bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdpy/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def _warning_format(message, category, filename, lineno, line=None):
'installation:failed', 'deprovision:failed', 'installation:finished', 'modify:finished', # ML
'Error', 'Running', 'Stopped', 'Deleting', # DW
'GOOD_HEALTH', 'CONCERNING_HEALTH', 'BAD_HEALTH', # DF
'ClusterCreationCompleted', 'AppInstalled' #DE
'ClusterCreationCompleted', 'AppInstalled', 'ClusterProvisioningFailed' #DE
]

# common regex patterns
Expand Down

0 comments on commit 3cb9bad

Please sign in to comment.