Comment 3 for bug 1512390

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

Reviewed: https://review.openstack.org/240902
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=fe15769b277bb2a7107de4317057537a9b322fae
Submitter: Jenkins
Branch: master

commit fe15769b277bb2a7107de4317057537a9b322fae
Author: Kirill Zaitsev <email address hidden>
Date: Mon Nov 2 18:25:53 2015 +0300

    Use detail instead of explanation for 415 errors

    As of webob 1.5.1 415 exception does not have explanation in it's
    template. 'detail' is present in both versions templates.
    Also adds CONTENT_TYPE to test-requests environment, to allow tests to
    run correctly.

    Change-Id: I52f2686ee838eef38ea9c5f48fe5f9e093e82412
    Partial-Bug: #1512390