oslo_policy[enforce_scope] config option was added for the temporary transition to SRBAC and was deprecated. - https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/t> To remove it from oslo.policy, we need to remove setting of it from devstack scripts which makes scope enforcement enabled always without providing a way to disable it. oslo_policy[enforce_new_defaults] is still there and will be used to enable/disable the new defaults (until old defaults are not removed). Related devstack change for other services: - https://review.opendev.org/c/openstack/devstack/+/993821 Needed-By: https://review.opendev.org/c/openstack/oslo.policy/+/986475 Change-Id: I8da4dd3fd00079fba5d37bf1ad83959cd4a5495d Signed-off-by: Ghanshyam Maan <gmaan.os14@gmail.com>