Scheduler Service
Bases: nova.manager.Manager
Chooses a host to run instances on.
Deletes HostManager internal information about a specific aggregate.
Parameters: | aggregate (nova.objects.Aggregate) – Aggregate to delete |
---|
Receives information about the deletion of one of a host’s instances, and updates the driver’s HostManager with that information.
Receives a sync request from a host, and passes it on to the driver’s HostManager.
Updates HostManager internal aggregates information.
Parameters: | aggregates (nova.objects.Aggregate or nova.objects.AggregateList) – Aggregate(s) to update |
---|
Receives information about changes to a host’s instances, and updates the driver’s HostManager with that information.