summaryrefslogtreecommitdiffstats
path: root/tests/installer/local.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/installer/local.py')
-rw-r--r--tests/installer/local.py2
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')