Comment 2 for bug 904473

Revision history for this message
Brian Waldon (bcwaldon) wrote : Re: python-novaclient should always send a Content-Type when posting data

What's happening here is that nova always gets 'text/plain' if we don't explicitly provide one. So it always logs an 'Unrecognized...' when really it should not be getting a content type at all and log a 'No content-type provided' line.