我已经在带有Google Compute Engine的Google Cloud Plataform Machine上安装了带有RDO的OpenStack。我已经配置了虚拟机,因此能够从我的机器访问OpenStack端点。但是我无法再访问它们。例如,如果我打http://[external_ip]/dashboard
,我会得到Not Found - The requested URL /dashboard was not found on this server.
这很奇怪,因为即使在VM控制台上我也无法访问它们,在那儿也是如此:
curl -v [internal_ip]/dashboard
-> 302,符合预期
curl -v [external_ip]/dashboard
-> 404
我什么都没做,所以我从字面上不知道为什么它不起作用。 我在做错什么吗?