commit | 90338742f5ec65082a11c1b869e07002496fc425 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Tue Nov 03 13:54:22 2015 -0500 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Tue Nov 03 13:54:22 2015 -0500 |
tree | b18018737bc934f764756a5b083cae4377c295ef | |
parent | a0b0026017d4fbebe9ba782813cd4f1afaa83a53 [diff] |
Smaller penalty for dep failed exceptions
diff --git a/xos/openstack_observer/steps/sync_object.py b/xos/openstack_observer/steps/sync_object.py index 5e70464..a289c95 100644 --- a/xos/openstack_observer/steps/sync_object.py +++ b/xos/openstack_observer/steps/sync_object.py
@@ -17,4 +17,4 @@ observes=[] # Caller fills this in def sync_record(self, r): - raise Exception('Waiting for Service dependency') + raise DeferredException('Waiting for Service dependency: %r'%r)