Skip to content

[th/cloud-setup-fix-cancellation] cloud-setup: fix terminating in the middle of reconfiguring the system

Thomas Haller requested to merge th/cloud-setup-fix-cancellation into main

Once we start reconfiguring the system, we need to finish on all interfaces. Otherwise, we might reconfigure some interfaces, abort and leave the network broken. When that happens, a subsequent run might also be unable to recover, because we are unable to reach the HTTP meta data service.

https://bugzilla.redhat.com/show_bug.cgi?id=2207812

Merge request reports