Update for 2 regions with network timeout issue
diff --git a/templates/silent-install.conf.j2 b/templates/silent-install.conf.j2
index 946133c..0e02ca6 100644
--- a/templates/silent-install.conf.j2
+++ b/templates/silent-install.conf.j2
@@ -19,7 +19,7 @@
 APIGEE_LDAPPW={{ opdk_ldap_pass }}
 
 ENABLE_AX={{ opdk_enable_ax }}
-MP_POD={{ opdk_mp_pod }}
+MP_POD={{ opdk_mp_pod | default(default_mp_pod) }}
 
 {# TODO: Build a module that discover the region of the inventory_hostname and update the REGION dynamically #}
 {% if groups['dc-1'] is defined and inventory_hostname in groups['dc-1'] %}