5e2cc88ce7
Change-Id: I9f4d47518f1a1ab184d6cefb2b251aaad38e113a
19 lines
702 B
YAML
19 lines
702 B
YAML
---
|
|
fixes:
|
|
- >
|
|
[`bug 1622310 <https://bugs.launchpad.net/keystone/+bug/1622310>`_]
|
|
Trusts will now be invalidated if: the project to which the trust
|
|
is scoped, or the user (trustor or trustee) for which the delegation
|
|
is assigned, has been deleted.
|
|
other:
|
|
- >
|
|
[`bug 1622310 <https://bugs.launchpad.net/keystone/+bug/1622310>`_]
|
|
A new method ``delete_trusts_for_project`` has been added to ``keystone.trust.backends.base.TrustDriverBase``.
|
|
|
|
Third-party extensions that extend the abstract class (``TrustDriverBase``)
|
|
should be updated according to the new parameter names.
|
|
|
|
The signature for the new method is::
|
|
|
|
delete_trusts_for_project(self, project_id)
|