Comment 3 for bug 1641589

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-image-elements (master)

Reviewed: https://review.openstack.org/397195
Committed: https://git.openstack.org/cgit/openstack/tripleo-image-elements/commit/?id=8688c2878a20af1e4a0b2ac3692f17be98d755c6
Submitter: Jenkins
Branch: master

commit 8688c2878a20af1e4a0b2ac3692f17be98d755c6
Author: Juan Antonio Osorio Robles <email address hidden>
Date: Mon Nov 14 15:43:24 2016 +0200

    Set correct content-type for o-r-c curl calls

    They contained json data, so they need application/json as the
    content types. Else, some wsgi implementations will interpret the
    contents in an undesired way, such as apache's mod_wsgi setting the
    whole POST body as a POST parameter with no value.

    Change-Id: Id988e8d286761550da4849c0695f5f5a37116a11
    Closes-Bug: #1641589