implemented host status, ceph integeration, monkey patched vnc port number

This commit is contained in:
ahmadbilalkhalid 2019-07-18 15:56:46 +05:00
commit b021d63a3e
4 changed files with 288 additions and 38 deletions

View file

@ -234,8 +234,7 @@ class QEMUMachine(object):
else:
moncdev = 'socket,id=mon,path=%s' % self._vm_monitor
args = ['-chardev', moncdev,
'-mon', 'chardev=mon,mode=control',
'-display', 'none', '-vga', 'none']
'-mon', 'chardev=mon,mode=control']
if self._machine is not None:
args.extend(['-machine', self._machine])
if self._console_set: