Manage access to the clients, including authenticating when needed.
-
quantumclient.common.clientmanager.ClientCache
Descriptor class for caching created client handles.
-
class quantumclient.common.clientmanager.ClientManager(token=None, url=None, auth_url=None, endpoint_type=None, tenant_name=None, tenant_id=None, username=None, password=None, region_name=None, api_version=None, auth_strategy=None, insecure=False)
Bases: object
Manages access to API clients, including authentication.
-
initialize()