summaryrefslogtreecommitdiff
path: root/subplot
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-25 10:17:42 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-25 11:33:49 +0200
commit6497e12ae4df4c7cb98992f5cf1948b3eebc486d (patch)
treecf29f623f0487a1e0d789c266217933335859967 /subplot
parent8e6febfb777714c5b7f5ed9843e660ef218d3eb0 (diff)
downloadvmadm-6497e12ae4df4c7cb98992f5cf1948b3eebc486d.tar.gz
fix: put back most of the VM creation scenario
Oops.
Diffstat (limited to 'subplot')
-rw-r--r--subplot/vmadm.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/subplot/vmadm.yaml b/subplot/vmadm.yaml
index 76881e1..fb778dd 100644
--- a/subplot/vmadm.yaml
+++ b/subplot/vmadm.yaml
@@ -11,6 +11,9 @@
function: create_vm
cleanup: delete_vm
+- when: "I invoke vmadm delete --config {config} {filename}"
+ function: delete_vm
+
- when: "I invoke vmadm shutdown --config {config} {filename}"
function: shutdown_vm