Bases: quantum.plugins.nicira.nicira_nvp_plugin.api_client.request.NvpApiRequest
Eventlet-based ApiRequest class.
This class will form the basis for eventlet-based ApiRequest classes (e.g. those used by the Quantum NVP Plugin).
Return a copy of this request instance.
Wait for instance green thread to complete.
Wait for all outstanding requests to complete.
Spawn a new green thread with the supplied function and args.
Start request processing.
Bases: quantum.plugins.nicira.nicira_nvp_plugin.api_client.request_eventlet.NvpApiRequestEventlet
Handle a generic request.
Bases: quantum.plugins.nicira.nicira_nvp_plugin.api_client.request_eventlet.NvpApiRequestEventlet
Gej a list of API providers.
Parse api_providers from response.
Returns: api_providers in [(host, port, is_ssl), ...] format
Bases: quantum.plugins.nicira.nicira_nvp_plugin.api_client.request_eventlet.NvpApiRequestEventlet
Process a login request.