Revision 8646e606 snf-cyclades-app/synnefo/api/subnets.py

b/snf-cyclades-app/synnefo/api/subnets.py
177 177

  
178 178
    name = subnet.get("name", None)
179 179

  
180
    subnet_dict = subnet_to_dict(subnets.update_subnet(sub_id, name))
180
    subnet_dict = subnet_to_dict(subnets.update_subnet(sub_id, name, user_id))
181 181
    data = json.dumps({'subnet': subnet_dict})
182 182
    return HttpResponse(data, status=200)
183 183

  

Also available in: Unified diff