1
0
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:
Roman Dobosz
2015-11-16 16:08:10 +01:00
parent 6035092c13
commit baee7e8900
3 changed files with 13 additions and 8 deletions

View File

@@ -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