merge 3.0
This commit is contained in:
parent
4880353bc8
commit
4720e11c72
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class QEMU:
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def create(self, cores, memory, storage, swap, hostname, ip, dns1, dns2, password, os_name, os_suite):
|
def create(self, cores, memory, storage, swap, hostname, ip, dns1, dns2, password, os_name, os_suite, ssh_key=None):
|
||||||
"""
|
"""
|
||||||
функция создания виртуальной машины
|
функция создания виртуальной машины
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue