# File lib/fog/compute/openstack/models/hosts.rb, line 10
        def all(options = {})
          data = service.list_hosts(options)
          load_response(data, 'hosts')
        end