aboutsummaryrefslogtreecommitdiffstats
path: root/func/driver.py
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2016-08-24 00:40:57 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-24 00:40:57 +0000
commitc1c6db0e40c835b631cb6484146b3aa29ba558a5 (patch)
treefb177c75f216259cf127b895350fc7150f047839 /func/driver.py
parent5db555f52f2c620397a0679c6f126fbd0f642f88 (diff)
parent9b23320f77639f07d2156a4add18fb2f99771520 (diff)
Merge "Code refactoring cli.py so that it can be reused by restful server."
Diffstat (limited to 'func/driver.py')
-rw-r--r--func/driver.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/func/driver.py b/func/driver.py
index 291591b1..f26f63db 100644
--- a/func/driver.py
+++ b/func/driver.py
@@ -16,7 +16,6 @@ class Driver:
def __init__(self):
logging.info("Class driver initialized\n")
- logging.info(os.environ['PWD'])
self.installer_username = {'fuel': 'root',
'joid': 'ubuntu',
'apex': 'heat-admin'}