From 54fedf71ecdda6e624016477f93673dc38f93f72 Mon Sep 17 00:00:00 2001 From: Tina Fitzgerald Date: Mon, 1 May 2017 16:17:08 -0400 Subject: [PATCH] Add orchestration_stack_retired. https://bugzilla.redhat.com/show_bug.cgi?id=1446466 --- db/fixtures/notification_types.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/db/fixtures/notification_types.yml b/db/fixtures/notification_types.yml index 281eeda6a8e..1ab289b9899 100644 --- a/db/fixtures/notification_types.yml +++ b/db/fixtures/notification_types.yml @@ -159,3 +159,9 @@ :expires_in: 24.hours :level: :warning :audience: global +- :name: orchestration_stack_retired + :message: Orchestration Stack %{subject} has been retired. + :expires_in: 7.days + :level: :success + :audience: tenant +