]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Rackspace: Don't raise ResourceFailure exceptions
authorZane Bitter <zbitter@redhat.com>
Fri, 2 Aug 2013 16:55:30 +0000 (18:55 +0200)
committerZane Bitter <zbitter@redhat.com>
Fri, 2 Aug 2013 16:55:30 +0000 (18:55 +0200)
commit6df4cf826b008b4d074dc80987934023ce445bae
tree1bb6a57299ea138d5f274e072c9a336417a40b99
parent9f58796ae6abe525ef71fd28e06a95d8e4528c60
Rackspace: Don't raise ResourceFailure exceptions

ResourceFailure is meant to be a wrapper around other exceptions that's
invoked by top-level resource operations; don't use it as an all-purpose
exception.

Change-Id: Ie15cad32ee31beca9b0f7e9a9473ced9956a2e3b
heat/engine/resources/rackspace/cloud_server.py
heat/tests/test_rackspace_cloud_server.py