openstack中glance上传镜像出现错误
[root@localhost ~]# glance image-create --is-public true --disk-format qcow2 --container-format bare --name "Ubuntu" < ubuntu-12.04-server-cloudimg-amd64-disk1.img
Request returned failure status.
Invalid OpenStack Identity credentials.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
没有认证,试着重新导入rc文件
[root@op ~]# glance --debug image-create --is-public true
curl -i -X POST -H 'Accept-Encoding: gzip, deflate, compress' -H 'Accept: */*' -H 'User-Agent: python-glanceclient' -H 'x-image-meta-is_public: True' -H 'X-Auth-Token: {SHA1}d033e22ae348aeb5660fc2140aec35850c4da997' -H 'Content-Type: application/octet-stream' http://172.18.65.6:9292/v1/images
Request returned failure status 401.
Invalid OpenStack Identity credentials.
认证失败吧 OS_USERNAME OS_PASSWORD OS_TENANT_NAME对吗
加上debug看看具体报错。