patrole/doc/source/installation.rst
Felipe Monteiro 8a5f69a335 docs: Update configuration docs
This commit updates configuration docs. It also refactors the
index doc page to make it look more like Tempest's. The "readme"
file was removed from the docs as it's just a high-level project
overview.

The Developer's Guide section will be updated with contents included
in the "readme" in far greater detail in a follow-up commit.

Change-Id: I4d468b7f1bb6a000fde42d656635159176d5ef7f
2017-07-18 17:00:17 +01:00

759 B

Patrole Installation Guide

Manual Installation Information

At the command line:

$ git clone http://git.openstack.org/openstack/patrole
$ sudo pip install patrole

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv patrole
$ sudo pip install patrole

Or to install from the source:

$ navigate to patrole directory
$ sudo pip install -e .

DevStack Installation

Patrole can be installed like any other DevStack plugin by including the install_plugin directive inside local.conf:

[[local|localrc]]
...

enable_plugin patrole git://git.openstack.org/openstack/patrole