Merge "Add devstack-enforce-scope job to enable the rbac scope checks"

This commit is contained in:
Zuul 2021-08-12 14:52:21 +00:00 committed by Gerrit Code Review
commit bdf454f411
1 changed files with 13 additions and 0 deletions

View File

@ -580,6 +580,17 @@
SERVICE_IP_VERSION: 6
SERVICE_HOST: ""
- job:
name: devstack-enforce-scope
parent: devstack
description: |
This job runs the devstack with scope checks enabled.
vars:
devstack_localrc:
# Keep enabeling the services here to run with system scope
CINDER_ENFORCE_SCOPE: true
GLANCE_ENFORCE_SCOPE: true
- job:
name: devstack-multinode
parent: devstack
@ -711,6 +722,7 @@
jobs:
- devstack
- devstack-ipv6
- devstack-enforce-scope
- devstack-platform-fedora-latest
- devstack-platform-centos-8-stream
- devstack-async
@ -765,6 +777,7 @@
jobs:
- devstack
- devstack-ipv6
- devstack-enforce-scope
- devstack-multinode
- devstack-unit-tests
- openstack-tox-bashate