# File lib/fog/ibm/requests/compute/list_locations.rb, line 27
        def list_locations
          response = Excon::Response.new
          response.status = 200
          response.body = { "locations" => self.data[:locations].values }
          response
        end