The nova.compute.instance_actions ModuleΒΆ

Possible actions on an instance.

Actions should probably match a user intention at the API level. Because they can be user visible that should help to avoid confusion. For that reason they tend to maintain the casing sent to the API.

Maintaining a list of actions here should protect against inconsistencies when they are used.

Previous topic

The nova.compute.claims Module

Next topic

The nova.compute.instance_types Module

This Page