From 5be2e850ce2de47e8e65ec2526ce41205d09c10e Mon Sep 17 00:00:00 2001 From: Alex_geth Date: Wed, 3 May 2023 14:35:53 +0300 Subject: [PATCH] kvmvm provision fix --- library/decort_kvmvm.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library/decort_kvmvm.py b/library/decort_kvmvm.py index 980e2ab..f19aa2f 100644 --- a/library/decort_kvmvm.py +++ b/library/decort_kvmvm.py @@ -566,6 +566,10 @@ class decort_kvmvm(DecortController): 'techStatus': "STOPPED", 'interfaces': [], # new compute instance is created network-less 'disks': [], # new compute instance is created without any data disks attached + 'tags': {}, + 'affinityLabel': "", + 'affinityRules': [], + 'antiAffinityRules': [], } #