Merge "Simplify odl scenarios"
[releng-xci-scenarios.git] / os-odl-nofeature / role / os-odl-nofeature / templates / user_variables_os-odl-nofeature.yml.j2
index 5a5ec55..eb08adc 100644 (file)
@@ -40,6 +40,6 @@ neutron_plugin_base:
   - odl-router_v2
 {% endraw %}
 
-{% if ODL_VERSION is defined %}
-odl_repo_url: "{{ repo_url[ ansible_pkg_mgr ] }}"
+{% if odl_repo_version is defined %}
+odl_version: "{{ odl_repo_version }}"
 {% endif %}