masakari/devstack
Ian Wienand b3b53de759 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I08e284ae1aecb68782993d819badde13d45568d7
2019-03-24 20:34:11 +00:00
..
README.rst Replace openstack.org git:// URLs with https:// 2019-03-24 20:34:11 +00:00
plugin.sh Fix devstack installation of masakari 2017-11-14 04:31:47 +00:00
settings Remove use of unsupported TEMPEST_SERVICES variable 2018-01-23 16:40:03 +03:00

README.rst

Enabling Masakari in DevStack

To enable Masakari in DevStack, perform the following steps:

Download DevStack

export DEVSTACK_DIR=~/devstack
git clone https://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 https://git.openstack.org/openstack/masakari

Optionally, a git refspec (branch or tag or commit) may be provided as follows:

[[local|localrc]]
enable_plugin masakari https://git.openstack.org/openstack/masakari <refspec>

Run the DevStack utility

cd $DEVSTACK_DIR
./stack.sh