Files
masakari/devstack
Pavlo Shchelokovskyy 27d79d1ec0 [devstack] use role member instead of Member
the member role is the default one pre-created by Keystone
on bootstrap, so use it instead of legacy Member.

Change-Id: I02c8f2545ccf19df5546b3ff8c266ef95fae0a08
2024-12-16 19:20:12 +02: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