Files
Takashi Kajinami bd31be2e61 Remove .git suffix from repo url
... because it is not necessary since migration to git.opendev.org .

Also allow overriding MASAKARI_DASHBOARD_DIR, following the other
DIR env vars.

Change-Id: I68886d17bcd65c7c768d942b56f82425eb8b0954
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-02-18 13:23:37 +00:00
..
2026-02-18 13:23:37 +00:00

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