美文网首页openstackOpenStack
openstack常用命令-glance篇

openstack常用命令-glance篇

作者: reecho_z | 来源:发表于2017-04-12 12:48 被阅读49次

    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篇

        本文链接:https://www.haomeiwen.com/subject/siqmattx.html