summaryrefslogtreecommitdiffstats
path: root/nova/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/service.py')
-rw-r--r--nova/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/service.py b/nova/service.py
index 4418b0840..7191da4a8 100644
--- a/nova/service.py
+++ b/nova/service.py
@@ -112,7 +112,7 @@ service_opts = [
CONF = cfg.CONF
CONF.register_opts(service_opts)
-CONF.import_opt('host', 'nova.config')
+CONF.import_opt('host', 'nova.netconf')
class SignalExit(SystemExit):