config options: remove the scheduler import_opt()s

After the centralize of the config options in nova/conf/scheduler.py,
the import_opt()s should be removed now.

Change-Id: I117b1aade8cd02dc10fe91d91920e02fb4d47ef2
Implements: blueprint centralize-config-options-newton
This commit is contained in:
Allen Gao
2016-03-30 15:41:02 +08:00
parent 281ed64d1a
commit b6b3f0d233

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'])