Previous topic

The nova.compute.rpcapi Module

Next topic

The nova.compute.utils Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

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.