admin管理员组

文章数量:1545138

$ . admin-openrc.sh
上传镜像
Linux镜像上传命令

glance image-create --disk-format=qcow2 --container-format=bare --visibility=public --file <镜像文件全路径> --name <镜像名称> --property hw_scsi_model=virtio-scsi  --property hw_qemu_guest_agent=yes --property os_require_quiesce=yes --property os_admin_user=root
Windows镜像上传命令>glance image-create --disk-format=qcow2 --container-format=bare --visibility=public --file <镜像文件全路径> --name <镜像名称> --property hw_scsi_model=virtio-scsi  --property hw_qemu_guest_agent=yes --property os_require_quiesce=yes --property os_admin_user=Administrator --property os_type=windows

[root@********]<font color=red># glance image-create --disk-format=qcow2 --container-format=bare --visibility=public --file /root/images/Windows-2012R2.qcow2 --

本文标签: 镜像上传OpenStack