[fix][core] m/r scenarios for aws/vsphere

PRODX-18669

Change-Id: I93ed531ac46371646d6e60070abe984a184036dc
diff --git a/src/com/mirantis/mk/KaasUtils.groovy b/src/com/mirantis/mk/KaasUtils.groovy
index 613073e..3f1b1c6 100644
--- a/src/com/mirantis/mk/KaasUtils.groovy
+++ b/src/com/mirantis/mk/KaasUtils.groovy
@@ -689,7 +689,8 @@
             lockLabels['aws_core_ci_queue'] = triggers.demoWeight
 
             // Define netMap for Vsphere region
-            if (runMultiregion && multiregionConfig.regionLocation == 'vsphere') {
+            if (runMultiregion && multiregionConfig.managementLocation == 'aws' &&
+                multiregionConfig.regionLocation == 'vsphere') {
                 if (deployChild) {
                     addToProviderNetMap(netMap, 'vsphere', 'regional-child')
                 }