AppScale / appscale-tools

A set of command-line tools that can be used to interact with AppScale.
Other
51 stars 49 forks source link

Add instance ID only when a private IP is assigned to the instance. #643

Closed tmarballi closed 7 years ago

tmarballi commented 7 years ago

Previously, the instance IDs were added without checking if the instances had been assigned private IPs, which in one case crashed the controller because one of the instances came back without an IP associated with it. This PR fixes that and makes sure the instance has a private IP before adding it to the list.