Code review comment for lp:~salvatore-orlando/neutron/bug814518

Revision history for this message
Salvatore Orlando (salvatore-orlando) wrote :

The _deserialize call is for parsing the request body from xml/json into a dictionary.
It is invoked only for operations which require a request body.

I think the Openstack API has a more sophisticated mechanism in which header/body deserialization is performed withing the wsgi middleware. We can do something similar in Quantum, but I don't think it is a high priority task at this stage.

« Back to merge proposal