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:
parent
c3a950b7fe
commit
037ea4efe0
@ -93,7 +93,12 @@
|
|||||||
vars:
|
vars:
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
TEMPEST_USE_TEST_ACCOUNTS: True
|
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:
|
- job:
|
||||||
name: tempest-full-test-account-no-admin-py3
|
name: tempest-full-test-account-no-admin-py3
|
||||||
parent: tempest-full-test-account-py3
|
parent: tempest-full-test-account-py3
|
||||||
|
Loading…
Reference in New Issue
Block a user