diff options
author | Ryota Mibu <r-mibu@cq.jp.nec.com> | 2017-08-09 02:46:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-09 02:46:52 +0000 |
commit | db6d9cdcb37fee810fdf59e4d96b9a5139b5c8b7 (patch) | |
tree | 03e619c4cc05ff4b3523fce39b642b4ac92fbc88 /tests/installer/base.py | |
parent | a126fdaac45c8b0459763c89d4e69ac7e7d5172d (diff) | |
parent | 5a1c7a939cef64609c398779d83e4c0bdae83083 (diff) |
Merge "refactor apex installer"
Diffstat (limited to 'tests/installer/base.py')
-rw-r--r-- | tests/installer/base.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/installer/base.py b/tests/installer/base.py index 83467f55..f3837f15 100644 --- a/tests/installer/base.py +++ b/tests/installer/base.py @@ -16,8 +16,8 @@ class BaseInstaller(object): self.log = log @abc.abstractproperty - def computer_user_name(self): - """user name for login to computer node""" + def node_user_name(self): + """user name for login to cloud node""" @abc.abstractmethod def get_ssh_key_from_installer(self): |