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:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user