blob: 3359185d1426239dc07daa306c3c6a9cd311eb94 [file] [log] [blame]
from oslo_config import cfg
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
api.register_opts(CONF)
conductor.register_opts(CONF)
database.register_opts(CONF)
notify.register_opts(CONF)
paths.register_opts(CONF)