summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-01-10 05:35:33 +0000
committerGerrit Code Review <review@openstack.org>2013-01-10 05:35:33 +0000
commit7a0bed371ecbd7cc7026fee8b8148f48c7be82e9 (patch)
tree0cf7580997e450e23525f0c69c7d00eafe5731c4 /nova/api
parent2d061617b2482c9bf26c279bb03178be95482d24 (diff)
parentd8c80c6b14c29dbea21ce045adce82ac92708fa3 (diff)
Merge "Move service_down_time to nova.service"
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/compute/contrib/services.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/compute/contrib/services.py b/nova/api/openstack/compute/contrib/services.py
index dad77e61b..c792c72da 100644
--- a/nova/api/openstack/compute/contrib/services.py
+++ b/nova/api/openstack/compute/contrib/services.py
@@ -32,7 +32,7 @@ from nova import utils
LOG = logging.getLogger(__name__)
authorize = extensions.extension_authorizer('compute', 'services')
CONF = cfg.CONF
-CONF.import_opt('service_down_time', 'nova.config')
+CONF.import_opt('service_down_time', 'nova.service')
class ServicesIndexTemplate(xmlutil.TemplateBuilder):