Comment 2 for bug 1441727

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

Reviewed: https://review.openstack.org/171740
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=4b53d34c95d78b331d1c47feabd8e6be6441b55e
Submitter: Jenkins
Branch: master

commit 4b53d34c95d78b331d1c47feabd8e6be6441b55e
Author: Vladyslav Drok <email address hidden>
Date: Wed Apr 8 19:52:33 2015 +0300

    Fix exception handling in Glance image service

    At the moment there is literally no exception handling in
    glance_service.base_image_service, as it tries to catch Ironic
    exceptions instead of Glance client exceptions. This change fixes
    this behaviour.

    Change-Id: Iaaeb234c68088538534f2a455f3678079cc60145
    Closes-bug: #1441727