|
|
@ -566,6 +566,10 @@ class decort_kvmvm(DecortController):
|
|
|
|
'techStatus': "STOPPED",
|
|
|
|
'techStatus': "STOPPED",
|
|
|
|
'interfaces': [], # new compute instance is created network-less
|
|
|
|
'interfaces': [], # new compute instance is created network-less
|
|
|
|
'disks': [], # new compute instance is created without any data disks attached
|
|
|
|
'disks': [], # new compute instance is created without any data disks attached
|
|
|
|
|
|
|
|
'tags': {},
|
|
|
|
|
|
|
|
'affinityLabel': "",
|
|
|
|
|
|
|
|
'affinityRules': [],
|
|
|
|
|
|
|
|
'antiAffinityRules': [],
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|