Bases: object
Consume one use of a trust.
One use of a trust is consumed when the trust was created with a limitation on its uses, provided there are still uses available.
keystone.exception.TrustUseLimitReached – If no remaining uses for trust.
keystone.exception.TrustNotFound – If the trust doesn’t exist.
Delete all trusts for a project.
project_id – ID of a project to filter trusts by.
Flush expired and non-expired soft deleted trusts from the backend.
project_id – ID of a project to filter trusts by.
trustor_user_id – ID of a trustor_user_id to filter trusts by.
trustee_user_id – ID of a trustee_user_id to filter trusts by.
date (datetime) – date to filter trusts by.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.