Actions
Bug #11385
closedThere is no way to manage network interfaces of compute profiles with libvirt if there is no libvirt network
Description
Libvirt allows us to create two kinds of interfaces: physical and nat interfaces. The nat interfaces require 'libvirt networks' to be populated, but the physical interfaces only requires 'libvirt interfaces'.
In our setup we delete on the hypervisors the 'virbr0' libvirt network.
As a result we see 'No networks found. ' where we expect to be able to select the physical interfaces.
Files
Actions