码迷,mamicode.com
首页 > 其他好文 > 详细

glance 命令行上传 image

时间:2014-07-26 03:09:27      阅读:636      评论:0      收藏:0      [点我收藏+]

标签:glance   opesntack   image   

制作一个系统镜像上传到/mnt/image目录下:

centos6.5.img

$ glance image-create –name centos6.5 –disk-format=qcow2 –container-format=bare –is-public=True –file=/mnt/image/centos6.5.img

解释:

–name NAME 上传完镜像在openstack中显示的名称;

–disk-format DISK_FORMAT 镜像格式;openstack支持的格式详情请看官方介绍;

–container-format CONTAINER_FORMAT 图片的容器格式,可以是ami,ari,aki,ovf,bare默认是bare

–owner TENANT_ID 那个租户可以使用此镜像

–size SIZE 这个镜像的大小

–min-disk DISK_GB 这个镜像启动最小需要的大小;

–min-ram DISK_RAM 启动这个镜像需要的最小内存;

–location IMAGE_URL 在web界面中可以使用url地址上传镜像,目前支持http协议的;

–file FILE 镜像所在本地目录;

–checksum CHECKSUM 镜像数据验证;

–is-public [True|False] 是否共享此镜像;共享后其他用户也可以使用此镜像启动instance;


本文出自 “西伯利亚·狼” 博客,请务必保留此出处http://kernal.blog.51cto.com/8136890/1530227

glance 命令行上传 image,布布扣,bubuko.com

glance 命令行上传 image

标签:glance   opesntack   image   

原文地址:http://kernal.blog.51cto.com/8136890/1530227

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!