Comment 6 for bug 1776013

Revision history for this message
Dmitriy Altuhov (altuhovsu) wrote :

To fix it with cloud-init we need to create an override-file for netplan like this:

/etc/netplan/99-critical-dhcp.yaml
network:
    version: 2
    ethernets:
        ens2:
            dhcp4: true
            critical: true