Juan Hernandez has uploaded a new change for review. Change subject: codegen: Naming exception for scheduling policy ......................................................................
codegen: Naming exception for scheduling policy The plural of the new SchedulingPolicy entity has to be managed as an exception to the rule that plurals are formed adding an "s" to the singular. Change-Id: Iac4e9b0b47314ce062bf87718360209bd55960f4 Bug-Url: https://bugzilla.redhat.com/1114655 Signed-off-by: Juan Hernandez <[email protected]> (cherry picked from commit 45aa45eef0481a75cf82e024c33adb9dc73b6343) --- M src/codegen/rsdl/rsdlcodegen.py 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/59/29459/1 diff --git a/src/codegen/rsdl/rsdlcodegen.py b/src/codegen/rsdl/rsdlcodegen.py index f39b68e..0be470d 100644 --- a/src/codegen/rsdl/rsdlcodegen.py +++ b/src/codegen/rsdl/rsdlcodegen.py @@ -41,6 +41,7 @@ # TODO:should be fixed on server side COLLECTION_TO_ENTITY_EXCEPTIONS = { 'Capabilities': 'Capabilities', + 'SchedulingPolicies': 'SchedulingPolicy', 'Storage': 'Storage', 'VersionCaps': 'VersionCaps', } -- To view, visit http://gerrit.ovirt.org/29459 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iac4e9b0b47314ce062bf87718360209bd55960f4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: sdk_3.5 Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
