Fix document issue of image recover status

Based on current implementation, image in pending_delete
status can't be recovered. This patch will fix the
document issue.

Change-Id: If4fe75cfb759ae0288f378cee77a71be4a306456
This commit is contained in:
Fei Long Wang 2014-12-10 23:38:26 +13:00
parent a64639edc7
commit 47ee547018

View File

@ -53,7 +53,7 @@ Images in Glance can be in one the following statuses:
* ``pending_delete`` * ``pending_delete``
This is similar to `deleted`, however, Glance has not yet removed the This is similar to `deleted`, however, Glance has not yet removed the
image data. An image in this state is recoverable. image data. An image in this state is not recoverable.
.. figure:: /images/image_status_transition.png .. figure:: /images/image_status_transition.png