blob: 490f833375668153b36b53ece42867d5f36c3ec5 [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
Luigi Toscano6da06ed2019-01-07 17:50:41 +010025.. _README file: https://git.openstack.org/cgit/openstack-dev/devstack/plain/README.rst