diff --git a/zun/scheduler/driver.py b/zun/scheduler/driver.py index 72a19e6fb..9bbcd894b 100644 --- a/zun/scheduler/driver.py +++ b/zun/scheduler/driver.py @@ -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()