Let scheduler.solvers.utils import all methods from nova.scheduler.filters.utils

The methods in filters.utils are needed by solver scheduler, this enables the
solvers.utils to extend from the filters.utils in nova scheduler.

Change-Id: Ie13d2f3bd32ec4e25b5e4289a3eebe1c141263a2
This commit is contained in:
Xinyuan Huang 2015-06-30 20:46:37 +08:00
parent b34da2223c
commit 7e4ef635d5
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ from oslo_config import cfg
from oslo_log import log as logging
from nova.i18n import _LE
from nova.scheduler.filters.utils import * # noqa
rack_config_file_opts = [
cfg.StrOpt('rack_config',