This is a doc improvement to point the Task Statuses link in
tasks.html to the correct 'Task Statuses' section inside
status.html. Currently, this link points to the 'Image Statuses'
section instead of 'Task Statuses'. This patch addresses that.
Change-Id: Iaf877a48f92aec9e789809fb5f4b9be0ca0e23cf
Closes-Bug: 1622779
In order to accomodate developers with screen readers, alt text
has been modified to provide an accurate and full description of
the diagrams in the documentation. Screen readers use the
alt text as a description of an image.
Change-Id: I6343c6d9d980331ef2b0f4f23b1fa2d37b0ba602
Closes-Bug: 1432214
After commit Ieb03aaba887492819f9c58aa67f7acfcea81720e it is no
longer necessary to maintain a state transition from ACTIVE to
QUEUED. The only time this happened was when someone removed
the last location from an image. Since this was removed we
don't need it anymore.
Also, updates the image state transition images and docs to
represent the current state transitions.
Closes-Bug: #1555448
Change-Id: I390ae2a7110f06046f38914e946139b3b729bd2d
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
Based on current implementation, image in pending_delete
status can't be recovered. This patch will fix the
document issue.
Change-Id: If4fe75cfb759ae0288f378cee77a71be4a306456
Now there is no image status transition diagram in the dev
doc, this patch will add one and keep the image source as
a dot file so that it can be updated easily in the future.
See http://www.graphviz.org to get more info about .dot file.
Fixes bug 1244995
Change-Id: I076c461f688be93eab8d3d1fa541990d7b79da5e
Patchset addresses reviewer's comments, rebase against master,
and follows new guidance from Foundation:
http://wiki.openstack.org/Documentation/Copyright
Change-Id: I94367461505778973528eb8835d991f4fb796dab
Addresses LP 1025353 for the v1 API.
Transition image status to active immediately on creation
(as opposed to leaving it queued forever) if the size is set
to zero from the get-go.
The v2 implementation is left unchanged for now, as the image
status does not appear to ever transition from queued to active
in that case.
This change allows an image to be created that simply acts as
a properties bucket, but requires no image data. For example,
an image created from a booted-from-volume instance where only
the kernel, ramdisk ID, and block device mappings are required.
Change-Id: I61e96f3fe5f5245fec791170b4a8b4c72135c3de