From 524d1bc49b366db33526ba6de2197876174aeb25 Mon Sep 17 00:00:00 2001 From: Diane Fleming Date: Fri, 21 Feb 2014 14:33:23 -0600 Subject: [PATCH] Updates to point to WADL in api-site Closes-Bug: #1224332 Change-Id: Ie33cfa8d58211814be68d1019a115161d2a37a7a author: diane fleming --- v2/src/openstack-blockstorage-devguide.xml | 76 +++++++++++----------- 1 file changed, 39 insertions(+), 37 deletions(-) diff --git a/v2/src/openstack-blockstorage-devguide.xml b/v2/src/openstack-blockstorage-devguide.xml index cf4fce1..f945160 100644 --- a/v2/src/openstack-blockstorage-devguide.xml +++ b/v2/src/openstack-blockstorage-devguide.xml @@ -57,6 +57,7 @@ format="SVG" scale="60"/> 2013 + 2014 OpenStack Foundation API v2 @@ -77,7 +78,7 @@ format="SVG" scale="60"/> - 2013-12-23 + 2014-02-23 @@ -589,8 +590,8 @@ X-Compute-Request-Id: req-8e0295cd-a283-46e4-96da-cae05cbfd1c7 - Fault Type - Associated Error Code + Fault type + Associated error code Description @@ -743,7 +744,7 @@ Date: Tue, 29 Nov 2011 00:35:24 GMT
Volumes A volume is a detachable block storage device. You can - think of it as a USB hard drive. It can only be attached to + think of it as a USB hard drive. You can attach a volume to one instance at a time. When you create, list, or delete volumes, these status values are possible: @@ -756,50 +757,50 @@ Date: Tue, 29 Nov 2011 00:35:24 GMT - CREATING + creating The volume is being created. - AVAILABLE + available The volume is ready to be attached to an instance. - ATTACHING + attaching The volume is attaching to an instance. - IN-USE + in-use The volume is attached to an instance. - DELETING + deleting The volume is being deleted. - ERROR - An error has occurred with the - volume. + error + An error occurred during volume + creation. - ERROR_DELETING - There was an error deleting the - volume. + error_deleting + An error occurred during volume + deletion. - BACKING-UP + backing-up The volume is being backed up. - RESTORING-BACKUP + restoring-backup A backup is being restored to the volume. - ERROR_RESTORING - There was an error restoring a backup to the + error_restoring + An error occurred during backup restoration to a volume. @@ -838,29 +839,30 @@ Date: Tue, 29 Nov 2011 00:35:24 GMT - CREATING + creating The snapshot is being created. - AVAILABLE + available The snapshot is ready to be used. - DELETING + deleting The snapshot is being deleted. - ERROR - An error occurred with the snapshot. + error + An error occurred during snapshot + creation. - ERROR_DELETING - There was an error deleting the - snapshot. + error_deleting + An error occurred during snapshot + deletion. @@ -913,37 +915,37 @@ Date: Tue, 29 Nov 2011 00:35:24 GMT - CREATING + creating The backup is being created. - AVAILABLE + available The backup is ready to be restored to a volume. - DELETING + deleting The backup is being deleted. - ERROR + error An error has occurred with the backup. - RESTORING + restoring The backup is being restored to a volume. - ERROR_RESTORING - There was an error restoring a backup to the - volume. + error_restoring + An error occurred during backup restoration to + a volume. @@ -1199,8 +1201,8 @@ Accept: application/json Restore backup response: JSON - Returns status code 202 on - success. + Returns the 202 status code + on success.