# File lib/fog/container_infra/openstack/models/cluster_template.rb, line 38 def create requires :name, :keypair_id, :flavor_id, :image_id, :external_network_id, :coe merge_attributes(service.create_cluster_template(attributes).body) self end