Comment 4 for bug 1512390

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

Reviewed: https://review.openstack.org/240926
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=577c5508218de24094ac1d6ab2189b9cac4b086b
Submitter: Jenkins
Branch: stable/liberty

commit 577c5508218de24094ac1d6ab2189b9cac4b086b
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