| .. _patrole-installation: |
| ========================== |
| Patrole Installation Guide |
| ========================== |
| Manual Installation Information |
| =============================== |
| $ git clone http://git.openstack.org/openstack/patrole |
| $ sudo pip install ./patrole |
| Or, if you have virtualenvwrapper installed:: |
| $ mkvirtualenv patrole_env |
| Or to install from the source:: |
| $ navigate to patrole directory |
| Patrole can be installed like any other DevStack plugin by including the |
| ``install_plugin`` directive inside local.conf:: |
| enable_plugin patrole git://git.openstack.org/openstack/patrole |