summaryrefslogtreecommitdiffstats
path: root/deploy/launch.sh
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2016-11-28 08:46:57 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-28 08:46:57 +0000
commit5f29c023fe065bb9d65eb721d4e357225bf531d6 (patch)
tree906f65086c2488e19f9524c77e90a2f31ef8f635 /deploy/launch.sh
parentb212b7ac454fea642d7637e7489ff69665e54289 (diff)
parent0d643bc668a33a45a8df63a50a71683bf232cf34 (diff)
Merge "Add ip and mac valid check functionality" into stable/colorado
Diffstat (limited to 'deploy/launch.sh')
-rwxr-xr-xdeploy/launch.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/launch.sh b/deploy/launch.sh
index 488e0fd7..489c06d8 100755
--- a/deploy/launch.sh
+++ b/deploy/launch.sh
@@ -19,6 +19,7 @@ prepare_python_env
source ${COMPASS_DIR}/util/log.sh
source ${COMPASS_DIR}/deploy/deploy_parameter.sh
source $(process_input_para $*) || exit 1
+check_input_para
source $(process_default_para $*) || exit 1
source ${COMPASS_DIR}/deploy/conf/${FLAVOR}.conf
source ${COMPASS_DIR}/deploy/conf/${TYPE}.conf