summaryrefslogtreecommitdiffstats
path: root/func/env_setup.py
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2016-10-09 06:55:39 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-09 06:55:39 +0000
commit7c6218b15fb704712b2bc5ccabbb3471253ff9cc (patch)
treecb579b4c30f19798496dbdcca1c929fca0bdaf4a /func/env_setup.py
parentd54999f1aff7d154887211bf28fd1bee360e7fa2 (diff)
parentec01b0595509ea2b8838ed1caed7325e9800706f (diff)
Merge "change fetch_compute_ips.sh path"
Diffstat (limited to 'func/env_setup.py')
-rw-r--r--func/env_setup.py4
1 files changed, 1 insertions, 3 deletions
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)