Comment 5 for bug 1322098

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (stable/icehouse)

Reviewed: https://review.openstack.org/107107
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=bd4ed52b78dc20759b0780e2fcece409c423f1d4
Submitter: Jenkins
Branch: stable/icehouse

commit bd4ed52b78dc20759b0780e2fcece409c423f1d4
Author: Jason Dunsmore <email address hidden>
Date: Tue Jul 15 11:52:46 2014 -0500

    Move novaclient exceptions to heat.tests.v1_1.fakes

    Applying novaclient exceptions fix from commit:
    9850832da563c1113e121b99d38feb21af9daa8d

    "Raising nova exceptions has been moved to
    heat.tests.v1_1.fakes.fake_exception since it is actually impossible
    to directly create a nova exception object which works on both
    novaclient 2.17 and (yet to be released) 2.18.
    nova.exceptions.from_response is stable across novaclient releases
    so all test exceptions are now raised using from_response."

    Change-Id: I0c5e58ffdd3eb13b9a87df22f1c5e06cec972913
    Closes-Bug: #1322098