kvmvm provision fix

rc-5.2.4
Alex_geth 2 years ago
parent 7fffdd0ab5
commit 5be2e850ce

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

Loading…
Cancel
Save