Comment 8 for bug 1898997

Revision history for this message
Lukas Märdian (slyon) wrote :

The SSH failure seems to be related to cloud-init not detecting the OVS bridge + slaves correctly. Therefore, the cloud-init 'init' stage fails with an exception:
"RuntimeError: Not all expected physical devices present: {'52:54:00:d9:08:1c'}"

I'm working on a pull request here:
https://github.com/canonical/cloud-init/pull/608

In combination with the netplan PR, this should solve the issue described here.