From 84d4e6ce4c33c80107184a07cc678ffdcebc403b Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Tue, 20 Jun 2017 11:05:49 +0800 Subject: [PATCH] Update subscription confirm doc If users don't use devstack, message_pipeline will not be set by default. Update the doc to remind users it. Change-Id: I5f452778093c23d75a80e97961f1e359d558cc43 --- doc/source/subscription_confirm.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/subscription_confirm.rst b/doc/source/subscription_confirm.rst index 93a916d4b..50c0bd56f 100644 --- a/doc/source/subscription_confirm.rst +++ b/doc/source/subscription_confirm.rst @@ -22,6 +22,12 @@ This guide shows how to use this feature: Webhook ------- +.. note:: + + You should make sure that the message notification is enabled. By default, + the ``message_pipeline`` config option in [storage] section should be set + like: message_pipeline = zaqar.notification.notifier + 1. Set the config option "require_confirmation" and add the policy to the policy.json file. Then restart Zaqar-wsgi service::