Bases: Exception
Attempting to register a duplicate API provider.
Bases: object
Allow referencing provider apis on self via __getattr__.
Be sure this class is first in the class definition for inheritance.
Bases: object
Create descriptor that performs lookup of api and method on demand.
For specialized cases, such as the enforcer “get_member_from_driver” which needs to be effectively a “classmethod”, this method returns a smart descriptor object that does the lookup at runtime instead of at import time.
api (str) – The api to use, e.g. “identity_api”
method (str) – the method on the api to return
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.