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 .
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
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.