Before we turn any instance to an image, we need to know its instance ID
$ openstack server list
We can then create an image from the above instance ID
$ openstack server image create --name centos7-updated-20180525 21e78f23-8b67-423a-9622-d46c8487f829
To make sure our image is created correctly, check using:
$ openstack image list
To create a new instance from the image, please refer here
No comments:
Post a Comment