Comment 7 for bug 1773397

Revision history for this message
Ryan Harper (raharper) wrote :

Matt,

This is expected behavior. MAAS provides network configuration to cloud-init (via curtin). Cloud-init will rename interfaces that are part of the provided network configuration to ensure the configuration will apply. If you need to reconfigure or provide additional configuration, you have a couple options.

1) You could modify the 50-curtin-networking.cfg with your desired changes
2) You can disable cloud-init networking and provide your own in /etc/netplan

% cat /etc/cloud/cloud.cfg.d/50-curtin-networking.cfg
network:
  config: disabled