Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- volume_snapshot:
- input:
- - volume_id
- output:
- snapshot_id: <% $.snapshot_id %>
- tasks:
- snapshot_volume:
- action: nova.volume_snapshots_create volume_id=<% $.volume_id %>
- publish:
- snapshot_id: <% task(snapshot_volume).result.id %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement