Merge "config options: remove the scheduler import_opt()s"

This commit is contained in:
Jenkins
2016-04-01 09:48:35 +00:00
committed by Gerrit Code Review

View File

@@ -36,8 +36,6 @@ from nova import rpc
LOG = logging.getLogger(__name__)
CONF = nova.conf.CONF
CONF.import_opt('scheduler_default_filters', 'nova.scheduler.host_manager')
CONF.import_opt('scheduler_weight_classes', 'nova.scheduler.host_manager')
GroupDetails = collections.namedtuple('GroupDetails', ['hosts', 'policies',
'members'])