# File lib/fog/container_infra/openstack/requests/create_cluster_template.rb, line 5 def create_cluster_template(params) request( :expects => [201, 200], :method => 'POST', :path => "clustertemplates", :body => Fog::JSON.encode(params) ) end