From 47ee547018d332ab0b9751fc6b3f0be5fa373936 Mon Sep 17 00:00:00 2001 From: Fei Long Wang Date: Wed, 10 Dec 2014 23:38:26 +1300 Subject: [PATCH] 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 --- doc/source/statuses.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/statuses.rst b/doc/source/statuses.rst index 93ab77c907..4607136971 100644 --- a/doc/source/statuses.rst +++ b/doc/source/statuses.rst @@ -53,7 +53,7 @@ Images in Glance can be in one the following statuses: * ``pending_delete`` 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