Skip to content

Commit

Permalink
DynECT backend exceptions should be added to allowed exmods
Browse files Browse the repository at this point in the history
Change-Id: Ic962aa473c1a350a19031577ee2d420f7fc95fd0
  • Loading branch information
Endre Karlson committed May 28, 2014
1 parent 2998966 commit fd74cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions designate/rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
])
ALLOWED_EXMODS = [
designate.exceptions.__name__,
'designate.backend.impl_dynect'
]
EXTRA_EXMODS = []

Expand Down

0 comments on commit fd74cf4

Please sign in to comment.