Comment 1 for bug 1633788

Revision history for this message
Mikko Tanner (shapemaker) wrote :

This issue completely prevents me from setting up a juju-2.0.0 controller on LXD. Looking at the code (now that I had some time) reveals clearly that the new (fallback?) mechanism is the reason for the wrong address being used:
https://github.com/juju/juju/blob/staging/provider/lxd/environ_raw.go#L140

Are bridges, where the LXD host itself is handling the subnetting (and is the default gateway) the only ones supported now? If not, there needs to be a way to define the host address manually, or the LXD address resolver needs to be fixed.