Comment 5 for bug 1551842

Revision history for this message
John A Meinel (jameinel) wrote :

From the duplicate bug #1552423
I also noticed Juju is trying to connect to localhost during bootstrap, which seems to me like it'd never be the right thing to do:

Bootstrapping model "lxd" [156/953]
Starting new instance for initial controller
Launching instance
 - juju-bbeb3f29-cca8-4d8a-8ceb-c13ad3ead94e-machine-0
Building tools to upload (2.0-beta2.1-trusty-amd64)
Installing Juju agent on bootstrap instance
Waiting for address
Attempting to connect to 10.0.3.68:22
Attempting to connect to fe80::216:3eff:fe5f:f34e:22
Attempting to connect to 127.0.0.1:22
Attempting to connect to ::1:22

I wonder if this is carry over from when we had "local" provider. Or if it is just that we added filtering for all the other providers to remove "local only" addresses, and when LXD was implemented it didn't do that step.