Move service_down_time to nova.service

blueprint: scope-config-opts
Change-Id: I5fddb3768348c43a38b72dbf738b0c7fa2967691
This commit is contained in:
Mark McLoughlin
2013-01-08 09:10:21 +00:00
parent 780ee74232
commit d8c80c6b14
6 changed files with 7 additions and 6 deletions

View File

@@ -25,6 +25,8 @@ from nova import utils
CONF = cfg.CONF
CONF.import_opt('service_down_time', 'nova.service')
LOG = logging.getLogger(__name__)