Fix a crash with VirtualBox linked clone

This commit is contained in:
Julien Duponchelle 2016-11-07 14:10:44 +01:00
parent 4fe2b746d0
commit 7931ee01b3
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -872,6 +872,8 @@ class VirtualBoxVM(BaseNode):
except VirtualBoxError:
log.warn("Snapshot 'reset' not created")
os.makedirs(os.path.join(self.working_dir, self._vmname), exist_ok=True)
def _start_remote_console(self):
"""
Starts remote console support for this VM.