kvmvm provision fix

This commit is contained in:
Alex_geth
2023-05-03 14:35:53 +03:00
parent 7fffdd0ab5
commit 5be2e850ce

View File

@@ -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': [],
}
#