patrole/devstack
Felipe Monteiro f6ffb8b1e0 Add README in the devstack folder
This adds a README.rst in the devstack folder with information
about DevStack and how to install Patrole plugin in Devstack.

Change-Id: I31a92351211a2f37403c08406215bc10f3c3222e
2018-07-18 20:52:05 +01:00
..
README.rst Add README in the devstack folder 2018-07-18 20:52:05 +01:00
plugin.sh Gate fix: Rename Member (legacy) to member role 2018-06-16 16:20:16 -04:00
settings Patrole devstack plugin 2017-05-31 16:17:58 +00:00

README.rst

Enabling in Devstack

Warning

The stack.sh script must be run in a disposable VM that is not being created automatically. See the README file in the DevStack repository for more information.

  1. Download DevStack:

    git clone https://git.openstack.org/openstack-dev/devstack.git
    cd devstack
  2. Patrole can be installed like any other DevStack plugin by including the enable_plugin directive inside local.conf:

    > cat local.conf
    [[local|localrc]]
    enable_plugin patrole https://git.openstack.org/openstack/patrole
  3. Run stack.sh found in the DevStack repo.