74 字
1 分钟
OpenStack安装过程中出现的一些问题及解决
2023-03-20
统计加载中...

dashboard仪表盘无法登陆#

浏览器输入 http://controller/dashboard 访问仪表盘无法登陆 提示“出错啦!遇到异常情况,请刷新。如需帮助请联系管理员。”

[root@controller ~]# vim /etc/openstack-dashboard/local_settings
#SESSION_ENGINE = 'django.contrib.sessions.backends.cache'
#修改为
SESSION_ENGINE = 'django.contrib.sessions.backends.file'
[root@controller ~]# systemctl restart httpd memcached
[root@controller ~]# systemctl status httpd memcached
OpenStack安装过程中出现的一些问题及解决
https://www.cuteleaf.cn/posts/system-ops/openstack-installation-issues-and-solutions/
作者
夏叶
发布于
2023-03-20
许可协议
CC BY-NC-SA 4.0

部分信息可能已经过时