# File lib/fog/openstack/models/compute/hosts.rb, line 12 def all data = service.list_hosts.body['hosts'] load(data) end