diff options
Diffstat (limited to 'doctor_tests/installer')
-rw-r--r-- | doctor_tests/installer/apex.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doctor_tests/installer/apex.py b/doctor_tests/installer/apex.py index 121767fc..bfa72d32 100644 --- a/doctor_tests/installer/apex.py +++ b/doctor_tests/installer/apex.py @@ -34,7 +34,6 @@ class ApexInstaller(BaseInstaller): def setup(self): self.log.info('Setup Apex installer start......') - self.key_file = self.get_ssh_key_from_installer() self._get_and_set_ips() self.create_flavor() |