Comment 1 for bug 1277571

Revision history for this message
Ramakrishnan G (rameshg87) (rameshg87) wrote :

I cannot find anyway to handle this in ironic. wsme/pecan takes care of coverting the JSON data passed to the model object and ironic doesn't even get to see the non-existent properties passed. Shouldn't this be something that is configurable in wsme to throw HTTP 400 error code in case if non-existent fields are passed as POST request to the controller ?