Comment 1 for bug 1491970

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

Reviewed: https://review.openstack.org/220301
Committed: https://git.openstack.org/cgit/openstack/congress/commit/?id=7f1bd3152c48a0df05f8d58cc77d984f8c62334d
Submitter: Jenkins
Branch: master

commit 7f1bd3152c48a0df05f8d58cc77d984f8c62334d
Author: Tim Hinrichs <email address hidden>
Date: Thu Sep 3 13:15:50 2015 -0700

    Catch driver not found in API

    Previously the server would return a 500 when creating
    a datasource with an unknown driver. The API code
    failed to catch the error being thrown in that case,
    resulting in a 500.

    This change has the API catch the proper error, and
    return the appropriate error code.

    Change-Id: I52b2beb0c8ef08fc93b0d864d171592aa1f3c099
    Closes-bug: 1491970