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

Commit

Permalink
Merge branch '2.7.1-build' (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthmanT authored Nov 1, 2018
1 parent 44edd15 commit 32e8f9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudify_awssdk/ec2/resources/instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ def assign_ip_properties(_ctx, current_properties):
if isinstance(ipv6_addr, dict) and ipv6_addr.get('Ipv6Address'):
ipv6_addr_list.append(ipv6_addr['Ipv6Address'])
_ctx.instance.runtime_properties['ipv6_addresses'] = ipv6_addr_list
ipv6_addresses = ipv6_addr_list

if len(ipv4_addresses) > 0 and \
not _ctx.instance.runtime_properties.get('ipv4_address'):
Expand Down

0 comments on commit 32e8f9e

Please sign in to comment.