patrole/releasenotes/notes/deprecate-roles-client-in-rbac-utils-087eda0658d18fa9.yaml
Felipe Monteiro bf524fbcf5 Deprecate use of v2 roles client in rbac_utils.py
This patch set deprecates use of the v2 roles client for
role overriding operations. This is because the Keystone v2 API
is deprecated and slated for removal, so Patrole's use of the
v2 Tempest roles client is also deprecated and will be
removed in a future release. Patrole will only support the v3 Tempest
roles client for role overriding operations in the future.

Change-Id: I9b201677cf8244b25f3cc8ea3b48a95b2b83b95e
2018-10-19 00:27:41 +00:00

7 lines
217 B
YAML

---
deprecations:
- |
Patrole will only support the v3 Tempest roles client for role
overriding operations. Support for the v2 version has been dropped
because the Keystone v2 API is slated for removal.