diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-06-05 21:51:51 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-06-05 23:46:33 +0800 |
commit | cb3795a39882bb97c15ae5c9562faf577334399b (patch) | |
tree | 6bbd1d366b1e214bed87398ff7a1db102c607459 /tests/ci/run_ci.sh | |
parent | 0ce21bc2fc83faa3462de9fd52360cb0d6fae71d (diff) |
Beautify the argument names
- keep the argument consisten with OPNFV convention
- installer-ip is not used because in fact we use host address instead
- remove optional argurment from prompt
Change-Id: I3db3cf53b62cc86e143bc59a7dd8bb83d0f74b7d
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests/ci/run_ci.sh')
-rw-r--r-- | tests/ci/run_ci.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ci/run_ci.sh b/tests/ci/run_ci.sh index fa2f2e34..03d9d846 100644 --- a/tests/ci/run_ci.sh +++ b/tests/ci/run_ci.sh @@ -67,8 +67,8 @@ esac cd /home/opnfv -qtip create --template compute --pod ${pod_name} --installer ${installer_type} \ ---master-host ${installer_ip} --scenario ${scenario} workspace +qtip create --pod-name ${pod_name} --installer-type ${installer_type} \ +--installer-host ${installer_ip} --scenario ${scenario} workspace cd /home/opnfv/workspace/ |