diff options
Diffstat (limited to 'nova/manager.py')
-rw-r--r-- | nova/manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/manager.py b/nova/manager.py index 636424d1c..cb15b776e 100644 --- a/nova/manager.py +++ b/nova/manager.py @@ -75,7 +75,7 @@ periodic_opts = [ CONF = cfg.CONF CONF.register_opts(periodic_opts) -CONF.import_opt('host', 'nova.config') +CONF.import_opt('host', 'nova.netconf') LOG = logging.getLogger(__name__) DEFAULT_INTERVAL = 60.0 |