2395cd75f8
TEMPEST_SERVICES global variable is not supported by devstack since long back. - I380dd20e5ed716a0bdf92aa02c3730359b8136e4 - I9c24705e494689f09a885eb0a640efd50db33fcf Service availability of tempest known services will be set by devstack with local check. - I02be777bf93143d946ccbb8e9eff637bfd1928d4 masakari does not have tempest plugin so it does not need to have service register in tempest. This commit removes the TEMPEST_SERVICES setting. Change-Id: I30673a3d739e013caec2b8d4a2295d71ab40e491 Related-Bug: #1743688 |
||
---|---|---|
.. | ||
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 git://git.openstack.org/openstack-dev/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 git://git.openstack.org/openstack/masakari
Optionally, a git refspec (branch or tag or commit) may be provided as follows:
[[local|localrc]]
enable_plugin masakari git://git.openstack.org/openstack/masakari <refspec>
Run the DevStack utility
cd $DEVSTACK_DIR
./stack.sh