Juan Hernandez has uploaded a new change for review. Change subject: sdk: Regenerate against the latest API ......................................................................
sdk: Regenerate against the latest API This patch regenerates the SDK using the latest API obtained from the engine built from commit 832ee74, tag ovirt-engine-3.4.0_rc2. Relevant changes: - Removed ip.mtu parameter from host NIC update operation. Change-Id: I64b5119a9d12dea37661a901b1f6c5256ca40781 Signed-off-by: Juan Hernandez <[email protected]> --- M src/ovirtsdk/infrastructure/brokers.py 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/93/25193/1 diff --git a/src/ovirtsdk/infrastructure/brokers.py b/src/ovirtsdk/infrastructure/brokers.py index 5d4ab23..876eb9f 100644 --- a/src/ovirtsdk/infrastructure/brokers.py +++ b/src/ovirtsdk/infrastructure/brokers.py @@ -20,7 +20,7 @@ ############ GENERATED CODE ############ ######################################## -'''Generated at: 2014-02-27 12:00:49.509616''' +'''Generated at: 2014-02-28 10:43:14.004102''' from ovirtsdk.xml import params @@ -7777,7 +7777,6 @@ [@param hostnic.mac: string] [@param hostnic.ip.address: string] [@param hostnic.ip.netmask: string] - [@param hostnic.ip.mtu: int] [@param async: boolean (true|false)] [@param correlation_id: any string] -- To view, visit http://gerrit.ovirt.org/25193 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I64b5119a9d12dea37661a901b1f6c5256ca40781 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: sdk_3.4 Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
