
30 Oct
2015
30 Oct
'15
6:20 p.m.
I have an query regarding guest VM network name...in the host every VM network has the name of vnet0,vnet1 etc...is there any way to change to them from vnet to interface id ??
I understand your point but in "cloud"(-like) environments there's no use for explicit hardcoded names. You better use different approach: - use engine's restapi and query for VM network and than for its underlying hosts/netifaces - use libvirt directly I would go with the former as you already use oVirt. See http://www.ovirt.org/REST-Api or https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualizat... Have fun. j.