Skip to content

Commit

Permalink
Fix logging for AMI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k committed Aug 13, 2015
1 parent 4963a4b commit 2ffac12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion touchdown/aws/ec2/ami.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def create_instance(self, keypair, security_group):
return reservation["Instances"][0]

def deploy_instance(self, keypair, instance):
cli = ssh.Client()
cli = ssh.Client(self.plan)
cli.connect(
hostname=instance['PublicIpAddress'],
username=self.resource.username,
Expand Down

0 comments on commit 2ffac12

Please sign in to comment.