January 2018
Intermediate to advanced
398 pages
7h 54m
English
Like other OpenStack objects, images and snapshots are susceptible to accidental deletion by users. By default, images are unprotected, meaning they can be deleted at any time by a user within a project. The following sections explain how an image can be protected to ensure its survival.
Images can be protected using the openstack image set command with the --protected argument.
When protecting an image, ensure that you are authenticated as an administrator or are the owner of the image. You will need the following details, at a minimum:
For our examples, the following will be used:
COOKBOOK_UBUNTU_IMAGEWith the OpenStack client installed on our system, we are ...
Read now
Unlock full access