I had the same Problem - My Problem was the importin of vm-configs with the line:
vif=['mac=00:16:3e:78:f0:14']
if i change it to
vif=['mac=00:16:3e:78:f0:14,bridge=br0']
and import again, the message disappeared
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
paster.log and convirt.log
Environment details. Linux distro, version etc.
linux distribution is ubuntu 9.10 amd64
2.6.31-20-generic #58-Ubuntu SMP Fri Mar 12 04:38:19 UTC 2010 x86_64 GNU/Linux
installed python packages with versions
paster.log and convirt.log
Thanks. Got the trace.
I had the same Problem - My Problem was the importin of vm-configs with the line:
vif=['mac=00:16:3e:78:f0:14']
if i change it to
vif=['mac=00:16:3e:78:f0:14,bridge=br0']
and import again, the message disappeared