diff options
Diffstat (limited to 'lib/python')
-rw-r--r-- | lib/python/apex/deploy_env.py | 2 |
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': |