masakari/devstack
Radosław Piliszek a90d5f1b5b [CI] Run bashate
... and fix related issues.

Change-Id: I3283545a8994c3895b9ccbe4006bec4b4cfc8c95
2021-03-20 14:06:57 +00:00
..
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-08-11 15:00:14 +00:00
plugin.sh [CI] Run bashate 2021-03-20 14:06:57 +00:00
settings [goal] Deprecate the JSON formatted policy file 2020-12-23 00:47:36 +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 https://opendev.org/openstack/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 https://opendev.org/openstack/masakari

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

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

Run the DevStack utility

cd $DEVSTACK_DIR
./stack.sh