blob: 053afd4ff8a39a0a7128c98d1ce9271baa032415 [file] [log] [blame]
Felipe Monteirof6ffb8b2018-07-18 20:41:10 +01001====================
2Enabling 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
111. Download DevStack::
12
13 git clone https://git.openstack.org/openstack-dev/devstack.git
14 cd devstack
15
162. 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
233. Run ``stack.sh`` found in the DevStack repo.
24
25.. _README file: https://github.com/openstack-dev/devstack/blob/master/README.rst