Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
earthmant committed Feb 20, 2018
1 parent 85ea772 commit 7af9b41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloudify_awssdk/ec2/resources/instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ def start(ctx, iface, resource_config, **_):
ctx.instance.runtime_properties['private_ip_address'] = \
current_properties.get('PrivateIpAddress')

return

elif ctx.operation.retry_number == 0:
params = \
dict() if not resource_config else resource_config.copy()
Expand Down

0 comments on commit 7af9b41

Please sign in to comment.