Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5a0ad01
)
qtip: apex integration, add heat-admin as user for apex nodes
63/10363/1
author
MofassirArif
<mofassir.arif@xflowresearch.com>
Tue, 9 Feb 2016 12:45:33 +0000
(
04:45
-0800)
committer
Nauman Ahad
<nauman.ahad@xflowresearch.com>
Mon, 22 Feb 2016 07:29:10 +0000
(07:29 +0000)
Change-Id: If49136ba8edcaf1d721c4592b61a1b7cd5c79e87
Signed-off-by: MofassirArif <mofassir.arif@xflowresearch.com>
(cherry picked from commit
75a710eeebf02c3f2032e33909fdf1b5dc117cbb
)
func/driver.py
patch
|
blob
|
history
diff --git
a/func/driver.py
b/func/driver.py
index
3c3b75c
..
240e5b2
100644
(file)
--- 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: