Fix missing in workflow documents
Fix error missing of change-id: Ic3ca93c967269fe0f4c3f7124470fb04661122ed Thanks you! Change-Id: I334067414efdcca281f0a300d3cc9a4ebdb90cba
This commit is contained in:
parent
78727a9815
commit
6418132a9b
@ -128,7 +128,7 @@ YAML example of reverse workflow
|
||||
search_for_ip:
|
||||
action: nova.floating_ips_findall instance_id=null
|
||||
publish:
|
||||
vm_ip: <% task().result.ip %>
|
||||
vm_ip: <% task().result[0].ip %>
|
||||
associate_ip:
|
||||
action: nova.servers_add_floating_ip server=<% $.vm_id %> address=<% $.vm_ip %>
|
||||
requires: [search_for_ip]
|
||||
|
Loading…
x
Reference in New Issue
Block a user