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