Merge "Rename notification/task to notification/tasks"

This commit is contained in:
Jenkins 2016-06-06 23:40:18 +00:00 committed by Gerrit Code Review
commit 754aaa4c6e
6 changed files with 12 additions and 5 deletions

View File

@ -0,0 +1,7 @@
The :mod:`zaqar.notification.tasks.mailto` module
==================================================
.. automodule:: zaqar.notification.tasks.mailto
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,7 +1,7 @@
The :mod:`zaqar.notification.task.webhook` module
The :mod:`zaqar.notification.tasks.webhook` module
==================================================
.. automodule:: zaqar.notification.task.webhook
.. automodule:: zaqar.notification.tasks.webhook
:members:
:undoc-members:
:show-inheritance:

View File

@ -69,9 +69,9 @@ zaqar.storage.redis.driver.queue.stages =
message_queue_handler = zaqar.storage.redis.messages:MessageQueueHandler
zaqar.notification.tasks =
http = zaqar.notification.task.webhook:WebhookTask
https = zaqar.notification.task.webhook:WebhookTask
mailto = zaqar.notification.task.mailto:MailtoTask
http = zaqar.notification.tasks.webhook:WebhookTask
https = zaqar.notification.tasks.webhook:WebhookTask
mailto = zaqar.notification.tasks.mailto:MailtoTask
tempest.test_plugins =
zaqar_tests = zaqar.tests.tempest_plugin.plugin:ZaqarTempestPlugin