Patrole Installation Guide

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
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.