diff options
author | Mark McLoughlin <markmc@redhat.com> | 2013-01-08 09:10:21 +0000 |
---|---|---|
committer | Mark McLoughlin <markmc@redhat.com> | 2013-01-09 22:09:17 +0000 |
commit | d8c80c6b14c29dbea21ce045adce82ac92708fa3 (patch) | |
tree | 3da0d4998e3f2a2da2b00c2e072333050f0d14cc /nova/utils.py | |
parent | 780ee742328a476a96e1d5011024902a7e01d33b (diff) | |
download | nova-d8c80c6b14c29dbea21ce045adce82ac92708fa3.tar.gz nova-d8c80c6b14c29dbea21ce045adce82ac92708fa3.tar.xz nova-d8c80c6b14c29dbea21ce045adce82ac92708fa3.zip |
Move service_down_time to nova.service
blueprint: scope-config-opts
Change-Id: I5fddb3768348c43a38b72dbf738b0c7fa2967691
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__) |