mirror of
https://github.com/gryf/mistral-evacuate.git
synced 2026-02-18 23:45:53 +01:00
Several typos fixed
This commit is contained in:
@@ -20,7 +20,7 @@ host-evacuate:
|
||||
|
||||
filter_vms:
|
||||
with-items: vm in <% $.vms %>
|
||||
action: custom.filter_vms flavor=<% $.vm.flavor.id %> metadata=<% $.vm.metadata %> uuid=<% $.vm.id %>
|
||||
action: custom.filter_vm flavor=<% $.vm.flavor.id %> metadata=<% $.vm.metadata %> uuid=<% $.vm.id %>
|
||||
publish:
|
||||
filtered_vms: <% $.filter_vms.uuid %>
|
||||
on-success: evacuate_vms
|
||||
|
||||
Reference in New Issue
Block a user