1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

It is not posible, using stable version, to start a machine created using the REST api if the datacenter contains an activated ISO domain. It seems to be a bug-fix here at: https://bugzilla.redhat.com/show_bug.cgi?id=843387, but have to test it.

Right now, to make oVirt work with stable version of oVirt (3.1 right now), you must DEACTIVATE ISO Domain in order to make this work.

Hopefully, 3.2 is almost here (expected for Q1 of 2013, i thin)
This commit is contained in:
Adolfo Gómez 2012-11-28 07:29:56 +00:00
parent b4309e72fa
commit 8437c682fd

View File

@ -360,8 +360,8 @@ class Client(object):
for dsk in vm.disks.list():
dsks.append(params.Disk(id=dsk.get_id(), storage_domains=sd))
disks = params.Disks(disk=dsks)
disks = params.Disks(disk=dsks)
# Create display description
display = params.Display(type_=displayType)