Bases: object
A base client class - derived from Glance.BaseClient
Action query strings
Temporarily set format and tenant for this request
Temporarily set format and tenant for this request
Temporarily set format and tenant for this request
Temporarily set format and tenant for this request
Temporarily set format and tenant for this request
Temporarily set format and tenant for this request
Connects to the server and issues a request. Returns the result data, or raises an appropriate exception if HTTP status code is not 2xx
Parameters: |
|
---|
Returns the proper connection type
Returns the integer status code from the response, which can be either a Webob.Response (used in testing) or httplib.Response
Temporarily set format and tenant for this request
Temporarily set format and tenant for this request
Temporarily set format and tenant for this request
Temporarily set format and tenant for this request
Temporarily set format and tenant for this request
Temporarily set format and tenant for this request
Temporarily set format and tenant for this request
Bases: object
This is a simple json-only serializer to use until we can just grab the standard serializer from the quantum library.
Bases: exceptions.Exception
Indicates network IO trouble reaching Quantum Server
Bases: exceptions.Exception
Indicates that Quantum Server returned a not-found error code
Bases: exceptions.Exception
Indicates any non-404 error from Quantum Server
A Decorator to add support for format and tenant overriding