seams vbox plugins is out of date

a workaround:
modify /usr/lib/python2.6/dist-packages/VMBuilder/plugins/virtualbox/vm.py
make the register_options method like this.

    def register_options(self):
        group = self.setting_group('VirtualBox options')
        group.add_setting('vbox-disk-format', metavar='FORMAT', default='vdi', 
help='Desired disk format. Valid options are: vdi vmdk. [default: %default]')
        #self.context.register_setting_group(group)

-- 
vmbuilder crashed with AttributeError in register_options()
https://bugs.launchpad.net/bugs/580237
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to