Change in ovirt-engine-sdk[master]: sdk: Manually fix VM NUMA node broker class

Juan Hernandez has submitted this change and it was merged. Change subject: sdk: Manually fix VM NUMA node broker class ...................................................................... sdk: Manually fix VM NUMA node broker class This class extends the "NumaNode" parameter class, and that is wrong, it should extend "VirtualNumaNode". This happens because the current version of the code generator calculates types using plural to singular (and the other way around) rules, instead of getting the exact information from the XML schema. This issue will be properly fixed in the next version of the generator. This patch fixes it manually to reduce the differences on the generated code. Change-Id: I35f5c82a7b3d592f9570f500b8684eeda2494203 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M src/ovirtsdk/infrastructure/brokers.py 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Martin Peřina: Looks good to me, but someone else must approve Juan Hernandez: Verified; Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/37865 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I35f5c82a7b3d592f9570f500b8684eeda2494203 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
juan.hernandez@redhat.com