Comment 1 for bug 1717404

Revision history for this message
Stéphane Graber (stgraber) wrote :

The nplan.yaml which is included in our containers is:

root@artful:~# cat /etc/netplan/10-lxc.yaml
network:
  ethernets:
    eth0: {dhcp4: true}
  version: 2

/etc/network/interfaces used to be:
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

Right now this seems to only affect the LXC images, not the one generated by CPC as that one is still using ifupdown with a /etc/network/interfaces similar to that above and without a netplan .yaml.