Skip to content

vethsetup: catch Fedora openstack setup

Filip Pokryvka requested to merge devel/fp/vethsetup into master

Fedora in openstack has in-memory connection for single ethernet device. Vethsetup disconnects all devices, removes all in-memory connections and then searches for device with connection. Since original connection is in-memory only, it gets destroyed and so script fails.

The fix is to activate interface, if there is single ethernet device down.

Merge request reports