diff --git a/v2/src/openstack-blockstorage-devguide.xml b/v2/src/openstack-blockstorage-devguide.xml index ad63d88..84a779b 100644 --- a/v2/src/openstack-blockstorage-devguide.xml +++ b/v2/src/openstack-blockstorage-devguide.xml @@ -122,7 +122,7 @@ format="SVG" scale="60"/> Preface - The OpenStack Block Storage (Cinder) project provides volume + The OpenStack Block Storage project provides volume management with the OpenStack Compute service. This document describes the features available with the &API;. @@ -253,7 +253,7 @@ format="SVG" scale="60"/>
High-Level Task Flow - The high-level task flow for Block Storage (Cinder) is as + The high-level task flow for Block Storage is as follows: @@ -792,7 +792,7 @@ X-Compute-Request-Id: req-8e0295cd-a283-46e4-96da-cae05cbfd1c7 &POST; /volumes - Creates a new Block Storage (Cinder) volume. + Creates a new Block Storage volume. &PUT; @@ -823,7 +823,7 @@ X-Compute-Request-Id: req-8e0295cd-a283-46e4-96da-cae05cbfd1c7 &POST; /volumes - Create a new volume. + Creates a volume. @@ -842,7 +842,7 @@ Accept: application/json success.
- List Volume Summaries + List Volumes @@ -858,9 +858,8 @@ Accept: application/json &GET; /volumes - Lists a summary of all volumes defined in Block - Storage (Cinder) that are accessible to the tenant who - submits the request. + Lists volumes defined in Block Storage that are + accessible to the tenant who submits the request. @@ -893,9 +892,9 @@ Accept: application/json &GET; /volumes/details - List detailed information of all volumes defined in - Block Storage (Cinder) that are accessible to the - tenant who submits the request. + Lists detailed information for volumes defined in + Block Storage that are accessible to the tenant who + submits the request. @@ -962,7 +961,7 @@ Accept: application/json &PUT; /volumes/volume-id - Update the specified volume. + Updates a specified volume. @@ -997,7 +996,7 @@ Accept: application/json &DELETE; /volumes/volume-id - Destroys the specified volume. + Deletes the specified volume. @@ -1058,7 +1057,7 @@ Accept: application/json &POST; /snapshots - Create a snapshot of specified volume. + Creates a snapshot from a specified volume. @@ -1076,7 +1075,7 @@ Accept: application/json Returns status code 202 on success
- List Snapshot Summaries + List Snapshots @@ -1092,9 +1091,8 @@ Accept: application/json &GET; /snapshots - Lists a summary of all snapshots defined in Block - Storage (Cinder) that are accessible to the tenant who - submits the request. + Lists snapshots defined in Block Storage that are + accessible to the tenant who submits the request. @@ -1127,9 +1125,9 @@ Accept: application/json &GET; /snapshots/details - List detailed information of all snapshots defined - in Block Storage (Cinder) that are accessible to the - tenant who submits the request. + Lists detailed information for snapshots defined in + Block Storage that are accessible to the tenant who + submits the request. @@ -1162,8 +1160,8 @@ Accept: application/json &GET; /snapshots/snapshot-id - Lists detailed information for the specified - snapshot ID. + Lists detailed information for a specified snapshot + ID. @@ -1196,7 +1194,7 @@ Accept: application/json &PUT; /snapshots/snapshot-id - Update the specified snapshot. + Updates a specified snapshot. @@ -1231,7 +1229,7 @@ Accept: application/json &DELETE; /snapshots/snapshot-id - Destroys the specified snapshot. + Deletes a specified snapshot. @@ -1264,7 +1262,7 @@ Accept: application/json &GET; /types - List all volume types and their information. + Lists volume types and their information. @@ -1297,7 +1295,8 @@ Accept: application/json &GET; /types/type-id - Show information on a specified volume type. + Shows information about a specified volume + type. @@ -1373,39 +1372,37 @@ Accept: application/json &GET; /backups - Lists a summary of all backups defined in Block - Storage (Cinder) that are accessible to the tenant who - submits the request. + Lists backups defined in Block Storage that are + accessible to the tenant who submits the request. &GET; /backups/detail - Lists detailed information for all backups defined - in Block Storage (Cinder) that are accessible to the - tenant who submits the request. + Lists detailed information for backups defined in + Block Storage that are accessible to the tenant who + submits the request. &GET; /backups/backup_id - Lists detailed information for the specified + Lists detailed information for a specified backup. &POST; /backups - Creates a new Block Storage (Cinder) backup from a - volume. + Creates a Block Storage backup from a volume. &DELETE; /backups/backup_id - Destroys the specified backup. + Deletes a specified backup. &POST; /backups/backup_id/restore - Restores a Block Storage (Cinder) backup to an - existing or new volume. + Restores a Block Storage backup to an existing or + new volume. @@ -1426,8 +1423,7 @@ Accept: application/json &POST; /backups - Create a new Block Storage (Cinder) backup from a - volume. + Creates a Block Storage backup from a volume. @@ -1445,7 +1441,7 @@ Accept: application/json Returns status code 202 on success
- List Backup Summaries + List Backups @@ -1461,9 +1457,8 @@ Accept: application/json &GET; /backups - Lists a summary of all backups defined in Block - Storage (Cinder) that are accessible to the tenant - who submits the request. + Lists backups defined in Block Storage that are + accessible to the tenant who submits the request. @@ -1496,9 +1491,9 @@ Accept: application/json &GET; /backups/details - List detailed information for all backups defined - in Block Storage (Cinder) that are accessible to the - tenant who submits the request. + Lists detailed information for backups defined in + Block Storage that are accessible to the tenant who + submits the request. @@ -1531,8 +1526,8 @@ Accept: application/json &GET; /backups/backup-id - Lists detailed information for the specified - backup ID. + Lists detailed information for a specified backup + ID. @@ -1565,7 +1560,7 @@ Accept: application/json &DELETE; /backups/backups-id - Destroys the specified backup. + Deletes a specified backup. @@ -1595,8 +1590,8 @@ Accept: application/json &POST; /backups/backup_id/restore - Restores a Block Storage (Cinder) backup to an - existing or new Block Storage (Cinder) volume.. + Restores a Block Storage backup to an existing or + new Block Storage volume..