Remove extraneous whitespace from baremetal.yaml

Change-Id: I538021b433cc9f02de2f0bbec05298b34f174b49
This commit is contained in:
Brad P. Crochet 2017-01-23 08:02:34 -05:00
parent f6854d453a
commit 51b53774a5

View File

@ -216,7 +216,7 @@ workflows:
on-success: send_message on-success: send_message
on-error: power_off_failed on-error: power_off_failed
with-items: uuid in <% $.node_uuids %> with-items: uuid in <% $.node_uuids %>
workflow: tripleo.baremetal.v1.set_power_state workflow: tripleo.baremetal.v1.set_power_state
input: input:
node_uuid: <% $.uuid %> node_uuid: <% $.uuid %>
queue_name: <% $.queue_name %> queue_name: <% $.queue_name %>