Ori Liel has uploaded a new change for review. Change subject: resatpi: #873194 - Disk.lunStorage - change field name ......................................................................
resatpi: #873194 - Disk.lunStorage - change field name Change: <disk> <lunStorage>...</lunStorage> </disk> To: <disk> <lun_storage>...</lun_storage> </disk> https://bugzilla.redhat.com/show_bug.cgi?id=873194 Change-Id: I7d2a2747866c604bfda9e7da0578d83ea63e529e Signed-off-by: Ori Liel <[email protected]> --- M backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/32/9032/1 diff --git a/backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd b/backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd index 0b769cd..d387da5 100644 --- a/backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd +++ b/backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd @@ -2199,7 +2199,7 @@ <xs:element name="statistics" type="Statistics" minOccurs="0" maxOccurs="1"/> <xs:element name="active" type="xs:boolean" minOccurs="0"/> <xs:element ref="quota" minOccurs="0" maxOccurs="1"/> - <xs:element name="lunStorage" type="Storage" minOccurs="0"/> + <xs:element name="lun_storage" type="Storage" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> -- To view, visit http://gerrit.ovirt.org/9032 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7d2a2747866c604bfda9e7da0578d83ea63e529e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ori Liel <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
