Handles database requests from other nova services.
Bases: nova.db.base.Base
Namespace for compute methods.
This class presents an rpc API for nova-conductor under the ‘compute_task’ namespace. The methods here are compute operations that are invoked by the API service. These methods see the operation to completion, which may involve coordinating activities on multiple compute nodes.
Bases: nova.manager.Manager
Mission: Conduct things.
The methods in the base API for nova-conductor are various proxy operations performed on behalf of the nova-compute service running on compute nodes. Compute nodes are not allowed to directly access the database, so this set of methods allows them to get specific work done without locally accessing the database.
The nova-conductor service also exposes an API in the ‘compute_task’ namespace. See the ComputeTaskManager class for details.
Perform an action on an object.