Create rescue image

To boot your instance from a rescue image you will need to first have a rescue image available.

A rescue image can be an operating system installation media, Live-CD that boots an entire operating system from an ISO file or any other rescue media

Since you need to set custom properties on the rescue image this can only be done using the OpenStack terminal client or OpenStack Horizon.

OpenStack Terminal Client

This will guide you through creating a rescue image using the OpenStack terminal client

  • Download the rescue media ISO to your computer

  • Upload it as a new image

Note

Replace name and file with the correct information in below command.

openstack image create [NAME] --property hw_rescue_device=cdrom --property hw_rescue_bus=scsi --disk-format iso --file [FILENAME] --private --progress

Your rescue image can now be used, make a note of the name of the image.

Note

You will be charged based on the price list for the image unless it’s deleted, when you are done using the image it can be deleted to save on the hourly cost for storing the image.

See also