Comment 6 for bug 341596

Revision history for this message
Mekk (marcin-kasperski) wrote :

.. and the latter seems to help.

So, to summarize:

1) There is a bug in ubuntu-vm-builder 0.10-0ubuntu2 (current Jaunty version) which makes it fail during image conversion when vmserver image is generated

2) To fix the bug, two trivial edits in VMBuilder/plugins/vmware/vm.py are needed:

- replace self.vm.cpu with self.vm.cpus
- replace vmxtemplate with self.vmxtemplate

(both fixes in deploy method of VMWare class, line 38 of vm.py)