Fix a crash with VirtualBox linked clone

pull/774/head
Julien Duponchelle 8 years ago
parent 4fe2b746d0
commit 7931ee01b3
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -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.

Loading…
Cancel
Save