Revision 33dc6317 kamaki/clients/compute.py

b/kamaki/clients/compute.py
41 41
    """OpenStack Compute API 1.1 client"""
42 42

  
43 43
    def __init__(self, base_url, token):
44
        super(ComputeClient, self).__init__(base_url, token, http_client=HTTPRequest())
44
        super(ComputeClient, self).__init__(base_url, token)
45 45
    
46 46
    def raise_for_status(self, r):
47 47
        try:

Also available in: Unified diff