From fe8b71ab6d8a71ee9128390de4c9296df46f5c83 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Wed, 16 Jan 2013 12:32:59 -0500 Subject: [PATCH] Adding another possible error to watch logs for Change-Id: Ib6422c0cb9b7049ab3b6fd804e38707973ec7be3 --- packstack/modules/ospluginutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packstack/modules/ospluginutils.py b/packstack/modules/ospluginutils.py index 3248dc9c1..5109eb71a 100644 --- a/packstack/modules/ospluginutils.py +++ b/packstack/modules/ospluginutils.py @@ -102,7 +102,7 @@ def isErrorException(line): return False -_re_errorline = re.compile('err: | Syntax error at|^Duplicate definition:') +_re_errorline = re.compile('err: | Syntax error at|^Duplicate definition:|^Parameter name failed:') _re_color = re.compile('\x1b.*?\d\dm') def validate_puppet_logfile(logfile): """