From ba1774c8d978c3585fd9f1a004e400565024dfa4 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Thu, 9 Feb 2017 14:55:51 +0800 Subject: [PATCH] Correct resource type in zaqar notification releasenotes Change-Id: I5cfb56204c57fca60936e6e0873eb5b5bebdfe6c --- releasenotes/notes/zaqar-notification-a4d240bbf31b7440.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/releasenotes/notes/zaqar-notification-a4d240bbf31b7440.yaml b/releasenotes/notes/zaqar-notification-a4d240bbf31b7440.yaml index ba7474b6e8..ccaa37fde1 100644 --- a/releasenotes/notes/zaqar-notification-a4d240bbf31b7440.yaml +++ b/releasenotes/notes/zaqar-notification-a4d240bbf31b7440.yaml @@ -1,3 +1,6 @@ --- features: - - New ``OS::Zaqar::Notification`` and ``OS::Zaqar::MistralTrigger`` resource types allow users to attach to Zaqar queues (respectively) notifications in general, and notifications that trigger Mistral workflow executions in particular. + - New ``OS::Zaqar::Subscription`` and ``OS::Zaqar::MistralTrigger`` + resource types allow users to attach to Zaqar queues (respectively) + notifications in general, and notifications that trigger Mistral + workflow executions in particular.