403 Forbidden: You are not authorized to complete this action. (HTTP 403)
403禁止:未授权您完成此操作。(HTTP 403)
[root@controller ~]# openstack image create "cirros" \
> --file cirros-0.3.4-x86_64-disk.img \
> --disk-format qcow2 --container-format bare \
> --public
403 Forbidden: You are not authorized to complete this action. (HTTP 403)
出现这种错误一般是配置文件中flavor=keystone没有写
[paste_deploy]
flavor = keystone
查看两个配置文件glance.api与glance.registry中[paste_deploy]是否有误
本文介绍了解决在使用OpenStack创建镜像时遇到的HTTP 403错误的方法。通常,该问题与配置文件中未正确设置flavor有关。通过检查并修正glance.api与glance.registry两个配置文件中的[paste_deploy]部分可以有效解决这一问题。
1万+

被折叠的 条评论
为什么被折叠?



