# File lib/fog/compute/openstack/models/aggregate.rb, line 25 def create requires :name merge_attributes(service.create_aggregate(name, attributes).body['aggregate']) self end