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 #1

Updated by Evgeny Novikov almost 6 years ago

  • Category set to Deployment
  • Assignee set to Evgeny Novikov
  • Priority changed from Normal to Immediate
  • Target version set to 1.0

This is a stupid regression (use before initialization) introduced recently.

Actions #2

Updated by Evgeny Novikov almost 6 years ago

  • Status changed from New to Closed

I fixed this issue in cc8a4ab2. The bug fix does not need testing since there isn't any tests for deployment within OpenStack.

Actions

Also available in: Atom PDF