Unreleased Release Notes

6.0.0

Upgrade Notes

  • Configuring scope enforcement is no longer supported. If policy rules have the scope_types defined then scope enforcement will always occur. The config option enforce_scope, which was added temporarily to facilitate a smooth transition to the new RBAC model, has now been removed.

  • Support for Python 3.10 has been removed. Now the minimum python version supported is 3.11.

Deprecation Notes

  • The oslo_policy.version module and associated objects has been deprecated for removal. Prefer use of importlib.metadata to inspect version information for installed packages.