commit | cb1ec1834de0b1eaddb02b7847b21d1d617efb6e | [log] [tgz] |
---|---|---|
author | Ghanshyam Mann <gmann@ghanshyammann.com> | Thu May 18 19:58:41 2023 -0500 |
committer | Ghanshyam <gmann@ghanshyammann.com> | Fri May 19 19:24:25 2023 +0000 |
tree | 171def3a38fb1f66d1b7f70981b224699d8c4bdd | |
parent | bfa43975bca48bb021fb266a206885c5b09f5f45 [diff] |
Enable GLANCE_ENFORCE_SCOPE to True by default Glance antelope release has enabled the RBAC new defaults by default - https://review.opendev.org/c/openstack/glance/+/872522 With the latest release of Glance have new defaults enable, we should test the same by default in devstack. This change make GLANCE_ENFORCE_SCOPE flag to True by default so that every job will run with Glance new defaults. As old defaults are still supported (in deprecated way), we will keep GLANCE_ENFORCE_SCOPE flag so that we can have a single job can disable the new defaults and continue testing the old defaults. Depends-On: https://review.opendev.org/c/openstack/tempest/+/883701 Change-Id: Idde6f3cb766597575ca822f21b4bb3a465e5e753