Comment 2 for bug 1180973

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

Reviewed: https://review.openstack.org/29436
Committed: http://github.com/openstack/nova/commit/dc887267572c821ce97bec9536a699b72bdae443
Submitter: Jenkins
Branch: master

commit dc887267572c821ce97bec9536a699b72bdae443
Author: Joe Gordon <email address hidden>
Date: Thu May 16 20:49:42 2013 +0000

    Don't raise unnecessary stack traces in EC2 API

    exception.EC2APIError exceptions are always expected, so no reason to have a
    LOG.exception when one is raised. Furthermore nova.api.ec2.ec2_error already
    logs the exception so the duplicate log statement is just removed

    Fix Bug 1180973

    Change-Id: I4b42a9a764f6e15bb94a383e8a725d52d7436bd7