Hello, everyone! Do you know what is the role of Nova's components?
Nova-API: Provides the Rest-API interface, receives requests for Rest messages, calls other components, and returns results.
Nova-Conductor: Agent Nova-Compute completes database operations and complex process control;
Nova-Scheduler: The choice of which host to run the VM on.
Nova-Compute: Used to dock the underlying compute nodes, virtual machine lifecycle (all operations of the VM) management and resource control.
That's all, thanks!