Openstack dashboard gives error “Error: Unable to retrieve usage information”

岁酱吖の 提交于 2019-12-02 05:04:37

问题


I installed OpenStack on an ec2 instance running Ubuntu 14.04 LTS via devstack. When I login into the dashboard I get an error "Error: Unable to retrieve usage information" When I installed it and logged in for the first time, everything was working fine. But after I stopped my ec2 instance and restarted, I am facing this problem. What might be causing this error? I used the stable juno version of devstack. And the AMI for my ec2 instance is Ubuntu Server 14.04 LTS (HVM), SSD Volume Type. Does restarting the instance might have caused some problem?


回答1:


cd to devstack and execute ./rejoin-stack That solved it. I was trying to reboot nova and other services individually. But since the installation was done using devstack, you need to run the ./rejoin-stack script.




回答2:


In addition to [akshay1188] answer, you can re-stack your system. Sometimes, rejoin-stack does not work as expected. In that case, you can unstack (unstack.sh) it and stack (stack.sh) again. *This may take much time.

Another observation of mine says this can be an issue with IP address of the system. Try to keep IP address same after reboot.



来源:https://stackoverflow.com/questions/29328151/openstack-dashboard-gives-error-error-unable-to-retrieve-usage-information

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!