The nova.compute.task_states ModuleΒΆ

Possible task states for instances.

Compute instance task states represent what is happening to the instance at the current moment. These tasks can be generic, such as ‘spawning’, or specific, such as ‘block_device_mapping’. These task states allow for a better view into what an instance is doing and should be displayed to users/administrators as necessary.

Previous topic

The nova.compute.stats Module

Next topic

The nova.compute.utils Module

Project Source

This Page