diff options
Diffstat (limited to 'nova/utils.py')
-rw-r--r-- | nova/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py index 20c291382..4e08157f2 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -80,7 +80,6 @@ utils_opts = [ CONF = cfg.CONF CONF.register_opts(monkey_patch_opts) CONF.register_opts(utils_opts) -CONF.import_opt('service_down_time', 'nova.config') LOG = logging.getLogger(__name__) |