搭建devstack环境,OK后登陆页面,出现错误信息如下:
Page not found (404)
Request Method: GET
Request URL: http://192.168.8.127/dashboard/
Using the URLconf defined in openstack_dashboard.urls, Django tried these URL patterns, in this order:
^$ [name='splash']
^auth/
^home/$ [name='user_home']
^i18n/js/(?P<packages>\S+?)/$ [name='jsi18n']
^i18n/setlang/$ [name='set_language']
^i18n/
^qunit/$ [name='qunit_tests']
^project/
^admin/
^settings/
^static\/(?P<path>.*)$
^media\/(?P<path>.*)$
^500/$
The current URL, dashboard/, didn't match any of these.
之前遇到过N多登陆的问题,很快就解决了。信心满满的,结果捣腾了一会儿都不见效。
查看页面/var/log/httpd/horiz