1.列出全部镜像(比nova image-list更加详细)
glance index
glance image-list
2.查看image具体信息(ID通过glance index查看获得)
glance show ID
3.上传镜像
glance image-create --visibility public --container-format docker/bare --disk-format raw/qcow2 --name xxx --file /root/xxx --progress
网友评论