Change in ovirt-engine[master]: restapi: Rename "GuestNicConfiguration" to "NicConfiguration"

Juan Hernandez has submitted this change and it was merged. Change subject: restapi: Rename "GuestNicConfiguration" to "NicConfiguration" ...................................................................... restapi: Rename "GuestNicConfiguration" to "NicConfiguration" This is to increase the consistency between the names of the complex types and the names of the elements. In this case the name of the element is "nic_configuration", and it is better for backwards compatibility to change the name of the type than to change the name of the element. Change-Id: I4d6d2759bf2c9e6a585d8e7542fb1bf80c21fbb1 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M backend/manager/modules/restapi/README.md M backend/manager/modules/restapi/interface/definition/src/main/schema/api.xsd M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/validation/GuestNicConfigurationValidator.java M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/validation/VmValidator.java M backend/manager/modules/restapi/types/src/main/java/org/ovirt/engine/api/restapi/types/InitializationMapper.java M backend/manager/modules/restapi/types/src/test/java/org/ovirt/engine/api/restapi/types/VmMapperTest.java 6 files changed, 23 insertions(+), 21 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/46834 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4d6d2759bf2c9e6a585d8e7542fb1bf80c21fbb1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
juan.hernandez@redhat.com