Michael Pasternak has uploaded a new change for review. Change subject: sdk: regenerate against the latest api ......................................................................
sdk: regenerate against the latest api - fixed brics.add() params docs - fixed assigning tag to parent param docs Change-Id: Ia0fde5be2064127aade4df08bfee07a1be2f92df Signed-off-by: Michael pasternak <[email protected]> --- M src/ovirtsdk/infrastructure/brokers.py M src/ovirtsdk/xml/params.py 2 files changed, 9 insertions(+), 11 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/75/14575/1 diff --git a/src/ovirtsdk/infrastructure/brokers.py b/src/ovirtsdk/infrastructure/brokers.py index 711ec74..e7ea40b 100644 --- a/src/ovirtsdk/infrastructure/brokers.py +++ b/src/ovirtsdk/infrastructure/brokers.py @@ -20,7 +20,7 @@ ############ GENERATED CODE ############ ######################################## -'''Generated at: 2013-04-02 14:17:42.378915''' +'''Generated at: 2013-05-08 11:25:45.645466''' from ovirtsdk.xml import params @@ -453,16 +453,13 @@ ''' @type GlusterBricks: - @param bricks.brick: collection + @param brick: collection { @ivar brick.server_id: string @ivar brick.brick_dir: string } - [@param bricks.brick: collection] - { - [@ivar brick.replica_count: unsignedShort] - [@ivar brick.stripe_count: unsignedShort] - } + [@param replica_count: unsignedShort] + [@param stripe_count: unsignedShort] [@param expect: 201-created] [@param correlation_id: any string] @@ -6654,6 +6651,7 @@ @type Action: @param action.cluster.id|name: string + [@param action.async: boolean] [@param action.storage_domain.id|name: string] [@param action.vm.snapshots.collapse_snapshots: boolean] [@param action.clone: boolen] @@ -6974,7 +6972,7 @@ ''' [@param tag.name: string] [@param tag.description: string] - [@param tag.parent.name: string] + [@param tag.parent.tag.name: string] [@param correlation_id: any string] @return Tag: @@ -7012,7 +7010,7 @@ @param tag.name: string [@param tag.description: string] - [@param tag.parent.name: string] + [@param tag.parent.tag.name: string] [@param correlation_id: any string] @return Tag: diff --git a/src/ovirtsdk/xml/params.py b/src/ovirtsdk/xml/params.py index 9be6e5d..c205631 100644 --- a/src/ovirtsdk/xml/params.py +++ b/src/ovirtsdk/xml/params.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # -# Generated Tue Apr 2 14:17:34 2013 by generateDS.py version 2.7b. +# Generated Wed May 8 11:25:39 2013 by generateDS.py version 2.7b. # import sys @@ -21852,7 +21852,7 @@ "value" : Value, "values" : Values, "vcpu_pin" : VCpuPin, - "version" : VersionCaps, + "version" : Version, "vlan" : VLAN, "vm" : VM, "vm_affinities" : VmAffinities, -- To view, visit http://gerrit.ovirt.org/14575 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia0fde5be2064127aade4df08bfee07a1be2f92df Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: sdk_3.2 Gerrit-Owner: Michael Pasternak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
