X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Finstaller%2Flocal.py;h=abe0ba25db9504a33ddbd4f66249c87d150e8540;hb=5a1c7a939cef64609c398779d83e4c0bdae83083;hp=e156ac1a71108fde13e219e212ffade49d91e2c2;hpb=9549a92ad62fbbad00e355b707809e6409b9e085;p=doctor.git 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')