OpenStack安装过程中出现的一些问题及解决

74 字
1 分钟
OpenStack安装过程中出现的一些问题及解决

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://blog.cuteleaf.cn/posts/system-ops/openstack-installation-issues-and-solutions/
作者
夏叶
发布于
2023-03-20
许可协议
CC BY-NC-SA 4.0
最后更新于 2023-03-20,距今已过 1085 天

部分内容可能已过时

评论区

Profile Image of the Author
夏叶
Hello, I'm XIAYE.
公告
欢迎来到我的博客,从2025年起,将会使用AI对文章进行润色。
音乐
封面

音乐

暂未播放

0:00 0:00
暂无歌词
分类
标签
站点统计
文章
58
分类
7
标签
39
总字数
34,520
运行时长
0
最后活动
0 天前

目录