Juan Hernandez has uploaded a new change for review. Change subject: restapi: Improve the description storage domain detach ......................................................................
restapi: Improve the description storage domain detach The DELETE operation of the "storagedomains" sub-collection of the "datacenters" collection is used to detach the storage domain from the data center, but the RSDL description isn't explicit about this. This patch improves the description so that it is more explicit about the meaning. Change-Id: Ia2b16297d59b0f4443779d4fc3db1c715e3d449a Bug-Url: https://bugzilla.redhat.com/1221294 Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com> --- M backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/89/40889/1 diff --git a/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml b/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml index 663c867..f46fb4f 100644 --- a/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml +++ b/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml @@ -1421,7 +1421,7 @@ - name: /datacenters/{datacenter:id}/storagedomains/{storagedomain:id}|rel=get description: get details of the specified storage domain in a data center - name: /datacenters/{datacenter:id}/storagedomains/{storagedomain:id}|rel=delete - description: delete the specified storage domain in a data center + description: Detach the specified Storage Domain from the Data Center. If the Storage Domain is local it will also be completely removed. - name: /datacenters/{datacenter:id}/storagedomains|rel=add description: add a new storage domain to the data center request: -- To view, visit https://gerrit.ovirt.org/40889 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia2b16297d59b0f4443779d4fc3db1c715e3d449a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches