Enable Nova, Glance RBAC old defaults in pre provisioned account testing

Pre-provisioned account code and testing it not yet moved to the new
RBAC design/need so it gor broken when we enabled nova and glance
new RBAC by default in devstack. We need to fix it but until then
let's keep testing it with old defaults.

Related-Bug: #2020859
Related-Bug: #2020860
Change-Id: Ib290d4985b93f23dec502a202096d87ff00e9961
This commit is contained in:
Ghanshyam Mann 2023-05-30 13:49:17 -05:00
parent c3a950b7fe
commit 037ea4efe0
1 changed files with 6 additions and 1 deletions

View File

@ -93,7 +93,12 @@
vars:
devstack_localrc:
TEMPEST_USE_TEST_ACCOUNTS: True
# FIXME(gmann): Nova and Glance have enabled the new defaults and scope
# by default in devstack and pre provisioned account code and testing
# needs to be move to new RBAC design testing. Until we do that, let's
# run these jobs with old defaults.
NOVA_ENFORCE_SCOPE: false
GLANCE_ENFORCE_SCOPE: false
- job:
name: tempest-full-test-account-no-admin-py3
parent: tempest-full-test-account-py3