summaryrefslogtreecommitdiffstats
path: root/lib/python
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-06-10 02:19:02 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-06-10 02:19:02 +0000
commit5d889e95dbcab85e6d073b7b6d29e3ea5b47f87d (patch)
treea037df4d8de8d97e87a8df06bcfc03734c64896f /lib/python
parent8d51e6f2214efbfb618b70d34b5814f2143983e7 (diff)
parent88e800cde8e61acb05b60bff5997cb843ec6e133 (diff)
Merge "Parameterizes ODL version to deploy options"
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/apex/deploy_env.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/apex/deploy_env.py b/lib/python/apex/deploy_env.py
index 25e2d0a7..fb03cd07 100644
--- a/lib/python/apex/deploy_env.py
+++ b/lib/python/apex/deploy_env.py
@@ -12,6 +12,7 @@ import yaml
import logging
REQ_DEPLOY_SETTINGS = ['sdn_controller',
+ 'odl_version',
'sdn_l3',
'tacker',
'congress',
@@ -67,7 +68,6 @@ class DeploySettings:
"specified. Valid dataplanes:"
" {}".format(value,planes))
-
for req_set in REQ_DEPLOY_SETTINGS:
if req_set not in deploy_options:
if req_set == 'dataplane':