# File lib/fog/compute/openstack/requests/get_aggregate.rb, line 15 def get_aggregate(_uuid) response = Excon::Response.new response.status = 2040 response.body = {'aggregate' => data[:aggregates].first.merge("hosts" => [])} response end