Thanks Kent, so the question is: given a VM name, how do you get the details of
it if listVirtualMachines could not be exact match? VM name or VM ID, which
should come first?
The natural order should be VM name --> VM ID I think. This is especially an
issue when you write a script.
Cheers,
Dan
Maybe the problem is in the NIC configurations on the KVM Hypervisor?
auto em1
iface em1 inet static
address 192.168.0.101
netmask 255.255.255.0
gateway 192.168.0.100
dns-nameservers 192.168.0.100
auto cloudbr0
...
auto cloudbr1
...
Note that the default GW is pointed to