搭建openstack时,出现Request returned failure status. HTTPInternalServerError (HTTP 500) 错误!

来源:互联网 发布:淘流量软件有用吗 编辑:程序博客网 时间:2024/06/05 01:02

利用官方文档搭建openstack,安装镜像服务(Image Service)时,在Verify the Image Service installation这一步,上传镜像到镜像服务时(Upload the image to the Image Service)提示如标题所示的错误,回头检查了很多次,试了许多方法,都没有用。最后我重启了glance-registry和glance-api两个服务,即在命令行输入 service glance-registry restart和service glance-api restart  运行,问题迎刃而解!原因是之前我重启了ubuntu,导致以上两个服务被关闭。其实这只是一个低级错误,有很多人也遇到过这个错误。出现这样的错误的原因不止一个,在官方文档的网站上有许多用户评论,上面也有热心人给出了相应的解答。链接是:http://docs.openstack.org/havana/install-guide/install/apt/content/glance-verify.html,希望对你有所帮助。

0 0