
OpenStack Cloud Computing Cookbook
By :

Now that we have created an instance snapshot, imagine that we need to go back and recover files, or revert the application to the state it was at the time the snapshot was taken. As the snapshot is stored as an OpenStack image, you can boot directly from the snapshot, and as such all the details required to boot an instance applies to booting a snapshot.
To start an instance from a snapshot, you will need the following:
The openstack
command-line client
The openrc
file containing appropriate credentials
The name of the instance
The snapshot to use for the instance
The name of the flavor to create the instance with (this must be of equal or greater size of flavor compared with the one used in the original instance)
The name of the network or networks to attach the instance to
The keypair name to allow access to an instance
The name of any security groups to associate with the instance
The instance we will boot will have the following attributes...
Change the font size
Change margin width
Change background colour