yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #33855
[Bug 1464084] Re: Page not found (404) for Request URL: http://<horizon_host>/identity/projects
'projects' is a default panel for 'Identity' so the request URL should
be just http://<horizon_host>/identity/
** Changed in: horizon
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1464084
Title:
Page not found (404) for Request URL:
http://<horizon_host>/identity/projects
Status in OpenStack Dashboard (Horizon):
Invalid
Bug description:
Using the URLconf defined in openstack_dashboard.urls, Django tried
these URL patterns, in this order:
^$ [name='splash']
^api/
^home/$ [name='user_home']
^i18n/js/(?P<packages>\S+?)/$ [name='jsi18n']
^i18n/setlang/$ [name='set_language']
^i18n/
^qunit/$ [name='qunit_tests']
^jasmine/(.*?)$
^project/
^settings/
^identity/ ^users/
^identity/ ^$ [name='index']
^identity/ ^create$ [name='create']
^identity/ ^(?P<tenant_id>[^/]+)/update/$ [name='update']
^identity/ ^(?P<project_id>[^/]+)/usage/$ [name='usage']
^identity/ ^(?P<project_id>[^/]+)/detail/$ [name='detail']
^admin/
^auth/
^static\/(?P<path>.*)$
^media\/(?P<path>.*)$
^500/$
The current URL, identity/projects, didn't match any of these.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1464084/+subscriptions
References