Comment 4 for bug 1480036

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

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

commit 0739bd29b9dc10daa2941980191e41086b5c8912
Author: Lin Yang <email address hidden>
Date: Fri Jul 31 12:03:14 2015 +0800

    Warn user about unsupported content type

    1) Raise exception to user when the specified content type is unsupported, instead
    of silently replacing it to default type 'application/json'.
    2) Renamed 'InvalidContentType' exception to more clear name
    'UnsupportedContentType'.

    Change-Id: Id336fc4360f451f3b8febfb453e7d0d119ab9b01
    Closes-Bug: #1480036