How to create OpenStack image of running instance?
Stop the instance from either the UI or CLI.
$ openstack server stop [instance UUID]
Take a snapshot of the running instance.
$ openstack server image create --name [snapshot name] [instance UUID]
List the images and identify the UUID of the snapshot using the name given during creation.
$ openstack image list