From: MofassirArif Date: Tue, 9 Feb 2016 12:45:33 +0000 (-0800) Subject: qtip: apex integration, add heat-admin as user for apex nodes X-Git-Tag: brahmaputra.1.0~6 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=3ee7b5b436f0c698577c07ceab2f7421f7d328e4;p=qtip.git qtip: apex integration, add heat-admin as user for apex nodes Change-Id: If49136ba8edcaf1d721c4592b61a1b7cd5c79e87 Signed-off-by: MofassirArif (cherry picked from commit 75a710eeebf02c3f2032e33909fdf1b5dc117cbb) --- 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: