diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-10-09 06:55:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-09 06:55:39 +0000 |
commit | 7c6218b15fb704712b2bc5ccabbb3471253ff9cc (patch) | |
tree | cb579b4c30f19798496dbdcca1c929fca0bdaf4a | |
parent | d54999f1aff7d154887211bf28fd1bee360e7fa2 (diff) | |
parent | ec01b0595509ea2b8838ed1caed7325e9800706f (diff) |
Merge "change fetch_compute_ips.sh path"
-rwxr-xr-x | data/fetch_compute_ips.sh (renamed from func/fetch_compute_ips.sh) | 0 | ||||
-rw-r--r-- | func/env_setup.py | 4 |
2 files changed, 1 insertions, 3 deletions
diff --git a/func/fetch_compute_ips.sh b/data/fetch_compute_ips.sh index ebe817a6..ebe817a6 100755 --- a/func/fetch_compute_ips.sh +++ b/data/fetch_compute_ips.sh diff --git a/func/env_setup.py b/func/env_setup.py index f10f8620..ca83f040 100644 --- a/func/env_setup.py +++ b/func/env_setup.py @@ -14,10 +14,8 @@ import sys import time from collections import defaultdict from os.path import expanduser - import paramiko import yaml - from utils import logger_utils logger = logger_utils.QtipLogger('env_setup').get @@ -111,7 +109,7 @@ class Env_setup: if not installer_ip: raise RuntimeError("undefine environment variable INSTALLER_IP") - cmd = "bash ./func/fetch_compute_ips.sh -i %s -a %s" % \ + cmd = "bash ./data/fetch_compute_ips.sh -i %s -a %s" % \ (installer_type, installer_ip) logger.info(cmd) os.system(cmd) |