masakari/devstack
Abhishek Kekane 6db17bc33a Implement _process_unfinished_notifications periodic tasks
Added _process_unfinished_notifications to process notifications
which are in error or new state. This periodic task will execute at
regular interval defined by new config option
'process_unfinished_notifications_interval' defaults to 120 seconds.

The notifications which are in ‘new’ status will be picked up based
on a new config option ‘retry_notification_new_status_interval’ defaults
to 60 seconds.

Implements: bp add-periodic-tasks
Change-Id: I6e607d83f04618ad695a9614f84ad690b8804848
2017-02-07 15:40:56 +05:30
..
README.rst Add devstack plugin 2016-08-16 11:55:07 +05:30
plugin.sh Implement _process_unfinished_notifications periodic tasks 2017-02-07 15:40:56 +05:30
settings Fix invalid port reference in devstack settings 2016-11-14 16:57:40 +05:30

README.rst

Enabling Masakari in DevStack

To enable Masakari in DevStack, perform the following steps:

Download DevStack

export DEVSTACK_DIR=~/devstack
git clone git://git.openstack.org/openstack-dev/devstack.git $DEVSTACK_DIR

Enable the Masakari plugin

Enable the plugin by adding the following section to $DEVSTACK_DIR/local.conf

[[local|localrc]]
enable_plugin masakari git://git.openstack.org/openstack/masakari

Optionally, a git refspec (branch or tag or commit) may be provided as follows:

[[local|localrc]]
enable_plugin masakari git://git.openstack.org/openstack/masakari <refspec>

Run the DevStack utility

cd $DEVSTACK_DIR
./stack.sh