[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:
parent
d802e009b4
commit
0142e27e91
Binary file not shown.
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 153 KiB |
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user