Scheduler base class that all Schedulers should inherit from
Bases: object
The base class that all Scheduler classes should inherit from.
Return the list of hosts that have a running service for topic.
Manager calls this so drivers can perform periodic tasks.
Must override select_destinations method.
Returns: | A list of dicts with ‘host’, ‘nodename’ and ‘limits’ as keys that satisfies the request_spec and filter_properties. |
---|