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