diff options
Diffstat (limited to 'nova/service.py')
-rw-r--r-- | nova/service.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/service.py b/nova/service.py index 109fbc06c..5657bdd7e 100644 --- a/nova/service.py +++ b/nova/service.py @@ -90,7 +90,7 @@ service_opts = [ help='Number of workers for metadata service'), ] -CONF = config.CONF +CONF = cfg.CONF CONF.register_opts(service_opts) |