openstack安装完成,为什么在网页中出错
1、开启服务systemctl enable httpd.service memcached.servicesystemctl start httpd.service memcached.service如果服务已经开启了网页还是出现错误,那么就是其防火墙未关闭,80端口未打开。
2、打开80端口:(此时成功的出现了openstack的界面)firewall-cmd --add-port=80/tcp在网页中输入:http://ip/dashboardadminADMIN_PASS
