diff options
author | Justin chi <chigang@huawei.com> | 2017-02-04 06:26:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-04 06:26:03 +0000 |
commit | bf6f490bbac43392db6d0d3a5f27d4209b3967dc (patch) | |
tree | b1f50ccc3b48577885561b7011ce399879035d0b /deploy/launch.sh | |
parent | 2ae42e67d316e7fdf2b25303907e20c336de8d5f (diff) | |
parent | 613ff10892793546146bd7e9d08054788f823609 (diff) |
Merge "Add opera support"
Diffstat (limited to 'deploy/launch.sh')
-rwxr-xr-x | deploy/launch.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy/launch.sh b/deploy/launch.sh index 7d0e269c..aa476784 100755 --- a/deploy/launch.sh +++ b/deploy/launch.sh @@ -141,3 +141,6 @@ echo "+-----------------+----------+--------------------------------+" echo "NOTE: openrc file is in the controller nodes" echo "" +if [[ ${DHA##*/} =~ "openo" ]]; then + python ${COMPASS_DIR}/deploy/opera_adapter.py $DHA $NETWORK +fi |