diff --git a/congress/harness.py b/congress/harness.py index 58ab00166..59d39598f 100644 --- a/congress/harness.py +++ b/congress/harness.py @@ -159,7 +159,6 @@ def create_datasources(bus): "clean up stale datasources in DB.") sys.exit(1) except Exception: - LOG.exception("datasource %s creation failed.", ds.name) - raise - + LOG.exception("datasource %s creation failed. %s service may not " + "be running.", ds.name, ds.driver) return services