#查看鏡像
openstack image list glance image-list
glance image-show <id> 查看鏡像具體內容
#鏡像導出
openstack image save <image_id> --file <local_file_name> glance image-download --file <file_name> <image_id>
#鏡像刪除
glance image-delete <id>
#鏡像上傳
openstack image create "cirros" \ --file cirros-0.3.5-x86_64-disk.img \ --disk-format qcow2 --container-format bare \ --public --progress #--progress顯示文件上傳的百分比
#鏡像添加元數據
glance image-update 鏡像ID --property 元數據