Part of libcloud.compute.drivers.openstack View Source View In Hierarchy
Known subclasses: libcloud.compute.drivers.openstack.OpenStack_1_0_Response, libcloud.compute.drivers.openstack.OpenStack_1_1_Response
Method | success | Determine if our request was successful. |
Method | has_content_type | Undocumented |
Method | parse_body | Parse response body. |
Method | parse_error | Parse the error messages. |
Inherited from Response:
Method | __init__ | Undocumented |
Method | _decompress_response | Decompress a response body if it is using deflate or gzip encoding. |
The meaning of this can be arbitrary; did we receive OK status? Did the node get created? Were we authenticated?
Returns | True or False |
Override in a provider's subclass.
Returns | Parsed body. |
Override in a provider's subclass.
Returns | Parsed error. |