Don: On Wed, Nov 13, 2013 at 8:19 AM, Rolph III, Don <[email protected]> wrote:
> I have a copy of devstack up and running ad have been experimenting > with it. > > > > I would like to capture a checkpoint of the cirros image before I run my > next experiment. > > You create snapshot your running instance into a new image. You can then start a new instance from that image. >From the dashboard, see: http://docs.openstack.org/user-guide/content/instance_snapshots.html >From the command line: "nova image-create": usage: nova image-create [--poll] <server> <name> Create a new image by taking a snapshot of a running server. Positional arguments: <server> Name or ID of server. <name> Name of snapshot. Optional arguments: --poll Blocks while instance snapshots so progress can be reported. Lorin
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
