# File lib/fog/compute/openstack/models/aggregate.rb, line 37 def add_host(host_uuid) requires :id service.add_aggregate_host(id, host_uuid) end