Merge "some implementent should not written in abstractmethod select_destinations when schedule"

This commit is contained in:
Zuul 2018-02-13 05:33:54 +00:00 committed by Gerrit Code Review
commit dbf9dc9809
1 changed files with 1 additions and 1 deletions

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()