f0319c752a
The trust without a valid project is useless and will no longer be active since the id of project is a random number and only assigned when it created. The patch invalidate the trust if the related project is deleted. Change-Id: I51214c46ef5332c159b1e18bbd7046d12aba4a65 Closes-Bug: #1622310
11 lines
373 B
YAML
11 lines
373 B
YAML
---
|
|
fixes:
|
|
- >
|
|
[`bug 1622310 <https://bugs.launchpad.net/keystone/+bug/1622310>`_]
|
|
Keystone trust will be invalidated if the project to which the trust
|
|
is scoped, or the user (trustor or trustee) for which the delegation
|
|
is assigned, have been deleted.
|
|
other:
|
|
- Abstract method ``delete_trusts_for_project`` should be implemented by
|
|
custom drivers.
|