From 2a1d82ade82c3076a630af41da493da5a606993d Mon Sep 17 00:00:00 2001 From: dongwenjuan Date: Thu, 25 Oct 2018 11:23:58 +0800 Subject: fix the username to login undercloud in Apex Change-Id: I6d5325166db642b3481a0327f518ec821a8ab378 Signed-off-by: dongwenjuan --- doctor_tests/installer/__init__.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'doctor_tests/installer/__init__.py') 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', -- cgit 1.2.3-korg