diff --git a/billingstack/central/service.py b/billingstack/central/service.py index b3c6dc7..12d277b 100644 --- a/billingstack/central/service.py +++ b/billingstack/central/service.py @@ -11,7 +11,7 @@ from billingstack import utils cfg.CONF.import_opt('host', 'billingstack.netconf') -cfg.CONF.import_opt('host', 'billingstack.central.rpcapi') +cfg.CONF.import_opt('central_topic', 'billingstack.central.rpcapi') LOG = logging.getLogger(__name__)