赞
踩
openstack glance使用网页上传镜像,占用资源太高,这时候使用命令上传速度更快
openstack命令上传镜像:
openstack image create "cirros" \ --创建的镜像名
--file cirros-0.3.5-x86_64-disk.img \ --创建镜像所需文件,当前目录,或带文件位置
--disk-format qcow2 \ --镜像格式 qcow2
--container-format bare \ --图片的容器格式 bare
--public --共享此镜像,所有用户可见
命令:
openstack image create "cirros" --file cirros-0.3.5-x86_64-disk.img --disk-format qcow2 --container-format bare --public
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。