diff --git a/src/wadls/volume-api/src/os-volume-1.wadl b/src/wadls/volume-api/src/os-volume-1.wadl
index 92dee10..91abd2b 100644
--- a/src/wadls/volume-api/src/os-volume-1.wadl
+++ b/src/wadls/volume-api/src/os-volume-1.wadl
@@ -18,12 +18,12 @@
-->
Creates the volume.
- - + + +-->The below example creates a SATA volume called "vol-001" that has a size of 30 GB.
- The name of the volume. + The name of the volume.
- Key and value metadata pairs defined by the admin. + Key and value metadata pairs defined by the admin.
The optional snapshot from which to create a volume. @@ -139,12 +139,12 @@ then the default, SATA, is used.
- Note that you use the os-volume_attachments
API call
- (/servers/{server_id}/os-volume_attachments) to attach
- the new volume to your Server (with
- the specified {server_id}).
+ Note that you use the os-volume_attachments
API call
+ (/servers/{server_id}/os-volume_attachments) to attach
+ the new volume to your Server (with
+ the specified {server_id}).
- Note that two storage types are currently supported: SATA - and SSD. SATA is the standard performance storage option - and SSD is the high performance option. + Note that two storage types are currently supported: SATA + and SSD. SATA is the standard performance storage option + and SSD is the high performance option.
Request a single Volume Type.
- +Create a Snapshot.
Creating a snapshot makes a point-in-time copy of the volume. All writes to the volume should be flushed before @@ -301,7 +299,7 @@ Snapshots are incremental, so each time you create a new snapshot, you are appending the incremental changes for the new snapshot to the previous one. The previous snapshot is still available. Note that you can - create a new volume from the snapshot if desired. + create a new volume from the snapshot if desired.
- [True/False] Indicate whether to snapshot, even if the volume is attached. + [True/False] Indicate whether to snapshot, even if the volume is attached. Default==False.
Name of the snapshot. Default==None. @@ -335,8 +333,7 @@
View a list of simple Snapshot entities. @@ -384,7 +381,7 @@
View a list of detailed Snapshot entities.
@@ -406,7 +403,7 @@
View all information about a single Snapshot.
@@ -427,7 +424,7 @@
Delete a single Snapshot. Creates the volume.
The below example creates a SATA volume called "vol-001" that has a size of 30 GB.
- The name of the volume.
+ The name of the volume.
- Note that you use the
- Note that two storage types are currently supported: SATA
- and SSD. SATA is the standard performance storage option
- and SSD is the high performance option.
+ Note that two storage types are currently supported: SATA
+ and SSD. SATA is the standard performance storage option
+ and SSD is the high performance option.
Request a single Volume Type. Create a Snapshot.
Creating a snapshot makes a point-in-time copy of the
volume. All writes to the volume should be flushed before
@@ -299,7 +295,7 @@
Snapshots are incremental, so each time you create a new snapshot, you are
appending the incremental changes for the new snapshot to the previous
one. The previous snapshot is still available. Note that you can
- create a new volume from the snapshot if desired.
+ create a new volume from the snapshot if desired.
- [True/False] Indicate whether to snapshot, even if the volume is attached.
+ [True/False] Indicate whether to snapshot, even if the volume is attached.
Default==False.
Name of the snapshot. Default==None.
@@ -333,8 +329,7 @@
View a list of simple Snapshot entities.
@@ -382,7 +377,7 @@
View a list of detailed Snapshot entities.
@@ -404,7 +399,7 @@
View all information about a single Snapshot.
@@ -425,7 +420,7 @@
Delete a single Snapshot.X-Auth-Token
header. X-Auth-Token
header.Accept
header and a
query extension, the query extension takes precedence.
- Retry-After
- header to notify the client when it can attempt to try again.
@@ -425,8 +425,8 @@ format="SVG" scale="60"/>
Block Storage
- Maximum amount of block storage (in gigabytes)
+ Maximum amount of block storage (in gigabytes)
1 TB
instanceFault
examples show errors when the server has
+ instanceFault
examples show errors when the server has
erred or cannot perform the requested operation:code
) is returned in the body of the response for
+ code
) is returned in the body of the response for
convenience. The message
element returns a human-readable message that is
appropriate for display to the end user. The details
element is optional and
may contain information that is useful for tracking down an error, such as a stack trace.
The details
element may or may not be appropriate for display to an end user,
depending on the role and experience of the end user.instanceFault
) may change depending
- on the type of error. badRequest
examples show errors
when the volume size is invalid:itemNotFound
errors:itemNotFound
errors:&GET;
/volumes
Lists a summary of all volumes defined in Cinder that are accessible to the tenant
- who submits the request.
+ who submits the request.
@@ -788,7 +788,7 @@ Accept: application/json
&GET;
/volumes/details
List detailed information of all volumes defined in Cinder that are accessible to
- the tenant who submits the request.
+ the tenant who submits the request.
@@ -824,7 +824,7 @@ Accept: application/json
@@ -1000,7 +1000,7 @@ The response body will be empty with status code 202.
&GET;
/volumes/
- Lists detailed information for the specified volume ID.
+ Lists detailed information for the specified volume ID.
&GET;
/snapshots
Lists a summary of all snapshots defined in Cinder that are accessible to the
- tenant who submits the request.
+ tenant who submits the request.
@@ -1038,7 +1038,7 @@ Accept: application/json
&GET;
/snapshots/details
List detailed information of all snapshots defined in Cinder that are accessible
- to the tenant who submits the request.
+ to the tenant who submits the request.
@@ -1074,7 +1074,7 @@ Accept: application/json
diff --git a/v1/src/samples/os-volume-1.wadl b/v1/src/samples/os-volume-1.wadl
index 6e4b362..029e275 100644
--- a/v1/src/samples/os-volume-1.wadl
+++ b/v1/src/samples/os-volume-1.wadl
@@ -18,12 +18,12 @@
-->
&GET;
/snapshots/
- Lists detailed information for the specified snapshot ID.
+ Lists detailed information for the specified snapshot ID.
os-volume_attachments
API call
- (/servers/{server_id}/os-volume_attachments) to attach
- the new volume to your Next Generation Compute Server (with
- the specified {server_id}).
- Refer to the Next Generation Compute Servers Developer Guide
- at docs.rackspace.com for details
- of the call. Once the volume is attached, the new volume will appear
- as another device on the Next Generation Compute Server. It can
- then be partitioned, formatted, and mounted for use on the system.
+ Note that you use the os-volume_attachments
API call
+ (/servers/{server_id}/os-volume_attachments) to attach
+ the new volume to your Next Generation Compute Server (with
+ the specified {server_id}).
+ Refer to the Next Generation Compute Servers Developer Guide
+ at docs.rackspace.com for details
+ of the call. Once the volume is attached, the new volume will appear
+ as another device on the Next Generation Compute Server. It can
+ then be partitioned, formatted, and mounted for use on the system.
X-Auth-Token
header. X-Auth-Token
header.
- Retry-After
header to notify the client when it can attempt to try
- again.
@@ -522,7 +522,7 @@ X-Compute-Request-Id: req-8e0295cd-a283-46e4-96da-cae05cbfd1c7
Block Storage
- Maximum amount of block storage (in GBs)
+ Maximum amount of block storage (in GBs)
1 TB
instanceFault
) may change depending on the type
- of error. badRequest
examples show errors when the volume
size is invalid:itemNotFound
+ itemNotFound
errors:&GET;
/volumes
Lists volumes defined in Block Storage that the
- tenant who submits the request can access.
+ tenant who submits the request can access.
&GET;
/volumes/
Lists detailed information for the specified volume
- ID.
+ ID.
@@ -1104,7 +1104,7 @@ Accept: application/json
&GET;
/snapshots
Lists snapshots defined in Block Storage that the
- tenant who submits the request can access.
+ tenant who submits the request can access.
@@ -1139,7 +1139,7 @@ Accept: application/json
/snapshots/details
Lists detailed information for snapshots defined in
Block Storage that the tenant who submits the request
- can access.
+ can access.
@@ -1173,7 +1173,7 @@ Accept: application/json
&GET;
/snapshots/
Lists detailed information for a specified snapshot
- ID.
+ ID.
@@ -1328,7 +1328,7 @@ Accept: application/json
&GET;
/backups
Lists backups defined in Block Storage that the
- tenant who submits the request can access.
+ tenant who submits the request can access.
@@ -1505,7 +1505,7 @@ Accept: application/json
/backups/details
Lists detailed information for backups defined in
Block Storage that the tenant who submits the
- request can access.
+ request can access.
@@ -1539,7 +1539,7 @@ Accept: application/json
&GET;
/backups/
Lists detailed information for a specified backup
- ID.
+ ID.
diff --git a/v2/src/samples/volume_list_simple_response.xml b/v2/src/samples/volume_list_simple_response.xml
index 8d579f8..88bcabf 100644
--- a/v2/src/samples/volume_list_simple_response.xml
+++ b/v2/src/samples/volume_list_simple_response.xml
@@ -1,6 +1,6 @@
-