1b8838f189
This patch set adds a new feature flag called ``removed_nova_policies_wallaby`` under the configuration group ``[policy-feature-enabled]`` for skipping Nova tests whose policies were removed in Wallaby. This feature flag is currently applied to os-agents which is removed in nova recently - https://review.opendev.org/#/c/749309 Change-Id: Iaa0ddbdca454b93bd8373ce749603f28c5c59180 |
||
---|---|---|
.. | ||
plugin.sh | ||
README.rst | ||
settings |
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.
Download DevStack:
git clone https://git.openstack.org/openstack-dev/devstack.git cd devstack
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
Run
stack.sh
found in the DevStack repo.