Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 512 Bytes

create-image-from-os-instance.md

File metadata and controls

8 lines (8 loc) · 512 Bytes

Steps to create an image from OpenStack instance

  1. RUN, source /etc/kolla/kolla-toolbox/admin-openrc.sh
  2. openstack server list
  3. openstack server stop <instance_name>
  4. nova image-create --poll <instance_name> <instance_name_snapshot>
  5. glance image-download --file <image_name>.qcow2 <UUID_of_snapshot>
  6. Get UUID_of_snapshot using "glance image-list"
  7. Upload new image on to Glance, "openstack image create sriov1 --public --container-format bare --disk-format qcow2 --file <image_name>.qcow2"