glance测试命令集锦
关闭token校验,绕过keystone
修改glance-api和glance-registry,去掉flavor中的keystone
重启服务从指定机器上取镜像列表
glance --debug --os-image-url=http://$HOSTNAME:9292/v2.0 --os-auth-token=XXX image-list向指定机器上传镜像
glance --debug --os-image-url=http://$HOSTNAME:9292/v2.0 --os-auth-token=XXX image-create --name "test-image" --property image_type=image --disk-format qcow2 --container-format bare --is-public True --progress --file $FILENAME从指定机器下载镜像
glance --os-image-url=http://$HOSTNAME:9292/v1 --os-auth-token=XXX image-download f7e15fb1-9b25-447a-bdfb-bc19e52c7a42 --file /home/bcc/XXXX使用v2版本api
glance --os-image-api-version 2 image-list
- 点赞
- 收藏
- 关注作者
评论(0)