Recover image in pending delete status?
Is there a way to recover an image that is in pending_delete status? I have a few snapshots that no longer work because the base image was scheduled for deletion. I've tried recovering the image by using glance image-update <image-id> --property status=ACTIVE
but that doesn't seem to update the image. I've also tried downloading the image using glance image-download
but that command comes back with "
404 Not Found .The resource could not be found. Image is not active.
Any other suggestions. I've learned that there is a new sub command coming out, but either it is not available in my environment or it is still in development. glance image-recover
. More on that here: Glance Image Recover. Is there a workaround that could provide the same results?
Any suggestions would be appreciated.