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://www.cuteleaf.cn/posts/system-ops/openstack-installation-issues-and-solutions/ 部分信息可能已经过时