Files
masakari/devstack
Takahiro Izumi a61af823be Fix identity_admin
Remove the use of identity admin endpoint.

The following patch removed the use of identity admin endpoint from devstack.
Try to remove /identity_admin
https://review.openstack.org/#/c/458226/

So this patch removes the use of identity admin endpoint from masakari
in accordance with the above patch.

Change-Id: I809c6323b68a97095dc904c65627535083ad08cc
2017-06-06 17:24:13 +00:00
..
2017-06-06 17:24:13 +00:00
2016-08-16 11:55:07 +05:30

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