# File lib/fog/rackspace/models/compute_v2/images.rb, line 11 def all data = service.list_images.body['images'] load(data) end