Comment 2 for bug 1287884

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

Reviewed: https://review.openstack.org/77995
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1c6898efecd7d78855efcb22d9c38d6127339000
Submitter: Jenkins
Branch: master

commit 1c6898efecd7d78855efcb22d9c38d6127339000
Author: Shawn Hartsock <email address hidden>
Date: Tue Mar 4 15:33:15 2014 -0500

    VMware: VimException __str__ attempts to concatenate string to list

    Forces the correct parameter use in VimException and VimFaultException
    both exceptions have similar signatures but very different uses. This
    change forces a developer to deal with misuse of the exceptions
    early in their development cycle (provided the do due dilligence with
    their testing.)

    Closes-bug: 1287884

    Change-Id: I34753382677e3315ea4a71cfe9b3b82e9f9159bb