masakari/devstack
niraj singh de79cf7ffc Uninstall policy.json from openstack_dashboard correctly
During uninstalling masakari using devstack, it fails to remove
policy.json.
This patch fixes this issue by pointing to the correct path of
the policy.json file.

Change-Id: I1b9c009fe4d4305f9b7992c0c46a65ba0bac61a8
2019-01-09 08:58:25 +00:00
..
README.rst Add devstack plugin 2016-08-16 11:55:07 +05:30
plugin.sh Uninstall policy.json from openstack_dashboard correctly 2019-01-09 08:58:25 +00:00
settings Added devstack support for masakari-dashboard 2018-07-31 10:45:38 +00:00

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