Comment 5 for bug 1566431

Revision history for this message
Eric Snow (ericsnowcurrently) wrote :

As Roger pointed out, we should be trying both the private and the public IP addresses for the controller. However, we are only trying the private one, which apparently doesn't work by default across AWS accounts. The code that generates the cloud-init commands for the attempts relies on the list provided to it:

https://github.com/juju/juju/blob/master/cloudconfig/userdatacfg_unix.go#L248