Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!
Paste
Pasted as JSON by Ritesh ( 8 years ago )
version: '2.0'
test_demo:
type: direct
input:
- projects
tasks:
get_vms:
with-items: project in <% $.projects %>
action: nova.servers_list search_opts={ 'tenant_id':<% $.project %> }
publish:
vm_ids: <% task(get_vms).result[0].id %>
on-success:
- delete_vms
delete_vms:
with-items: id in <% $.vm_ids %>
action: nova.servers_get_password server=<% $.id %>
Revise this Paste