
Juan Hernandez has submitted this change and it was merged. Change subject: sdk: Manually fix scheduling policy naming issue ...................................................................... sdk: Manually fix scheduling policy naming issue The code generator assumes that the name of the URL segment for scheduling policies is "schedulingpolicy", but in fact it is "schedulingpolicie". This is a bug of the server side. This patch fixes it manually to reduce the diffs with the code generated with the next version of the code generator. Change-Id: I8e044c1831191811af13fd49641bc5b828222d88 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M src/ovirtsdk/infrastructure/brokers.py 1 file changed, 2 insertions(+), 2 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/37862 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8e044c1831191811af13fd49641bc5b828222d88 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