zaqar/etc
wangxiyuan 69c799734b Subscription Confirmation Support-1
The subscription confirmation feature will contain four patches:
1. webhook with mongoDB
2. email with mongoDB
3. webhook with redis
4. email with redis

This patch is the first part of subscription confirmation feature for
webhook with MongoDB. Others will be achieved in follow patches.

This patch did:
1. Add v2/queue/<queue_name>/subscription/<subscription_id>/confirm
endpoint.
2. Add a new config option: "require_confirmation".
3. Add a new property "confirmed" to subscription resource for
MongoDB driver.
4. Add a new policy "subscription: confirm".
5. Add a new property "message type" for notification.
6. Use the pre-signed url in confirm request.
8. Re-use POST subscription to allow re-confirm.
9. Update notification for webhook subscription with mongoDB.
10. Support unsubscrib the subscription
11. Add tests for the feature.
12. Add doc and sample.
Docimpact
APIimpact

Change-Id: Id38d4a5b4f9303b12e22e2b5c248facda4c00143
Implements: blueprint subscription-confirmation-support
2016-08-16 17:23:45 +08:00
..
oslo-config-generator Add a trust notifier task 2016-07-07 08:58:42 +02:00
logging.conf.sample Rename Marconi to Zaqar 2014-08-04 10:36:50 +02:00
policy.json.sample Subscription Confirmation Support-1 2016-08-16 17:23:45 +08:00
uwsgi.conf Add configuration to run service using uwsgi 2015-08-05 08:51:44 +02:00
zaqar-benchmark-messages.json Improve benchmarking tool 2014-08-19 10:57:13 +03:00
zaqar-benchmark.conf.sample Improve benchmarking tool 2014-08-19 10:57:13 +03:00