Fixes module unload & adds host, port and allow-remote-console command line args.

This commit is contained in:
Jeremy
2015-01-23 13:01:23 -07:00
parent 59f940625a
commit 39e3ca91a9
6 changed files with 36 additions and 23 deletions

View File

@ -106,6 +106,7 @@ class BaseManager:
if hasattr(BaseManager, "_instance"):
BaseManager._instance = None
log.debug("Module {} unloaded".format(self.module_name))
def get_vm(self, uuid):
"""