6a15818d62
Keystone is dropping some variables in devstack, switch to using the same variable for the auth_url that keystone is using instead of trying to reconstruct it ourselves. Signed-off-by: Dr. Jens Harbott <harbott@osism.tech> Change-Id: I3f167b3ce699669addc5ef07c174ffb142c2c8cc |
||
---|---|---|
.. | ||
plugin.sh | ||
README.rst | ||
settings |
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