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