diff options
author | dongwenjuan <dong.wenjuan@zte.com.cn> | 2017-08-07 10:19:23 +0800 |
---|---|---|
committer | dongwenjuan <dong.wenjuan@zte.com.cn> | 2017-08-07 15:18:35 +0800 |
commit | 5a1c7a939cef64609c398779d83e4c0bdae83083 (patch) | |
tree | 47bc1452c0ae6cd065f7bb42b07335b44d01285f /tests/installer/local.py | |
parent | 9549a92ad62fbbad00e355b707809e6409b9e085 (diff) |
refactor apex installer
JIRA: DOCTOR-100
Change-Id: I684071d35aac99ad1f5b65ae74e0a98ac726af35
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Diffstat (limited to 'tests/installer/local.py')
-rw-r--r-- | tests/installer/local.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/installer/local.py b/tests/installer/local.py index e156ac1a..abe0ba25 100644 --- a/tests/installer/local.py +++ b/tests/installer/local.py @@ -15,7 +15,7 @@ from utils import write_json_file class LocalInstaller(BaseInstaller): - computer_user_name = 'root' + node_user_name = 'root' nova_policy_file = '/etc/nova/policy.json' nova_policy_file_backup = '%s%s' % (nova_policy_file, '.bak') |