DynECT backend exceptions should be added to allowed exmods

Change-Id: Ic962aa473c1a350a19031577ee2d420f7fc95fd0
This commit is contained in:
Endre Karlson 2014-05-28 09:42:39 +02:00
parent 2998966a77
commit fd74cf4818

View File

@ -49,6 +49,7 @@ CONF.register_opts([
])
ALLOWED_EXMODS = [
designate.exceptions.__name__,
'designate.backend.impl_dynect'
]
EXTRA_EXMODS = []