# File lib/deltacloud/drivers/rackspace/rackspace_client.rb, line 89
  def headers
    {"Accept" => "application/json", "X-Auth-Token" => @auth_token, "Content-Type" => "application/json"}
  end