openstack常用命令-glance篇

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

你可能感兴趣的:(openstack常用命令-glance篇)