aboutsummaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
Diffstat (limited to 'func')
-rw-r--r--func/driver.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/func/driver.py b/func/driver.py
index 3c3b75c0..240e5b27 100644
--- a/func/driver.py
+++ b/func/driver.py
@@ -37,7 +37,8 @@ class Driver:
if os.environ['INSTALLER_TYPE'] == str('joid'):
self.dic_json['username']=str('ubuntu')
-
+ if os.environ['INSTALLER_TYPE'] == str('apex'):
+ self.dic_json['username']=str('heat-admin')
for k,v in benchmark_detail:
self.dic_json[k]=v
for k, v in roles: