diff options
author | wenjuan dong <dong.wenjuan@zte.com.cn> | 2018-10-25 06:05:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-10-25 06:05:48 +0000 |
commit | 23bf63c4616040cb0d69cd26238af2a4a7c00a90 (patch) | |
tree | f4f10c0afdf8ba69d6ea640e5cbf779a3ac49409 /doctor_tests/installer/__init__.py | |
parent | 61eb3927ada784cc3dffb5ddd17f66e47871f708 (diff) | |
parent | 2a1d82ade82c3076a630af41da493da5a606993d (diff) |
Merge "fix the username to login undercloud in Apex"
Diffstat (limited to 'doctor_tests/installer/__init__.py')
-rw-r--r-- | doctor_tests/installer/__init__.py | 4 |
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', |