merge 3.0

This commit is contained in:
Vyacheslav Anzhiganov 2016-05-15 23:12:00 +03:00
parent 4880353bc8
commit 4720e11c72

View file

@ -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):
""" """
функция создания виртуальной машины функция создания виртуальной машины
""" """