Public bug reported:

For example:

Page not found (404)
Request Method:         GET
Request URL:    
http://192.168.122.81/dashboard/ngdetails/OS::Glance::Image/8e69901b-7954-49aa-b3d5-cb1493acd175

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/
    ^jasmine-legacy/$ [name='jasmine_tests']
    ^jasmine/.*?$
    ^identity/
    ^settings/
    ^admin/
    ^project/
    ^auth/
    ^dashboard\/static\/(?P<path>.*)$
    ^dashboard\/media\/(?P<path>.*)$
    ^500/$

The current URL, ngdetails/OS::Glance::Image/8e69901b-7954-49aa-
b3d5-cb1493acd175, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django
settings file. Change that to False, and Django will display a standard
404 page.

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
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/1699497

Title:
  Link for an image does not work

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  For example:

  Page not found (404)
  Request Method:       GET
  Request URL:  
http://192.168.122.81/dashboard/ngdetails/OS::Glance::Image/8e69901b-7954-49aa-b3d5-cb1493acd175

  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/
      ^jasmine-legacy/$ [name='jasmine_tests']
      ^jasmine/.*?$
      ^identity/
      ^settings/
      ^admin/
      ^project/
      ^auth/
      ^dashboard\/static\/(?P<path>.*)$
      ^dashboard\/media\/(?P<path>.*)$
      ^500/$

  The current URL, ngdetails/OS::Glance::Image/8e69901b-7954-49aa-
  b3d5-cb1493acd175, didn't match any of these.

  You're seeing this error because you have DEBUG = True in your Django
  settings file. Change that to False, and Django will display a
  standard 404 page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1699497/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to