diff --git a/src/cdpy/common.py b/src/cdpy/common.py index b2892b2..e0cc158 100644 --- a/src/cdpy/common.py +++ b/src/cdpy/common.py @@ -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