From 36583a36a6af8ac6d25b9c44b1e35c1661ee97d5 Mon Sep 17 00:00:00 2001 From: Zita Nemeckova Date: Wed, 20 Sep 2017 15:10:38 +0200 Subject: [PATCH] Change error notification level from success to error --- db/fixtures/notification_types.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/fixtures/notification_types.yml b/db/fixtures/notification_types.yml index b165b9c6b5f..d7a3acafe57 100644 --- a/db/fixtures/notification_types.yml +++ b/db/fixtures/notification_types.yml @@ -152,7 +152,7 @@ - :name: tower_op_failure :message: 'The operation %{op_name} %{op_arg} on %{tower} has failed to complete. Please check the logs for further details.' :expires_in: 24.hours - :level: :success + :level: :error :audience: global - :name: vm_snapshot_failure :message: 'Failed to %{snapshot_op} snapshot of %{subject}: %{error}'