summaryrefslogtreecommitdiffstats
path: root/doctor_tests/installer/__init__.py
diff options
context:
space:
mode:
authordongwenjuan <dong.wenjuan@zte.com.cn>2018-10-25 11:23:58 +0800
committerdongwenjuan <dong.wenjuan@zte.com.cn>2018-10-25 11:28:56 +0800
commit2a1d82ade82c3076a630af41da493da5a606993d (patch)
treed5bd9ff0fd30882a946fc0cc96dc47c3e6bd7f19 /doctor_tests/installer/__init__.py
parent0f1dd4314b9e0247d9af7af6df2410462423aeca (diff)
fix the username to login undercloud in Apex
Change-Id: I6d5325166db642b3481a0327f518ec821a8ab378 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Diffstat (limited to 'doctor_tests/installer/__init__.py')
-rw-r--r--doctor_tests/installer/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/doctor_tests/installer/__init__.py b/doctor_tests/installer/__init__.py
index ee44018c..2b9ad83d 100644
--- a/doctor_tests/installer/__init__.py
+++ b/doctor_tests/installer/__init__.py
@@ -20,10 +20,6 @@ OPTS = [
cfg.StrOpt('ip',
default=os.environ.get('INSTALLER_IP', '127.0.0.1'),
help='the ip of installer'),
- cfg.StrOpt('username',
- default='root',
- help='the user name for login installer server',
- required=True),
cfg.StrOpt('key_file',
default=os.environ.get('SSH_KEY', None),
help='the key for user to login installer server',