some implementent should not written in abstractmethod select_destinations when schedule

Change-Id: I8713cb647233ccc404c1350930095ed710888922
This commit is contained in:
WangChangyu 2018-02-11 11:59:22 +08:00
parent b158fa087f
commit ee17976144

View File

@ -49,4 +49,4 @@ class Scheduler(object):
:return: A list of dicts with 'host', 'nodename' and 'limits' as keys
that satisfies the extra_spec and filter_properties.
"""
return []
raise NotImplementedError()