
We also update our devstack plugin to take advantage of it. The existing masakari.wsgi module is moved to masakari.api.wsgi. Change-Id: I374abe948f1be95cb68a524e04ab452809c5e854 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
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