# Pastebin uPnYSYQy Legend for the new state machine: [STATE*/TARGET] STATE* indicates an active state, a momentary state, and a fail state. The active state has an -ING suffix, the momentary state has a -ED suffix, and the fail state has a -FAIL suffix. In the active state, Ironic is doing something to the node. * If it succeeds, Ironic will automatically transition to the momentary state (STATED) and then to the next indicated state on the graph. Unless there are special rules for momentary states, they will not be separately described. * If it fails, Ironic will transition to the fail state (STATEFAIL). Unless there are special rules for the fail state, it will not be separately described. TARGET indicates the target state that Ironic will try to transition the node to from the active state. TARGET must be a passive state.