Comment 3 for bug 1160982

Revision history for this message
git-harry (git-harry) wrote :

This issue still appears to be present.

Currently content-type and body get set to None and '' respectively if one or both don't meet nova's requirements. This means the body is ignored and the request is processed as if it was never sent.

If a content-type of application/json is specified when the data is sent a 400 bad request response is returned.