Comment 4 for bug 1371924

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

Reviewed: https://review.openstack.org/123621
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=7029cf37e268a789a65bab3b9a16e4491854106e
Submitter: Jenkins
Branch: master

commit 7029cf37e268a789a65bab3b9a16e4491854106e
Author: wanghong <email address hidden>
Date: Wed Sep 24 11:04:41 2014 +0800

    utils.find_resource does not catch right exception

    Currently, utils.find_resource catch NotFound exception defined in
    openstackclient. However, different client libraries raise different
    exceptions defined in thire own library.

    Change-Id: Idc40428e30e59f71dbdbfa0555c0066fddc441c2
    Closes-Bug: #1371924