1
0
mirror of https://github.com/gryf/mistral-evacuate.git synced 2026-04-15 16:03:30 +02:00

Trimming whitespace

This commit is contained in:
Roman Dobosz
2015-11-17 15:01:51 +01:00
parent baee7e8900
commit 6c5052cb2d

View File

@@ -17,7 +17,7 @@ host-evacuate:
publish: publish:
vms: <% $.list_vms %> vms: <% $.list_vms %>
on-success: filter_vms on-success: filter_vms
filter_vms: filter_vms:
with-items: vm in <% $.vms %> with-items: vm in <% $.vms %>
action: custom.filter_vm flavor=<% $.vm.flavor.id %> metadata=<% $.vm.metadata %> uuid=<% $.vm.id %> action: custom.filter_vm flavor=<% $.vm.flavor.id %> metadata=<% $.vm.metadata %> uuid=<% $.vm.id %>