aligned pod variable names
diff --git a/tasks/main.yml b/tasks/main.yml
index 8ac3861..f1d8519 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -34,5 +34,3 @@
 
 - name: Validate OPDK Installation
   shell: '{{ apigee_service }} apigee-validate setup -f {{ apigee_validate_config_file }}'
-#    responses:
-#      '(?i)Press a key:': '\n'
diff --git a/templates/apigee-validate.conf.j2 b/templates/apigee-validate.conf.j2
index 74fb36d..5c5b912 100644
--- a/templates/apigee-validate.conf.j2
+++ b/templates/apigee-validate.conf.j2
@@ -18,7 +18,7 @@
 {% else %}
 REGION=Please update the region
 {% endif %}
-MP_POD={{ mp_pod }}
+MP_POD={{ opdk_mp_pod }}
 {% if groups['dc-1'] is defined and inventory_hostname in groups['dc-1'] %}
 MP_IP='{{ hostvars[groups['dc-1-rmp'][0]][interface_name].ipv4.address }}'
 {% elif groups['dc-2'] is defined and inventory_hostname in groups['dc-2'] %}