Merge "Rename notification/task to notification/tasks"
This commit is contained in:
commit
754aaa4c6e
7
doc/source/api/zaqar.notification.tasks.mailto.rst
Normal file
7
doc/source/api/zaqar.notification.tasks.mailto.rst
Normal file
@ -0,0 +1,7 @@
|
||||
The :mod:`zaqar.notification.tasks.mailto` module
|
||||
==================================================
|
||||
|
||||
.. automodule:: zaqar.notification.tasks.mailto
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
@ -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:
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user