summaryrefslogtreecommitdiffstats
path: root/tests/installer/local.py
diff options
context:
space:
mode:
authorRyota Mibu <r-mibu@cq.jp.nec.com>2017-08-09 02:46:52 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-09 02:46:52 +0000
commitdb6d9cdcb37fee810fdf59e4d96b9a5139b5c8b7 (patch)
tree03e619c4cc05ff4b3523fce39b642b4ac92fbc88 /tests/installer/local.py
parenta126fdaac45c8b0459763c89d4e69ac7e7d5172d (diff)
parent5a1c7a939cef64609c398779d83e4c0bdae83083 (diff)
Merge "refactor apex installer"
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')