Scheduler Service
Bases: nova.manager.Manager
Chooses a host to run instances on.
Get the normalized set of capabilites for this zone, or for a particular service.
Get a list of zones from the ZoneManager.
Poll child zones periodically to get status.
Shows the physical/usage resource given by hosts.
Parameters: |
|
---|---|
Returns: | example format is below. {‘resource’:D, ‘usage’:{proj_id1:D, proj_id2:D}} D: {‘vcpus’:3, ‘memory_mb’:2048, ‘local_gb’:2048} |
Process a capability update from a service node.