# File lib/fog/compute/openstack/models/aggregate.rb, line 42
        def remove_host(host_uuid)
          requires :id
          service.remove_aggregate_host(id, host_uuid)
        end