[docs] Adds new image status - deactivated

This patch:

* adds a description of deactivated image status to
  http://docs.openstack.org/developer/glance/statuses.html
* updates the image with statuses on the same page.

Co-Authored-By: Mike Fedosin <mfedosin@mirantis.com>
Co-Authored-By: Olena Logvinova <ologvinova@mirantis.com>

Change-Id: Ic8aadd03b5d28744b8995701fe584e2647077b0b
Closes-Bug: #1503187
This commit is contained in:
Olena Logvinova 2015-10-09 18:49:14 +03:00
parent d802e009b4
commit 0142e27e91
2 changed files with 6 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 153 KiB

View File

@ -39,6 +39,12 @@ Images in Glance can be in one the following statuses:
the image data is uploaded, or the image size is explicitly set to
zero on creation.
* ``deactivated``
Denotes that access to image data is not allowed to any non-admin user.
Prohibiting downloads of an image also prohibits operations like image
export and image cloning that may require image data.
* ``killed``
Denotes that an error occurred during the uploading of an image's data,