# Pastebin V9G9xNx8 --- version: '2.0' create_vm: type: direct description: check compute node status output: vm_id: <% $.node_id %> vm_status: <% $.node_status %> vm_state: <% $.node_state %> tasks: list_node: action: nova.hypervisors_list publish: vm_id: <% task().result.ID %> vm_status: <% task().result.Status %> vm_state: <% task().result.State %> on-success: