implemented host status, ceph integeration, monkey patched vnc port number
This commit is contained in:
parent
ebbd04ad03
commit
b021d63a3e
4 changed files with 288 additions and 38 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue