
Juan Hernandez has submitted this change and it was merged. Change subject: sdk: Manually remove action broker ...................................................................... sdk: Manually remove action broker The current code generator creates a broker class for the "Action" schema type. This doesn't make sense, as actions are represented by methods not by classes. This patch manually remove that class in order to reduce diffs with the code generated by the next version of the code generator. Change-Id: If02d79178a0f15c4d051af36aa331c6dbb7455c0 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M src/ovirtsdk/infrastructure/brokers.py 1 file changed, 0 insertions(+), 21 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/37863 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If02d79178a0f15c4d051af36aa331c6dbb7455c0 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