Comment 2 for bug 1493025

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

Reviewed: https://review.openstack.org/221000
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=5ca1a5230025a6b66bd90467692e9541c9fff52d
Submitter: Jenkins
Branch: master

commit 5ca1a5230025a6b66bd90467692e9541c9fff52d
Author: Sam Betts <email address hidden>
Date: Mon Sep 7 14:32:02 2015 +0100

    Ensure exc message is included in user_message

    In exception.handle the user_message was being overridden so
    failed to include the exception message even if %(exc)s was in
    the message. This patch ensures the correct user_message is
    produced by exception.handle()

    Change-Id: I2bcc041a2f8a3b929c1acbbf3d3ff1e76b5646e9
    Closes-Bug: #1493025