From 5a1c7a939cef64609c398779d83e4c0bdae83083 Mon Sep 17 00:00:00 2001 From: dongwenjuan Date: Mon, 7 Aug 2017 10:19:23 +0800 Subject: refactor apex installer JIRA: DOCTOR-100 Change-Id: I684071d35aac99ad1f5b65ae74e0a98ac726af35 Signed-off-by: dongwenjuan --- tests/installer/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/installer/local.py') 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') -- cgit 1.2.3-korg