I'm creating an image from a running instance in OpenStack
nova image-create <server-name>
and i'm just wondering,can this image be uploaded to ec2? Or do i need to create an ami from it?
Can someone guide me on how to go about this?
I'm creating an image from a running instance in OpenStack
nova image-create <server-name>
and i'm just wondering,can this image be uploaded to ec2? Or do i need to create an ami from it?
Can someone guide me on how to go about this?
glance, the openstack image service is capable of storing a number of image types:
Ref: http://www.openstack.org/projects/image-service/
So basically. You can upload AMIs to openstack directly.
Example:
When performing an image-create against a running instance
But assuming you are configured as such, yes it will output in AMI format.
Ref:
http://docs.openstack.org/trunk/openstack-compute/admin/content/creating-images-from-running-instances.html