Felipe Monteiro | f6ffb8b | 2018-07-18 20:41:10 +0100 | [diff] [blame^] | 1 | ==================== |
| 2 | Enabling in Devstack |
| 3 | ==================== |
| 4 | |
| 5 | .. warning:: |
| 6 | |
| 7 | The ``stack.sh`` script must be run in a disposable VM that is not |
| 8 | being created automatically. See the `README file`_ in the DevStack |
| 9 | repository for more information. |
| 10 | |
| 11 | 1. Download DevStack:: |
| 12 | |
| 13 | git clone https://git.openstack.org/openstack-dev/devstack.git |
| 14 | cd devstack |
| 15 | |
| 16 | 2. Patrole can be installed like any other DevStack plugin by including the |
| 17 | ``enable_plugin`` directive inside local.conf:: |
| 18 | |
| 19 | > cat local.conf |
| 20 | [[local|localrc]] |
| 21 | enable_plugin patrole https://git.openstack.org/openstack/patrole |
| 22 | |
| 23 | 3. Run ``stack.sh`` found in the DevStack repo. |
| 24 | |
| 25 | .. _README file: https://github.com/openstack-dev/devstack/blob/master/README.rst |