当前位置:   article > 正文

openstack使用命令上传镜像_openstack上传镜像命令

openstack上传镜像命令

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

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/306963
推荐阅读
相关标签
  

闽ICP备14008679号