register notification config
diff --git a/staffeln/conf/__init__.py b/staffeln/conf/__init__.py
index 8f82b29..3359185 100755
--- a/staffeln/conf/__init__.py
+++ b/staffeln/conf/__init__.py
@@ -3,6 +3,7 @@
from staffeln.conf import api
from staffeln.conf import conductor
from staffeln.conf import database
+from staffeln.conf import notify
from staffeln.conf import paths
CONF = cfg.CONF
@@ -10,4 +11,5 @@
api.register_opts(CONF)
conductor.register_opts(CONF)
database.register_opts(CONF)
+notify.register_opts(CONF)
paths.register_opts(CONF)