patrole/devstack
Rick Bartra f8923d1ddf fix: admin and member gates are broken
The patrole-admin and patrole-member gates are broken because they
are trying to test a policy action ('os_compute_api:os-services') that
was changed in the Ussuri release. This commit adds a new policy feature
flag so that this policy test is backwards compatible.

Change-Id: Ia80279ae8ffcc17f10bed05338c41d0c23eea063
2020-01-06 14:31:29 -05:00
..
README.rst Use the canonical URL for repositories (git.openstack.org) 2019-01-07 17:50:41 +01:00
plugin.sh fix: admin and member gates are broken 2020-01-06 14:31:29 -05:00
settings Patrole devstack plugin 2017-05-31 16:17:58 +00:00

README.rst

Enabling in Devstack

Warning

The stack.sh script must be run in a disposable VM that is not being created automatically. See the README file in the DevStack repository for more information.

  1. Download DevStack:

    git clone https://git.openstack.org/openstack-dev/devstack.git
    cd devstack
  2. Patrole can be installed like any other DevStack plugin by including the enable_plugin directive inside local.conf:

    > cat local.conf
    [[local|localrc]]
    enable_plugin patrole https://git.openstack.org/openstack/patrole
  3. Run stack.sh found in the DevStack repo.