Project

General

Profile

Actions

Bug #9054

closed

Exception when ssh-key is not specified

Added by Pavel Andrianov almost 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Immediate
Category:
Deployment
Target version:
Start date:
07/02/2018
Due date:
% Done:

0%

Estimated time:
Detected in build:
svn
Platform:
Published in build:

Description

Command line: ./deploys/bin/deploy-openstack --os-username andrianov update 'Klever developer instance'
Traceback (most recent call last):
File "./deploys/bin/deploy-openstack", line 27, in <module>
sys.exit(deploys.openstack.main())
File "./deploys/bin/../deploys/openstack/__init__.py", line 80, in main
getattr(OSKleverDeveloperInstance(args, logger), args.action)()
File "./deploys/bin/../deploys/openstack/openstack.py", line 393, in update
floating_ip=self._get_instance_floating_ip(self._get_instance(self.name))) as ssh:
File "./deploys/bin/../deploys/openstack/ssh.py", line 41, in init
self.logger.error('Please specify path to SSH RSA private key file with help of command-line option' +
AttributeError: 'SSH' object has no attribute 'logger'

Actions

Also available in: Atom PDF