Merge "Restart contrail-control service after DB rollback"
diff --git a/restore-cassandra.groovy b/restore-cassandra.groovy
index f640ebf..7285c40 100644
--- a/restore-cassandra.groovy
+++ b/restore-cassandra.groovy
@@ -32,8 +32,7 @@
try {
salt.enforceState(pepperEnv, 'I@opencontrail:control or I@opencontrail:collector', 'opencontrail.upgrade.verify', true, true)
} catch (Exception er) {
- common.errorMsg("Opencontrail controllers health check stage found issues with services. Please take a look at the logs above.")
- throw er
+ common.errorMsg("Opencontrail controllers health check stage found issues with currently running services.")
}
}