当前位置:   article > 正文

OpenStack部署(五)glance验证_openstack image create 'test'--file cirros-0.3.0-x

openstack image create 'test'--file cirros-0.3.0-x86_64-disk.img --disk-form

运行管理员环境脚本

. /root/admin-openrc
  • 1

下载一个测试镜像

wget https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img
  • 1

查看9292端口是否正常工作

ss -ntl | grep 9292
  • 1

使用glance创建一个公用(public)的,有效的openstack镜像cirros

openstack image create "cirros" --file cirros-0.3.0-x86_64-disk.img --disk-format qcow2 --container-format bare --public 
  • 1

查询镜像

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

闽ICP备14008679号